.plugin-container-mobile {
    padding: 16px;
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Combobox tasarımı */
.category-combobox-mobile {
    display: flex;
    width: 275px;
    height: auto;
    padding: 10px 18px 10px 92px;
    justify-content: center;
    align-items: center;
    gap: 57px;
    flex-shrink: 0;
    border-radius: 12px;
    border: 1px solid var(--Gray-100, #E6E8EC);
    background: var(--Gray-00, #FFF);
}

/* Buton tasarımı */
.dynamic-button-mobile {
    display: flex;
    width: 275px;
    padding: 0px 20px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 12px;
    background: var(--Gray-900, #061C3D);
    cursor: pointer;
    margin: auto;
    margin-top: 20px;
}

.dynamic-button-mobile span {
    color: var(--Gray-00, #FFF);
    font-family: Lexend;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    text-transform: capitalize;
}

/* Yorum özeti tasarımı - dokunulmadı */
.review-summary-mobile {
    font-size: 14px;
    color: #333;
}
