.wwwpam-product-addons-wrapper {
    margin: 18px 0;
}

.wwwpam-group {
    border: 1px solid #e2e2e2;
    border-radius: 10px;
    padding: 16px;
    margin-bottom: 16px;
    background: #fff;
}

.wwwpam-group-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 8px;
}

.wwwpam-group-description,
.wwwpam-section-description {
    margin: 0 0 12px;
    color: #666;
}

.wwwpam-section + .wwwpam-section {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid #efefef;
}

.wwwpam-section-title {
    margin: 0 0 8px;
    font-size: 16px;
}

.wwwpam-option {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px solid #f3f3f3;
}

.wwwpam-option:last-child {
    border-bottom: 0;
}

.wwwpam-option input {
    margin-top: 3px;
}

.wwwpam-option-text {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.wwwpam-option-label {
    font-weight: 500;
}

.wwwpam-option-description {
    color: #666;
    margin-top: 3px;
}

.wwwpam-option-price {
    white-space: nowrap;
    font-weight: 600;
}

.wwwpam-select {
    width: 100%;
    min-height: 42px;
}

.wwwpam-modal {
    border: 0;
    padding: 0;
    border-radius: 14px;
    width: min(680px, calc(100vw - 24px));
    max-height: calc(100vh - 40px);
}

.wwwpam-modal::backdrop {
    background: rgba(0, 0, 0, 0.45);
}

.wwwpam-modal-inner {
    padding: 18px;
    overflow: auto;
}

.wwwpam-modal-header,
.wwwpam-modal-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.wwwpam-close-modal {
    background: transparent;
    border: 0;
    font-size: 28px;
    cursor: pointer;
}

@media (max-width: 767px) {
    .wwwpam-group-head {
        flex-direction: column;
        align-items: stretch;
    }

    .wwwpam-option {
        display: grid;
        grid-template-columns: 24px 1fr auto;
        align-items: start;
    }
}
