﻿.loyalty-container {
    margin: 5% auto;
    max-width: 1062px;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 10px;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.320, 1);
}

.loyalty-container-title {
    color: #343F4B !important;
    font-weight: bold !important;
    font-size: 40px;
    margin-bottom: 16px;
}

.loyalty-container-subtitle {
    font-size: 32px;
}

.tabs-container {
    display: flex;
    justify-content: center;
}

    .tabs-container button {
        min-height: 50px;
        height: auto;
    }

.category-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.category-wrapper-image {
    width: 200px;
    height: 200px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.category-wrapper-title {
    font-size: 28px;
    color: #343F4B;
    font-weight: bold;
}

.feature-item h3 {
    font-size: 20px;
    color: #343F4B;
}

.feature-property-list .feature-property-item span {
    color: #343F4B;
}

.feature-property-item span {
    font-size: 18px;
}

.feature-list {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 200px;
    list-style: none;
    padding: 0;
    max-width: 800px;
    margin-top: 20px;
}

@media only screen and (max-width: 767px) {
    .loyalty-container-title {
        font-size: 32px;
    }

    .loyalty-container-subtitle {
        font-size: 20px;
    }

    .feature-list {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .category-wrapper-title {
        font-size: 20px;
    }

    .feature-item h3 {
        font-size: 16px;
    }

    .feature-property-list .feature-property-item span {
        font-size: 18px;
    }
}

@media only screen and (max-width: 456px) {
    .tabs-container {
        flex-direction: column;
        align-items: center;
    }

    .feature-list {
        grid-template-columns: 1fr;
    }
}

.feature-item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

    .feature-item h3 {
        text-align: left;
        font-weight: bold;
    }

.feature-property-list {
    display: flex;
    flex-direction: column;
    list-style: none;
    margin-top: 16px;
    padding: 0;
    width: 100%;
    align-items: flex-start;
}

.feature-property-item {
    list-style: none;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: row;
    margin-bottom: 16px;
}

    .feature-property-item span {
        text-align: left;
        font-size: 18px;
        margin-top: 1px;
        line-height: 1;
    }

.feature-property-item-icon {
    margin-right: 8px;
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
}
