.shahr-wax-terms-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    direction: rtl;
    font-family: inherit;
    width: 100%;
}
.shahr-wax-term-box {
    display: flex;
    align-items: center;
    gap: 8px;
    background-color: #f9f8f5;
    padding: 10px 20px;
    border-radius: 12px;
    transition: all 0.3s ease;
}
.shahr-wax-term-label {
    color: #938578;
    font-size: 14px;
    font-weight: 500;
}
.shahr-wax-term-value {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    align-items: center;
}
.shahr-wax-term-link {
    color: #726255;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
}