.order-summary-card {
    display: flex;
    flex-direction: column;
    background: white;
    border-radius: 16px;
    background-color: var(--Gray-00, #FFF);
    height: fit-content;
    padding: 19px 30px 0px 19px;
    position: sticky;
    top: 10px;
    z-index: 1000;
}

.order-summary-header {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.order-summary-image {
    width: 100px;
    height: 110px;
    border-radius: 8px;
    overflow: hidden;
}

    .order-summary-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 8px;
    }

.order-summary-content {
    display: flex;
    flex-direction: column;
}

.choose-category {
    color: var(--Gray-600, #6A778B);
    font-size: 14px;
    line-height: 20px;
}

.category-title {
    color: var(--Gray-900, #061C3D);
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 4px;
}

.change-category-btn {
    display: flex;
    width: 135px;
    height: 24px;
    padding: 6px 9px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 8px;
    border-radius: 6px;
    background: var(--info-50, #F2F9FF);
    color: var(--info-400, #7EC2FF);
    text-align: center;
    font-size: 10px;
    font-weight: 500;
    line-height: 16px;
}

.divider {
    width: 100%;
    height: 0px;
    border: 1px solid var(--gray-100, #E6E8EC);
    margin: 24px 0px 10px 0px;
}

.campaign-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    cursor:pointer;
}

.campaign-section-left {
    display: flex;
    align-items: center;
    gap: 12px;
    height: 24px;
}

.campaign-section-text {
    color: var(--gray-700, #42526B);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    display: flex;
    align-items: center;
    height: 24px;
    margin: 0;
}

.campaign-section .ph-gift {
    font-size: 24px;
    color: var(--primary-300, rgba(247, 163, 122, 1));
    display: flex;
    align-items: center;
}

.campaign-section .ph-arrow-right {
    font-size: 24px;
    color: var(--gray-700, #667085);
}

.campaign-description {
    color: var(--gray-600, #6A778B);
    font-size: 10px;
    font-weight: 400;
    line-height: 13px;
    margin-bottom: 0;
}

.campaign-input-wrapper {
    margin-top: 14px;
}

.campaign-input-label {
    display: flex;
    align-items: center;
    gap: 8px;
}

    .campaign-input-label input[type="radio"] + span {
        color: var(--gray-600, #6A778B);
        font-size: 12px;
        font-weight: 500;
        line-height: 16px;
    }

    .campaign-input-label i {
        margin-left: auto;
        color: var(--gray-300,#B4BBC5);
    }

    /* Style for checked state */
    .campaign-input-label input[type="radio"]:checked + span {
        color: var(--primary-500, #F26622);
        font-size: 12px;
        font-weight: 500;
        line-height: 16px;
    }

.selected-services-container {
    margin-top: 8px;
    max-height: 230px;
    overflow-y: auto;
}

.selected-question-section {
    margin-bottom: 2px;
}

.selected-services-list {
    max-height: 100px;
    overflow-y: auto;
    margin-top: 8px;
}

.selected-service-item {
    color: var(--gray-500, #838E9E);
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 4px;
}

.campaign-container {
    width: 100%;
    box-sizing: border-box;
    margin-top: 30px;
}

.terms-box {
    background-color: var(--success-50, EAF6E9);
    border-radius: 16px;
    border: 1px solid var(--gray-100, #E6E8EC);
    padding: 32px;
    color: var(--Gray-600, #6A778B);
    margin-top: 16px;
}

    .terms-box ul {
        list-style-type: disc;
        font-size: 12px;
        color: var(--gray-600, #6A778B);
    }

        .terms-box ul li {
            margin-bottom: 8px;
        }

.checkbox-label {
    display: flex;
    align-items: center;
    color: var(--Gray-600, #6A778B);
    font-weight: var(--font-weight-regular);
    line-height: 20px;
    color: var(--gray-600, #6A778B);
}

    .checkbox-label input {
        margin-right: 8px;
    }

.campaign {
    display: flex;
    align-items: center;
    background-color: var(--success-50, #E7F5E8);
    border-radius: 8px;
    width: 100%;
    box-sizing: border-box;
}

    .campaign svg {
        width: 38px !important; /* Adjusted for better fit */
        height: 38px !important;
        flex-shrink: 0;
        display: block;
    }

.text {
    color: var(--gray-600, #6A778B);
    font-size: 10px;
    font-weight: 400;
    line-height: 16px;
}

.remove-btn {
    background: var(--success-100, #CFEBD1);
    border: none;
    flex-shrink: 0;
    border-radius: 6px;
    padding: 8px;
    font-size: 10px;
    color: var(--gray-800, #243752);
    font-weight: 400;
    line-height: 5px;
    margin: 5px;
}

.price-section {
    display: flex;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    align-items: flex-end; /* Ensures "Toplam" aligns with new price */
    justify-content: space-between;
    width: 100%;
}

.price-total-text {
    color: var(--gray-500, #838E9E);
    text-align: center;
}

.total-prices {
    display: flex;
    flex-direction: column;
    align-items: flex-end; /* Forces right alignment */
    text-align: right; /* Ensures text inside aligns right */
    line-height: 1.1; /* Adjusts spacing between old and new price */
    min-width: 100px; /* Ensures consistent alignment */
    width: 100%;
}

.price-actual-total {
    text-decoration: line-through;
    color: var(--gray-400, #9BA4B1);
    margin-bottom: 2px;
}

.price-total-value {
    color: var(--success-500, #0F9918);
}

/* Different-need (WhatsApp) bar */
.different-need-hidden {
    display: none !important;
}

.different-need-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 14px;
    margin-top: 12px;
    margin-bottom: 12px;
    border-radius: 12px;
    background-color: var(--success-500, #0F9918);
    text-decoration: none;
}

.different-need-row:hover,
.different-need-row:focus {
    text-decoration: none;
}

.different-need-left {
    display: flex;
    align-items: center;
    gap: 10px;
}

.different-need-row .different-need-text {
    color: #fff;
}

.different-need-row .ph-whatsapp-logo {
    font-size: 20px;
    color: #fff;
    display: flex;
    align-items: center;
}

.different-need-arrow {
    font-size: 18px;
    color: #fff;
}

@media (max-width: 768px) {

    .order-summary-body {
        width: calc(100% - 48px);
        margin-top: 16px;
        margin-left: 24px;
        margin-right: 24px;
        border-radius: 8px;
        background: var(--white);
        box-shadow: 0px 4px 20px 0px rgba(6, 28, 61, 0.01);
        display: flex;
        flex-direction: column;
    }

    .campaign-section {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 0;
    }

    .campaign-section-left {
        display: flex;
        align-items: center;
        gap: 16px;
        height: 24px;
        padding-left: 22px;
    }

    .campaign-section-text {
        display: flex;
        align-items: center;
        height: 24px;
        margin: 0;
    }

    .campaign-section .ph-gift {
        font-size: 24px;
        color: var(--primary-300, rgba(247, 163, 122, 1));
        display: flex;
        align-items: center;
    }

    .campaign-section .ph-arrow-right {
        padding-right: 14px;
    }

    .campaign-description {
        color: var(--gray-600, #6A778B);
        font-size: 10px;
        font-weight: 400;
        line-height: 13px;
        font-style: normal;
        margin-bottom: 0;
        padding-left: 24px;
        padding-right: 16px;
    }

    .campaign-input-wrapper {
        margin-top: 16px;
        margin-bottom: 22px;
    }

    .radio-btn-and-icon-wrapper {
        display: flex;
        /*    align-items: center; */
        justify-content: space-between;
        gap: 8px;
        margin-right: 15px;
    }

    .campaign-input-label {
        display: flex;
        align-items: center;
        gap: 8px;
        padding-left: 24px;
    }

        .campaign-input-label input[type="radio"] + span {
            color: var(--gray-600, #6A778B);
            font-size: 12px;
            font-weight: 500;
            line-height: 16px;
        }

    .order-summary-header-container {
        width: calc(100% - 48px);
        margin-left: 24px;
        margin-right: 24px;
        height: 144px;
        border-radius: 8px;
        background: var(--white);
        box-shadow: 0px 4px 20px 0px rgba(6, 28, 61, 0.01);
        display: flex;
        align-items: center;
        gap: 13px;
        position: relative;
        overflow: hidden;
    }

    .order-summary-image {
        height: 144px;
        width: 167px;
        flex-shrink: 0;
        overflow: hidden;
    }

        .order-summary-image img {
            height: 100%;
            width: 100%;
            object-fit: cover;
        }

    .order-summary-content {
        flex: 1;
        overflow: hidden;
        padding-right: 0px;
        padding-top: 12px;
        padding-bottom: 12px;
        display: flex;
        flex-direction: column;
        gap: 4px;
        justify-content: space-between;
        box-sizing: border-box;
    }

    .choose-category {
        margin-top: 16px;
        margin-right: 3px;
        margin-bottom: 4px;
    }

    .category-title {
        margin-right: 12px;
    }

    .divider-line {
        width: 147px;
        height: 1.5px;
        background: var(--gray-50,#F5F6F7);
    }

    .change-category-btn {
        display: flex;
        width: 135px;
        height: 24px;
        padding: 6px 9px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 6px;
        background: var(--info-50, #F2F9FF);
        color: var(--info-400, #7EC2FF);
        text-align: center;
        margin-bottom: 10px;
    }

    .different-need-row {
        position: fixed;
        bottom: 55px;
        left: 0;
        width: 100%;
        box-sizing: border-box;
        height: 40px;
        margin: 0;
        padding: 0 24px 8px 24px;
        gap: 8px;
        border-radius: 12px 12px 0 0;
        background-color: var(--success-500, #0F9918);
        z-index: 998;
        transition: bottom .3s ease-out;
    }

    .different-need-row.with-discount {
        bottom: 86px;
    }

    .different-need-row .different-need-text {
        color: #fff;
        font-size: 12px;
        line-height: 16px;
    }

    .different-need-row .ph-whatsapp-logo {
        color: #fff;
        font-size: 18px;
    }

    .different-need-arrow {
        color: #fff;
        font-size: 16px;
    }
}
