﻿.tab-button {
    padding: 10px 20px;
    cursor: pointer;
    background-color: #d2e8ff;
    border: 1px solid #d2e8ff;
    border-radius: 5px;
    margin-right: 5px;
    width: 100%;
    color: #417be4;
    font-weight: 600;
    letter-spacing: 0.8px;
}

    .tab-button.active {
        background-color: #d2e8ff;
        color: #0573e4;
        font-weight: 600;
        letter-spacing: 0.7px;
        border: 2px solid;
    }


.tab-content {
    display: none;
}


    .tab-content.active {
        display: block;
    }

.gift-main {
    margin-top: 20px;
    margin-bottom: 20px;
}

.gift-main .img-section img {
    border-radius: 0px;
    overflow: hidden;
}


.tab-group {
    margin-top: 35px;
}

.tab-group .tab-btn {
    display: flex;
    gap: 8px;
    margin-bottom: 30px;
}

    .tab-group .tab-btn button {
        border-radius: 0px;
        display: flex;
        align-items: center;
        text-align: left;
        gap: 20px;
    }

    .tab-group .tab-button img {
        background: #fff;
        padding: 7px;
        border-radius: 50%;
    }


    .gift-card-option .card {
        text-align: center;
        margin-bottom: 30px;
    }


.gift-card-option .card img {
    border-radius: 20px;
    height: 200px;
    object-fit: cover;
}


.side-bar .card {
    border: 2px solid #ccc;
    border-radius: 10px;
    padding: 15px;
}


ul.radio-list {
    list-style: none;
    padding: 0;
}

li.radio-item {
    display: flex;
    margin-bottom: 8px;
    cursor: pointer;
    transition: background-color 0.2s ease;
    gap: 15px;
}

    li.radio-item input[type=radio] {
        position: relative;
        top: -15px;
        width: 20px;
    }

    li.radio-item:hover {
        background-color: #f8f9fa;
    }

.radio-input {
    margin-top: 4px;
    margin-right: 12px;
}

.radio-content {
    flex: 1;
}



.radio-heading {
    font-weight: bold;
    font-size: 1.0rem;
    margin: 0;
}

.radio-subcontent {
    color: #6c757d;
    font-size: 0.9rem;
    margin: 0;
}



@media only screen and (max-width: 600px) {
    .tab-group .tab-button img {
        background: #fff;
        padding: 7px;
        border-radius: 0px;
        margin-left: 15px;
    }

    .tab-group .tab-btn button {
        border-radius: 0px;
        display: grid;
        align-items: center;
        text-align: left;
        gap: 20px;
        text-align: center;
    }
}