﻿.package-content {
}

/* Section */

.package-section {
    margin-bottom: 35px;
}

    .package-section:last-child {
        margin-bottom: 0;
    }

/* Heading */

.section-title {
    display: flex;
    align-items: center;
    color: #18344A;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
}

.section-title-badge {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
}

.section-title-left {
    display: flex;
    align-items: center;
}

.section-title i {
    margin-right: 5px;
    width: 28px;
    text-align: center;
}

/* Visit Badge */

.package-highlight {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #eefafb;
    color: #18344A;
    border: 1px solid #73ccd2;
    border-radius: 25px;
    padding: 7px 16px;
    font-size: 13px;
    font-weight: 600;
   /* margin: -4px 0 18px 42px;*/ /* Align below the heading */
    margin: 0 0 18px var(--package-indent);
    line-height: 1;
}

    .package-highlight i {
        color: #73ccd2;
        font-size: 13px;
    }

/* List */

.package-list {
    list-style: none;
    padding: 0;
    /* margin: 0 0 0 42px;*/
    margin-left: var(--package-indent);
}

    .package-list li {
        position: relative;
        padding-left: 28px;
        margin-bottom: 12px;
        line-height: 1.4;
        color: #555;
    }

        .package-list li:last-child {
            margin-bottom: 0;
        }

        /* Tick */

        .package-list li:before {
            content: "\2713";
            position: absolute;
            left: 0;
            top: 2px;
            color: #73ccd2;
            font-size: 16px;
            font-weight: bold;
        }

:root {
    --package-indent: 32px;
}

/* Note */

.package-note {
    margin-top: 8px;
    margin-left: 5px;
    padding-left: 12px;
    border-left: 3px solid #73ccd2;
    color: #777;
    font-size: 13px;
    line-height: 1.6;
    font-style: italic;
}

/* Icons */

.section-title .fa-user-md {
    color: #2E7D32;
}

.section-title .fa-flask {
    color: #C62828;
}

.section-title .fa-heartbeat {
    color: #F57C00;
}

.section-title .fa-cutlery {
    color: #1565C0;
}
.section-title .fa-utensils {
    color: #43A047;
}

/* Mobile */

@media(max-width:767px) {

    .section-title {
        font-size: 18px;
    }

    .package-list li {
        font-size: 14px;
    }
}
