
.topic-title {
    display: none;
}

.giftcard-v1-content {
    font-family: 'TT Norms', sans-serif;
    font-size: 17px;
    line-height: 1.5;
    color: #000;
    text-align: left;
}

.giftcard-v1-content * {
    text-align: left !important;
}


@font-face {
    font-family: 'Loos Regular';
    src: url('https://static-colinstr.mncdn.com/Themes/Branch/Content/fonts/Loos/Loos_Normal_Regular.otf') format('opentype');
    font-weight: 900;
    font-stretch: extra-expanded;
    font-style: normal;
}


@font-face {
    font-family: 'TT Norms';
    src: url('https://static-colinstr.mncdn.com/Themes/Branch/Content/fonts/TTNorms-Regular.otf') format('opentype');
    font-weight: 500;
    font-stretch: ultra-expanded;
    font-style: normal;
}

@font-face {
    font-family: 'TT Norms';
    src: url('https://static-colinstr.mncdn.com/Themes/Branch/Content/fonts/TTNorms-Black.otf') format('opentype');
    font-weight: 900;
    font-stretch: ultra-expanded;
    font-style: normal;
}

@font-face {
    font-family: 'TT Norms';
    src: url('https://static-colinstr.mncdn.com/Themes/Branch/Content/fonts/TTNorms-Bold.otf') format('opentype');
    font-weight: 700;
    font-stretch: ultra-expanded;
    font-style: normal;
}

@font-face {
    font-family: 'Loos Extrawide';
    src: url('https://static-colinstr.mncdn.com/Themes/Branch/Content/fonts/Loos_ExtraWide_Medium.otf') format('opentype');
    font-weight: 500;
    font-stretch: extra-expanded;
    font-style: normal;
}


@font-face {
    font-family: 'Loos Extrawide';
    src: url('https://static-colinstr.mncdn.com/Themes/Branch/Content/fonts/Loos_ExtraWide_Black.otf') format('opentype');
    font-weight: 900;
    font-stretch: extra-expanded;
    font-style: normal;
}


.giftcard-v1-banner-wrap {
    text-align: center;
    margin-bottom: 0;
}

.giftcard-v1-banner {
    /* width: 100%; */
    /* max-width: 1000px; */
    /* height: auto; */
    /* display: inline-block; */
    vertical-align: baseline;
}

.giftcard-v1-banner-mobile {
    display: none;
}

.giftcard-v1-list {
    list-style: none;
    margin: 0;
    padding-left: 18px;
    margin-left: 0;
}

.giftcard-v1-list > li {
    position: relative;
    /* margin-bottom: 10px; */
    padding-left: 18px;
    font-weight: 100;
}

.giftcard-v1-list > li::before {
    content: '';
    position: absolute;
    left: -10px;
    top: 0.45em;
    width: 19px;
    height: 9px;
    background: #233069;
    border-radius: 4px;
}

.giftcard-v1-list a,
.giftcard-v1-sublist a {
    /* color: #0066cc; */
    /* text-decoration: none; */
}

.giftcard-v1-list a:hover,
.giftcard-v1-sublist a:hover {
    /* text-decoration: underline; */
}

.giftcard-v1-sublist {
    list-style: none;
    margin: 10px 0;
    padding-left: 0;
}

.giftcard-v1-sublist li {
    position: relative;
    /* margin-bottom: 8px; */
    padding-left: 18px;
}

.giftcard-v1-sublist li::before {
    content: '';
    position: absolute;
    left: 5px;
    top: 0.5em;
    width: 8px;
    height: 8px;
    background: #1c1e21;
    border-radius: 4px;
}

@media (max-width: 768px) {
    .giftcard-v1-content {
        font-size: 16px;
    }

    .giftcard-v1-list {
        padding-left: 24px;
    }

    .giftcard-v1-banner-desktop {
        display: none;
    }

    .giftcard-v1-banner-mobile {
        display: inline-block;
    }
}

