.blogcast-text-logo {
    color: var(--bs-heading-color);
    font-size: 1.45rem;
    font-weight: 700;
    letter-spacing: 0;
}

.blogcast-offcanvas-logo {
    height: 100px;
    max-width: 180px;
    object-fit: contain;
}

.blogcast-offcanvas-brand {
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar-brand .navbar-brand-item {
    height: 90px;
    max-width: min(280px, 80vw);
    object-fit: contain;
}

.blogcast-mobile-navbar-brand {
    align-items: center;
    display: inline-flex;
    flex: 0 1 auto;
    min-height: 54px;
    min-width: 0;
    padding: .35rem .75rem;
}

.blogcast-mobile-navbar-brand img {
    display: block;
    height: 42px;
    max-width: min(210px, 52vw);
    object-fit: contain;
    width: auto;
}

.blogcast-mobile-navbar-brand .blogcast-text-logo {
    color: #fff;
    display: inline-block;
    font-size: 1.15rem;
    line-height: 1;
    max-width: 52vw;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body {
    font-family: var(--frontend-font-family, "Nunito Sans", Arial, sans-serif);
}

.navbar-sticky .bg-dark {
    background-color: var(--frontend-navbar-bg, #191a1f) !important;
}

.blogcast-breaking-badge {
    background-color: rgb(232 33 70) !important;
    letter-spacing: 0;
    text-transform: uppercase;
}

header .navbar-nav .show > .nav-link::before,
header .navbar-nav .nav-link.active::before {
    content: none !important;
}

.navbar-sticky .navbar-nav .nav-link {
    border-radius: 0;
    position: relative;
}

.navbar-sticky .navbar-nav .nav-link.active {
    background: rgba(255, 255, 255, 0.09);
    color: #fff !important;
}

.navbar-sticky .navbar-nav .nav-link.active::after {
    background: var(--bs-primary);
    bottom: 0.25rem;
    content: "";
    height: 2px;
    left: 0.75rem;
    position: absolute;
    right: 0.75rem;
}

.navbar-sticky .container {
    transition: max-width .2s ease, width .2s ease;
}

@media (min-width: 1200px) {
    html.font-lg .navbar-sticky .container,
    html.font-lg .navbar-top .container,
    html.font-lg header > div:not(.navbar-top):not(.navbar-sticky) .container {
        max-width: min(96vw, 1640px);
    }

    html.font-lg .navbar-sticky .bg-dark {
        align-items: center;
        flex-wrap: wrap;
        row-gap: .35rem;
    }

    html.font-lg .navbar-sticky .navbar-collapse {
        flex: 1 1 0;
        min-width: 0;
    }

    html.font-lg .navbar-sticky .navbar-nav {
        flex-wrap: wrap;
        row-gap: .2rem;
    }

    html.font-lg .navbar-sticky .navbar-nav .nav-link {
        white-space: nowrap;
    }

    html.font-lg .navbar-sticky .nav.flex-nowrap {
        flex: 0 0 auto;
        margin-left: auto;
    }
}

@media (max-width: 575.98px) {
    header > div:not(.navbar-top):not(.navbar-sticky) .d-sm-flex {
        justify-content: center;
        margin-bottom: 0 !important;
        margin-top: 0 !important;
        text-align: center;
    }

    header > div:not(.navbar-top):not(.navbar-sticky) .navbar-brand {
        display: none !important;
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    html.font-lg .navbar-sticky .navbar-nav .nav-link {
        --bs-nav-link-padding-x: .62rem;
    }

    html.font-lg .navbar-sticky .nav.flex-nowrap {
        transform: scale(.96);
        transform-origin: right center;
    }
}

.blogcast-hero-cover,
.blogcast-episode-cover,
.blogcast-guest-card-img,
.blogcast-podcast-show-cover {
    width: 100%;
    object-fit: cover;
}

.blogcast-hero-cover {
    aspect-ratio: 1 / 1;
}

.blogcast-episode-cover {
    aspect-ratio: 4 / 3;
}

.blogcast-guest-card-img {
    aspect-ratio: 1 / 1;
}

.blogcast-square-cover,
.blogcast-list-cover,
.blogcast-most-read-cover,
.blogcast-feature-cover,
.blogcast-highlight-cover {
    object-fit: cover;
    width: 100%;
}

.blogcast-square-cover {
    aspect-ratio: 1 / 1;
}

.blogcast-list-cover,
.blogcast-most-read-cover {
    aspect-ratio: 4 / 3;
    height: 100%;
}

.blogcast-feature-cover {
    aspect-ratio: 3 / 4;
    height: 420px;
}

.blogcast-highlight-cover {
    aspect-ratio: 4 / 3;
}

.blogcast-podcast-show-cover {
    aspect-ratio: 4 / 3;
}

.blogcast-podcast-single-cover {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    width: 100%;
}

.blogcast-podcast-video-player {
    background: #0f1117;
    box-shadow: 0 12px 32px rgba(15, 17, 23, 0.16);
}

.blogcast-podcast-video-player .player-wrapper,
.blogcast-podcast-video-player .plyr,
.blogcast-podcast-video-player video,
.blogcast-podcast-video-player iframe {
    height: 100%;
    width: 100%;
}

.blogcast-podcast-video-player video {
    display: block;
    object-fit: contain;
}

.blogcast-dropcap-content > p:first-child::first-letter {
    background: rgba(var(--bs-success-rgb), .1);
    border-radius: .25rem;
    color: var(--bs-success);
    float: left;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: .9;
    margin: .2rem .45rem 0 0;
    padding: .15rem .35rem;
}

.blogcast-guest-avatar {
    border-radius: 50%;
    flex: 0 0 auto;
    overflow: hidden;
}

.blogcast-guest-avatar .avatar-img {
    border-radius: 50% !important;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.blogcast-podcast-card-cover {
    aspect-ratio: 4 / 3;
    object-fit: cover;
    width: 100%;
}

.blogcast-podcast-hero-image {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    width: 100%;
}

.blogcast-featured-guest-cover {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    width: 100%;
}

.blogcast-trending-podcast-cover img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

@media (min-width: 992px) {
    .blogcast-main-hero-list {
        display: flex;
        flex-direction: column;
        height: 560px;
        justify-content: space-between;
    }

    .blogcast-main-hero-item {
        margin-bottom: 0 !important;
        min-height: 0;
    }

    .blogcast-main-hero-item .row {
        align-items: center;
    }

    .blogcast-main-hero-item .blogcast-list-cover {
        height: 112px;
    }

    .blogcast-main-hero-item h5 {
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        overflow: hidden;
    }

    .blogcast-main-hero-item .nav {
        font-size: .8125rem;
        line-height: 1.35;
    }
}

.blogcast-blog-news-cover {
    aspect-ratio: 4 / 3;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.blogcast-blog-news-title {
    font-size: clamp(1rem, 1.4vw, 1.25rem);
    line-height: 1.25;
}

.blogcast-category-card .bg-dark-overlay-4 {
    min-height: 64px;
    position: relative;
}

.blogcast-post-intro {
    padding-top: 2.5rem;
}

.blogcast-post-cover {
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.blogcast-post-content {
    font-size: 1.05rem;
    line-height: 1.8;
}

.blogcast-post-content > p:first-of-type::first-letter {
    background: rgba(214, 22, 74, .1);
    border-radius: .25rem;
    color: #d6164a;
    float: left;
    font-size: 2.85rem;
    font-weight: 700;
    line-height: .95;
    margin: .2rem .55rem 0 0;
    padding: .1rem .45rem;
}

.blogcast-post-content > *:last-child {
    margin-bottom: 0;
}

.blogcast-post-content img,
.blogcast-post-content video,
.blogcast-post-content iframe {
    border-radius: .375rem;
    max-width: 100%;
}

.blogcast-post-content blockquote {
    background: var(--bs-light);
    border-radius: .375rem;
    margin: 1.75rem 0;
    padding: 1.25rem 1.5rem;
}

.blogcast-post-single .avatar {
    flex: 0 0 auto;
    object-fit: cover;
}

.blogcast-post-single .card {
    border: 0;
}

.blogcast-comment-pagination .page-link {
    min-width: 34px;
    text-align: center;
}

.blogcast-related-cover {
    aspect-ratio: 4 / 3;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.blogcast-related-news .card {
    min-height: 116px;
}

.blogcast-sidebar-author-avatar {
    height: 25px;
    width: 25px;
}

.blogcast-sidebar-author-avatar .avatar-img {
    height: 25px;
    object-fit: cover;
    width: 25px;
}

.blogcast-category-count {
    align-items: center;
    background: rgba(255, 255, 255, .92);
    border-radius: 4px;
    color: #d3164a;
    display: inline-flex;
    font-size: .85rem;
    font-weight: 800;
    height: 30px;
    justify-content: center;
    min-width: 34px;
    padding: 0 .45rem;
    position: absolute;
    right: .75rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.blogcast-listen-icon {
    display: block;
    max-height: 28px;
    width: auto;
}

.blogcast-listen-icon--small {
    max-height: 22px;
}

.blogcast-trending-cover {
    border-radius: 6px;
    height: 64px;
    overflow: hidden;
    position: relative;
    width: 86px;
}

.blogcast-trending-cover img {
    display: block;
    height: 100%;
    object-fit: cover;
    transition: transform .18s ease;
    width: 100%;
}

.blogcast-trending-cover:hover img,
.blogcast-trending-cover:focus img {
    transform: scale(1.04);
}

.blogcast-post-list-cover {
    aspect-ratio: 4 / 3;
    display: block;
    height: 240px;
    object-fit: cover;
    width: 100%;
}

.blogcast-search-cover {
    aspect-ratio: 4 / 3;
    display: block;
    height: 140px;
    object-fit: cover;
    width: 100%;
}

.blogcast-search-card {
    overflow: hidden;
}

.blogcast-author-hero {
    align-items: center;
    gap: 1.25rem;
}

.blogcast-author-avatar-wrap {
    flex: 0 0 auto;
}

.blogcast-author-avatar-box {
    border-radius: 50%;
    display: block !important;
    height: 6.75rem;
    overflow: hidden;
    width: 6.75rem;
}

.blogcast-author-avatar {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.blogcast-author-post-media {
    aspect-ratio: 4 / 3;
    border-radius: .375rem;
    height: 240px;
    overflow: hidden;
    width: 100%;
}

.blogcast-author-post-cover {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

@media (min-width: 992px) {
    .blogcast-post-list-cover {
        height: 230px;
    }
}

@media (max-width: 991.98px) {
    .blogcast-author-post-media {
        height: 220px;
    }
}

@media (max-width: 767.98px) {
    .blogcast-author-hero {
        align-items: center;
        gap: .75rem;
    }

    .blogcast-author-avatar-wrap {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: .75rem;
    }

    .blogcast-author-avatar-box {
        height: 5.75rem;
        width: 5.75rem;
    }

    .blogcast-post-list-cover {
        height: auto;
    }

    .blogcast-search-cover {
        height: auto;
    }

    .blogcast-author-post-media {
        height: auto;
    }

    .blogcast-author-post-cover {
        aspect-ratio: 4 / 3;
        height: auto;
    }
}

.blogcast-header-ticker {
    flex: 1 1 auto;
    min-width: 0;
    position: relative;
    width: auto;
}

.navbar-top .col-sm-8 {
    min-width: 0;
}

.blogcast-header-ticker .tns-outer {
    min-width: 0;
    padding-right: 62px;
    position: relative;
}

.blogcast-header-ticker .tns-ovh,
.blogcast-header-ticker .tns-inner,
.blogcast-header-ticker .tns-slider,
.blogcast-header-ticker .tns-item {
    min-height: 32px;
}

.blogcast-header-ticker .tns-item a {
    align-items: center;
    display: flex;
    line-height: 1.35;
    min-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.blogcast-header-ticker.arrow-end .tns-controls [data-controls] {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
}

.blogcast-ad-zone__inner {
    display: block;
    min-width: 0;
    text-align: center;
    width: 100%;
}

.blogcast-ad-zone__inner iframe,
.blogcast-ad-zone__inner img,
.blogcast-ad-zone__inner ins {
    max-width: 100%;
}

.blogcast-ad-zone--sidebar-square .blogcast-ad-zone__inner {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;
    min-height: 250px;
    overflow: hidden;
}

.blogcast-ad-zone--sidebar-square .blogcast-ad-zone__inner iframe,
.blogcast-ad-zone--sidebar-square .blogcast-ad-zone__inner img,
.blogcast-ad-zone--sidebar-square .blogcast-ad-zone__inner ins {
    max-height: 300px;
}

.blogcast-ad-zone--blog-before-posts .blogcast-ad-zone__inner {
    overflow: hidden;
}

.blogcast-ad-zone--content-after-intro .blogcast-ad-zone__inner {
    overflow: hidden;
}

.blogcast-header-radio {
    align-items: center;
    display: flex;
    flex: 0 0 auto;
    justify-content: flex-end;
    min-height: 0;
    width: auto;
}

.radio-hero-dock--header {
    left: auto !important;
    position: relative !important;
    right: auto;
    top: auto;
    transform: none !important;
}

.navbar-top .modeswitch {
    flex: 0 0 auto;
    margin: 0;
    padding: 0;
    transform: none;
}

.navbar-top .dropdown.mx-2 {
    align-items: center;
    display: flex;
}

.navbar-top .modeswitch::before {
    font-size: 13px;
}

.radio-hero-dock {
    bottom: auto;
    left: 50%;
    right: auto;
    top: 50%;
    transform: translate(-50%, -50%) !important;
    z-index: 3;
}

.radio-hero-dock.radio-hero-dock--header {
    bottom: auto;
    left: auto !important;
    position: static !important;
    right: auto;
    top: auto;
    transform: none !important;
}

.radio-hero-button {
    align-items: center;
    background: rgb(35 40 47 / 0%);
    border: 0;
    border-radius: 10px;
    box-shadow: 0 5px 0 rgb(35 40 47 / 7%), 0 5px 5px rgba(26, 28, 35, .2);
    display: flex;
    justify-content: center;
    min-height: 0;
    height: 112px;
    isolation: isolate;
    overflow: hidden;
    padding: 0;
    position: relative;
    transition: box-shadow .18s ease, transform .18s ease;
    width: 270px;
}

.radio-hero-button,
.radio-hero-button * {
    font-family: "Nunito Sans", Arial, sans-serif !important;
}

button.radio-hero-button {
    cursor: pointer;
}

.radio-hero-button:hover,
.radio-hero-button:focus {
    transform: translateY(-1px);
}

.radio-hero-button::before {
    background: var(--radio-button-yellow, #ffd229);
    content: "";
    inset: 0 32% 34% 0;
    position: absolute;
    z-index: 0;
}

.radio-hero-button::after {
    background: linear-gradient(180deg, color-mix(in srgb, var(--radio-button-bottom, #151515) 82%, #ffffff 18%) 0%, var(--radio-button-bottom, #151515) 100%);
    bottom: 0;
    content: "";
    height: 34%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 0;
}

.radio-hero-copy {
    align-items: flex-start;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    min-width: 0;
    padding: 13px 18px 9px;
    position: relative;
    text-align: left;
    z-index: 2;
}

.radio-hero-copy::before,
.radio-hero-copy::after {
    border: 4px solid rgba(255, 255, 255, .42);
    content: "";
    height: 30px;
    position: absolute;
    top: 11px;
    width: 30px;
}

.radio-hero-copy::before {
    border-bottom: 0;
    border-right: 0;
    left: 13px;
}

.radio-hero-copy::after {
    border-bottom: 0;
    border-left: 0;
    right: 15px;
}

.radio-hero-copy__live {
    color: #fff;
    font-size: 52px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: .95;
    padding-left: 10px;
}

.radio-hero-copy__streaming {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1;
    padding-left: 10px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, .45);
    text-transform: uppercase;
}

.radio-hero-play {
    align-items: center;
    align-self: stretch;
    background: var(--radio-button-red, #e42155);
    border-radius: 0;
    color: #fff;
    display: inline-flex;
    flex: 0 0 86px;
    height: 112px;
    justify-content: center;
    position: relative;
    width: 86px;
    z-index: 2;
}

.radio-hero-play--cover {
    background-image: linear-gradient(135deg, color-mix(in srgb, var(--radio-button-red, #e42155) 65%, transparent) 0%, rgba(25, 26, 31, .24) 100%), var(--radio-cover-image);
    background-position: center;
    background-size: cover;
}

.radio-hero-play::after {
    content: "";
    position: absolute;
}

.radio-hero-play::before,
.radio-hero-play::after {
    border: 4px solid rgba(255, 255, 255, .18);
    content: "";
    height: 27px;
    position: absolute;
    width: 27px;
}

.radio-hero-play::before {
    border-bottom: 0;
    border-right: 0;
    left: 11px;
    top: 11px;
}

.radio-hero-play::after {
    border-left: 0;
    border-top: 0;
    bottom: 11px;
    right: 11px;
}

.radio-hero-button:hover .radio-hero-play,
.radio-hero-button:focus .radio-hero-play {
    color: #fff;
}

.radio-hero-button:hover .radio-hero-play::after,
.radio-hero-button:focus .radio-hero-play::after {
    border-color: rgba(255, 255, 255, .3);
}

.radio-hero-triangle {
    border-bottom: 31px solid transparent;
    border-left: 49px solid #fff;
    border-top: 31px solid transparent;
    display: block;
    height: 0;
    margin-left: 8px;
    position: relative;
    transition: border .15s ease, height .15s ease, margin .15s ease, width .15s ease;
    width: 0;
    z-index: 3;
}

.radio-play-button.is-playing .radio-hero-triangle {
    border: 0;
    height: 42px;
    margin-left: 0;
    width: 34px;
}

.radio-play-button.is-playing .radio-hero-triangle::before,
.radio-play-button.is-playing .radio-hero-triangle::after {
    background: #fff;
    border-radius: 3px;
    content: "";
    height: 42px;
    position: absolute;
    top: 0;
    width: 10px;
}

.radio-play-button.is-playing .radio-hero-triangle::before {
    left: 4px;
}

.radio-play-button.is-playing .radio-hero-triangle::after {
    right: 4px;
}

.radio-hero-dock--live_badge .radio-hero-button {
    background: #252525;
    border-radius: 26px;
    box-shadow: 0 12px 22px rgba(17, 24, 39, .22);
    height: 92px;
    justify-content: flex-start;
    overflow: visible;
    padding-right: 78px;
    width: 300px;
}

.radio-hero-dock--live_badge .radio-hero-button::before {
    background: linear-gradient(90deg, var(--radio-button-yellow, #ff714e) 0%, var(--radio-button-red, #ee1d1d) 100%);
    border-radius: 26px 26px 0 0;
    inset: 0 0 42% 0;
}

.radio-hero-dock--live_badge .radio-hero-button::after {
    background: linear-gradient(180deg, color-mix(in srgb, var(--radio-button-bottom, #151515) 78%, #ffffff 22%) 0%, var(--radio-button-bottom, #151515) 100%);
    border-radius: 0 0 26px 26px;
    bottom: 0;
    height: 42%;
    left: 0;
    width: 100%;
}

.radio-hero-dock--live_badge .radio-hero-copy {
    justify-content: flex-start;
    left: 0;
    min-width: 0;
    padding: 7px 92px 8px 26px;
    position: relative;
    text-align: left;
}

.radio-hero-dock--live_badge .radio-hero-copy::before,
.radio-hero-dock--live_badge .radio-hero-copy::after {
    display: none;
}

.radio-hero-dock--live_badge .radio-hero-copy__live {
    color: #fff;
    font-size: 45px;
    font-weight: 900;
    line-height: 0.7;
    overflow: hidden;
    padding-left: 0;
    position: absolute;
    left: 26px;
    max-width: calc(100% - 118px);
    text-overflow: ellipsis;
    top: 11px;
    white-space: nowrap;
    text-shadow: 0 3px 5px rgba(0, 0, 0, .35);
}

.radio-hero-dock--live_badge .radio-hero-copy__streaming {
    color: #fff;
    font-size: 22px;
    font-weight: 900;
    line-height: 1.3;
    overflow: hidden;
    padding-left: 2px;
    position: absolute;
    left: 26px;
    top: 57px;
    transform: none;
    white-space: nowrap;
    text-shadow: 0 3px 5px rgba(0, 0, 0, .55);
}

.radio-hero-dock--live_badge .radio-hero-play,
.radio-hero-dock--live_badge .radio-hero-play--cover {
    background: #f7f7f7;
    background-image: none;
    border: 12px solid var(--radio-button-red, #ee1d1d);
    border-radius: 999px;
    box-shadow: 0 8px 14px rgba(17, 24, 39, .24);
    flex: 0 0 112px;
    height: 112px;
    position: absolute;
    right: -12px;
    top: 50%;
    transform: translateY(-50%);
    width: 112px;
}

.radio-hero-dock--live_badge .radio-hero-play::before,
.radio-hero-dock--live_badge .radio-hero-play::after {
    display: none;
}

.radio-hero-dock--live_badge .radio-hero-triangle {
    border-bottom-width: 25px;
    border-left-color: var(--radio-button-red, #ee1d1d);
    border-left-width: 36px;
    border-top-width: 25px;
    margin-left: 7px;
}

.radio-hero-dock--live_badge .radio-play-button.is-playing .radio-hero-triangle {
    border: 0;
    height: 36px;
    margin-left: 0;
    width: 31px;
}

.radio-hero-dock--live_badge .radio-play-button.is-playing .radio-hero-triangle::before,
.radio-hero-dock--live_badge .radio-play-button.is-playing .radio-hero-triangle::after {
    background: var(--radio-button-red, #ee1d1d);
    height: 36px;
    width: 10px;
}

@keyframes radioPlayPulse {
    0% {
        opacity: .85;
        transform: translate(-50%, -50%) scale(.96);
    }

    100% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(1.55);
    }
}

@media (max-width: 575.98px) {
    .blogcast-header-radio {
        align-self: stretch;
        flex: 1 1 100%;
        justify-content: center;
        margin: 0;
        min-height: 0;
        width: 100%;
    }

    .radio-hero-dock {
        left: 50% !important;
        right: auto;
        top: 50%;
        bottom: auto;
        transform: translate(-50%, -50%) !important;
    }

    .radio-hero-dock.radio-hero-dock--header {
        display: block;
        left: auto !important;
        margin-left: 0;
        margin-right: 0;
        max-width: none;
        position: static !important;
        right: auto;
        top: auto;
        transform: none !important;
        width: 100%;
    }

    .radio-hero-dock--header .radio-hero-button {
        max-width: 100%;
        width: 100%;
    }

    .radio-hero-dock--header.radio-hero-dock--live_badge .radio-hero-button {
        border-bottom-right-radius: 1px;
        height: 86px;
        padding-right: 74px;
        width: 100%;
    }

    .radio-hero-dock--header.radio-hero-dock--live_badge .radio-hero-button::before {
        background: var(--radio-button-yellow, #ff714e);
        border-radius: 0 22px 0 0;
    }

    .radio-hero-dock--header.radio-hero-dock--live_badge .radio-hero-button::after {
        border-radius: 0 0 22px 0;
    }

    .radio-hero-dock--header.radio-hero-dock--live_badge .radio-hero-copy {
        padding: 7px 84px 8px 22px;
    }

    .radio-hero-dock--header.radio-hero-dock--live_badge .radio-hero-copy__live {
        font-size: 39px;
        top: 10px;
    }

    .radio-hero-dock--header.radio-hero-dock--live_badge .radio-hero-copy__streaming {
        font-size: 20px;
        top: 54px;
    }

    .radio-hero-dock--header.radio-hero-dock--live_badge .radio-hero-play,
    .radio-hero-dock--header.radio-hero-dock--live_badge .radio-hero-play--cover {
        border-width: 6px;
        flex-basis: 96px;
        height: 80px;
        right: 5px;
        width: 80px;
    }

    .radio-hero-dock--header .radio-hero-button::before {
        inset: 0 0 34% 0;
    }

    .radio-hero-button {
        border-radius: 18px;
        height: 88px;
        min-height: 0;
        width: 218px;
    }

    .radio-hero-dock--header .radio-hero-button {
        border-radius: 0 0px 0px 0;
    }

    .radio-hero-dock--header .radio-hero-button::before {
        border-radius: 0 18px 0 0;
    }

    .radio-hero-dock--header .radio-hero-button::after {
        border-radius: 0 0 18px 0;
    }

    .radio-hero-copy {
        padding: 11px 13px 8px;
    }

    .radio-hero-copy::before,
    .radio-hero-copy::after {
        border-width: 3px;
        height: 22px;
        width: 22px;
    }

    .radio-hero-copy::before {
        left: 10px;
        top: 10px;
    }

    .radio-hero-copy::after {
        right: 11px;
        top: 10px;
    }

    .radio-hero-copy__live {
        font-size: 40px;
        padding-left: 8px;
    }

    .radio-hero-copy__streaming {
        font-size: 17px;
        padding-left: 9px;
    }

    .radio-hero-play {
        flex-basis: 70px;
        height: 88px;
        width: 70px;
    }

    .radio-hero-play::before,
    .radio-hero-play::after {
        height: 21px;
        width: 21px;
    }

    .radio-hero-play::before {
        left: 9px;
        top: 9px;
    }

    .radio-hero-play::after {
        bottom: 9px;
        right: 9px;
    }

    .radio-hero-triangle {
        border-bottom-width: 24px;
        border-left-width: 38px;
        border-top-width: 24px;
        margin-left: 6px;
    }

    .radio-play-button.is-playing .radio-hero-triangle {
        height: 34px;
        width: 27px;
    }

    .radio-play-button.is-playing .radio-hero-triangle::before,
    .radio-play-button.is-playing .radio-hero-triangle::after {
        height: 34px;
        width: 8px;
    }
}
.blogcast-footer-gap {
    background: var(--bs-body-bg);
    display: block;
    min-height: 4rem;
    width: 100%;
}

.blogcast-featured-video .col-lg-3 .card-img {
    aspect-ratio: 16 / 9;
    height: auto;
    object-fit: cover;
    width: 100%;
}

.blogcast-featured-video .col-lg-3 .card-title {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    line-height: 1.35;
    overflow: hidden;
}

.blogcast-footer-logo {
    height: auto;
    max-width: 190px;
    width: auto;
}

.blogcast-footer-brand-col {
    display: flex;
    align-items: flex-start;
}
.blogcast-notice-modal .modal-content {
    border-radius: 1rem;
}

.blogcast-notice-icon {
    align-items: center;
    border-radius: 999px;
    display: flex;
    font-size: 2.15rem;
    height: 72px;
    justify-content: center;
    width: 72px;
}

.blogcast-notice-icon--success {
    background: rgba(25, 135, 84, 0.12);
    color: #198754;
}

.blogcast-notice-icon--error {
    background: rgba(220, 53, 69, 0.12);
    color: #dc3545;
}

.blogcast-contact-map {
    border: 0;
    height: 500px;
}

.blogcast-auth-section {
    padding: 3rem 0 4rem;
}

.blogcast-auth-card {
    border: 1px solid rgba(var(--bs-primary-rgb), .12);
}

.blogcast-auth-card .form-control {
    min-height: 46px;
}

.blogcast-auth-card .btn {
    white-space: nowrap;
}

.blogcast-code-input {
    font-size: 1.15rem;
    font-weight: 700;
    letter-spacing: .22rem;
}

.blogcast-topbar-actions {
    align-items: center;
    display: inline-flex;
    gap: .85rem;
    justify-content: flex-end;
}

.blogcast-topbar-actions .list-inline-item {
    align-items: center;
    display: inline-flex;
    line-height: 1;
    margin: 0;
}

.blogcast-top-account .nav-link {
    align-items: center;
    color: var(--bs-body-color);
    display: inline-flex;
    gap: .45rem;
    line-height: 1;
    padding-bottom: 0;
    padding-top: 0;
}

.blogcast-top-account__avatar {
    border-radius: 999px;
    height: 26px;
    object-fit: cover;
    width: 26px;
}

.blogcast-top-date {
    color: var(--bs-body-color);
    min-height: 26px;
}

.blogcast-account-avatar {
    border: 3px solid var(--bs-white);
    border-radius: 999px;
    box-shadow: 0 10px 24px rgba(25, 26, 31, .16);
    height: 86px;
    object-fit: cover;
    width: 86px;
}

.blogcast-account-hero,
.blogcast-account-tabs,
.blogcast-account-tabs .btn {
    position: relative;
}

.blogcast-user-cover {
    background-position: center;
    background-size: cover;
    min-height: 320px;
    position: relative;
}

.blogcast-user-cover__overlay {
    background: linear-gradient(180deg, rgba(25, 26, 31, .12), rgba(25, 26, 31, .78));
    inset: 0;
    position: absolute;
}

.blogcast-user-cover__content {
    align-items: flex-end;
    bottom: 0;
    display: flex;
    gap: 1.25rem;
    left: 0;
    padding: clamp(1.25rem, 3vw, 2rem);
    position: absolute;
    right: 0;
    z-index: 1;
}

.blogcast-user-avatar {
    border: 4px solid var(--bs-body-bg);
    border-radius: 999px;
    box-shadow: 0 18px 36px rgba(0, 0, 0, .25);
    flex: 0 0 auto;
    height: 112px;
    object-fit: cover;
    width: 112px;
}

.blogcast-account-post-card {
    overflow: hidden;
}

.blogcast-account-stat-card {
    gap: .35rem;
    justify-content: space-between;
}

.blogcast-account-post-table h6 {
    max-width: 420px;
}

.blogcast-account-post-table th,
.blogcast-account-post-table td {
    white-space: nowrap;
}

.blogcast-account-post-table th:first-child,
.blogcast-account-post-table td:first-child {
    white-space: normal;
}

.blogcast-account-menu {
    overflow: hidden;
}

.blogcast-account-menu__header {
    align-items: center;
    background: rgba(var(--bs-primary-rgb), .08);
    border-bottom: 1px solid rgba(var(--bs-primary-rgb), .12);
    color: var(--bs-heading-color);
    display: flex;
    font-weight: 700;
    padding: .95rem 1rem;
}

.blogcast-account-nav-item {
    align-items: flex-start;
    border-bottom: 1px solid var(--bs-border-color);
    color: var(--bs-body-color);
    display: flex;
    gap: .8rem;
    padding: .95rem 1rem;
    text-decoration: none;
    transition: background-color .18s ease, color .18s ease;
}

.blogcast-account-nav-item:last-child {
    border-bottom: 0;
}

.blogcast-account-nav-item i {
    color: var(--bs-primary);
    font-size: 1.05rem;
    line-height: 1.35;
}

.blogcast-account-nav-item strong,
.blogcast-account-nav-item small {
    display: block;
}

.blogcast-account-nav-item small {
    color: var(--bs-secondary-color);
    font-size: .78rem;
    line-height: 1.35;
    margin-top: .1rem;
}

.blogcast-account-nav-item:hover,
.blogcast-account-nav-item.is-active {
    background: var(--bs-primary);
    color: #fff;
}

.blogcast-account-nav-item:hover i,
.blogcast-account-nav-item.is-active i,
.blogcast-account-nav-item:hover small,
.blogcast-account-nav-item.is-active small {
    color: rgba(255, 255, 255, .82);
}

.blogcast-account-main {
    position: relative;
    transition: opacity .16s ease;
}

.blogcast-account-main.is-loading {
    opacity: .58;
    pointer-events: none;
}

.blogcast-account-post-cover {
    height: 100%;
    min-height: 168px;
    object-fit: cover;
    width: 100%;
}

.blogcast-social-edit-list {
    display: grid;
    gap: .85rem;
}

.blogcast-social-edit-row {
    align-items: center;
    display: grid;
    gap: .75rem;
    grid-template-columns: minmax(130px, .8fr) minmax(140px, 1fr) minmax(180px, 1.4fr) auto;
}

.blogcast-location-head {
    display: grid;
    gap: .8rem;
}

.blogcast-location-title-row {
    align-items: center;
    display: grid;
    gap: 1rem;
    grid-template-columns: minmax(0, 1fr) auto;
}

.blogcast-location-title-row h3 {
    margin: 0;
}

.blogcast-location-privacy {
    border-color: rgba(var(--bs-danger-rgb), .22);
    font-size: .92rem;
    padding: .75rem .9rem;
}

.blogcast-find-location-btn {
    max-width: 100%;
    white-space: nowrap;
}

@media (max-width: 767.98px) {
    .blogcast-user-cover {
        min-height: 360px;
    }

    .blogcast-user-cover__content {
        align-items: flex-start;
        flex-direction: column;
    }

    .blogcast-social-edit-row {
        grid-template-columns: 1fr;
    }

    .blogcast-social-edit-row .btn {
        width: 100%;
    }

    .blogcast-location-title-row {
        grid-template-columns: 1fr;
    }

    .blogcast-find-location-btn {
        justify-content: center;
        width: 100%;
    }
}

.blogcast-info-hero {
    background: linear-gradient(180deg, rgba(var(--bs-primary-rgb), .08), rgba(var(--bs-body-bg-rgb), 0));
    padding: 3.5rem 0 2rem;
}

.blogcast-info-hero .lead {
    color: var(--bs-secondary-color);
    max-width: 760px;
}

.blogcast-info-summary,
.blogcast-info-card,
.blogcast-info-side-card {
    background: var(--bs-body-bg);
    border: 1px solid var(--bs-border-color);
    border-radius: .75rem;
    box-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .045);
}

.blogcast-info-summary {
    display: grid;
    gap: 1rem;
    padding: 1.35rem;
}

.blogcast-info-summary__icon {
    align-items: center;
    background: rgba(var(--bs-danger-rgb), .1);
    border-radius: 999px;
    color: var(--bs-danger);
    display: flex;
    font-size: 1.55rem;
    height: 54px;
    justify-content: center;
    width: 54px;
}

.blogcast-info-summary span,
.blogcast-info-list span {
    color: var(--bs-secondary-color);
    display: block;
    font-size: .82rem;
    font-weight: 700;
    text-transform: uppercase;
}

.blogcast-info-summary strong,
.blogcast-info-list strong {
    color: var(--bs-heading-color);
    display: block;
    font-size: 1rem;
    margin-top: .15rem;
}

.blogcast-info-card {
    padding: clamp(1.25rem, 3vw, 2.5rem);
}

.blogcast-info-content {
    color: var(--bs-body-color);
    font-size: 1.03rem;
    line-height: 1.8;
}

.blogcast-info-content > *:first-child {
    margin-top: 0;
}

.blogcast-info-content h2,
.blogcast-info-content h3,
.blogcast-info-content h4 {
    margin-bottom: .85rem;
    margin-top: 2rem;
}

.blogcast-info-content p,
.blogcast-info-content ul,
.blogcast-info-content ol {
    margin-bottom: 1.15rem;
}

.blogcast-info-content a {
    color: var(--bs-primary);
    font-weight: 700;
}

.blogcast-info-content blockquote {
    background: rgba(var(--bs-primary-rgb), .06);
    border-left: 4px solid var(--bs-primary);
    border-radius: .5rem;
    margin: 1.5rem 0;
    padding: 1rem 1.25rem;
}

.blogcast-info-sidebar {
    display: grid;
    gap: 1.25rem;
    position: sticky;
    top: 100px;
}

.blogcast-info-side-card {
    padding: 1.25rem;
}

.blogcast-info-list li {
    border-bottom: 1px solid var(--bs-border-color);
    padding: .85rem 0;
}

.blogcast-info-list li:first-child {
    padding-top: 0;
}

.blogcast-info-list li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

@media (max-width: 991.98px) {
    .blogcast-info-sidebar {
        position: static;
    }
}

.captcha-widget {
    background: rgba(var(--bs-primary-rgb), .06);
    border: 1px solid rgba(var(--bs-primary-rgb), .16);
    border-radius: .75rem;
    padding: 1rem;
}

.captcha-widget__header {
    align-items: flex-start;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    margin-bottom: .85rem;
}

.captcha-widget__title {
    align-items: center;
    color: var(--bs-heading-color);
    display: flex;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.25;
}

.captcha-widget__title::before {
    align-items: center;
    background: rgba(var(--bs-primary-rgb), .12);
    border-radius: 999px;
    color: var(--bs-primary);
    content: "\F47B";
    display: inline-flex;
    font-family: "bootstrap-icons";
    font-size: .9rem;
    height: 30px;
    justify-content: center;
    margin-right: .65rem;
    width: 30px;
}

.captcha-widget__hint {
    color: var(--bs-secondary-color);
    font-size: .875rem;
    margin: .35rem 0 0 2.55rem;
}

.captcha-refresh-button {
    background: var(--bs-body-bg);
    border: 1px solid rgba(var(--bs-primary-rgb), .24);
    border-radius: 999px;
    color: var(--bs-primary);
    flex: 0 0 auto;
    font-size: .8rem;
    font-weight: 700;
    line-height: 1;
    padding: .55rem .85rem;
}

.captcha-refresh-button:hover,
.captcha-refresh-button:focus {
    background: var(--bs-primary);
    color: #fff;
}

.captcha-visual-shell {
    align-items: center;
    background: var(--bs-body-bg);
    border: 1px dashed rgba(var(--bs-primary-rgb), .28);
    border-radius: .65rem;
    display: flex;
    justify-content: center;
    min-height: 74px;
    padding: .75rem;
}

.captcha-visual-shell img {
    display: block;
    max-height: 56px;
    max-width: 100%;
}

.captcha-field {
    display: block;
    margin-top: .85rem;
}

.captcha-field span {
    color: var(--bs-heading-color);
    display: block;
    font-size: .85rem;
    font-weight: 700;
    margin-bottom: .4rem;
}

.captcha-field input {
    background: var(--bs-body-bg);
    border: 1px solid var(--bs-border-color);
    border-radius: .5rem;
    color: var(--bs-body-color);
    font-size: .95rem;
    letter-spacing: .08rem;
    min-height: 44px;
    padding: .65rem .85rem;
    text-transform: uppercase;
    width: 100%;
}

.captcha-field input:focus {
    border-color: rgba(var(--bs-primary-rgb), .55);
    box-shadow: 0 0 0 .2rem rgba(var(--bs-primary-rgb), .12);
    outline: 0;
}

.blogcast-favorite-button {
    border: 0;
    color: var(--bs-body-color);
}

.blogcast-favorite-button:hover,
.blogcast-favorite-button.is-active,
.blogcast-favorite-button.is-active i,
.blogcast-inline-favorite:hover,
.blogcast-inline-favorite.is-active {
    color: var(--bs-danger) !important;
}

.blogcast-inline-favorite {
    align-items: center;
    background: transparent;
    border: 0;
    color: var(--bs-body-color);
    display: inline-flex;
    line-height: 1;
    padding: 0;
}

.blogcast-inline-featured {
    appearance: none;
    align-items: center;
    background: transparent;
    border: 0 !important;
    box-shadow: none !important;
    color: var(--bs-body-color);
    cursor: pointer;
    display: inline-flex;
    font-size: 1.25rem;
    height: 1.5rem;
    justify-content: center;
    line-height: 1;
    padding: 0;
    width: 1.5rem;
}

.blogcast-inline-featured:hover,
.blogcast-inline-featured.is-active {
    color: var(--bs-warning) !important;
}

.blogcast-content-type-tag {
    backdrop-filter: blur(8px);
    background: rgba(var(--bs-dark-rgb), .48);
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    font-size: .78rem;
    font-weight: 700;
    line-height: 1;
    padding: .45rem .7rem;
    text-transform: lowercase;
}

.blogcast-post-action-bar {
    flex-wrap: wrap;
}

.blogcast-post-share-inline {
    flex: 1 1 300px;
}

.blogcast-share-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: .4rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.blogcast-share-buttons--compact {
    justify-content: center;
}

.blogcast-share-buttons--square {
    gap: .5rem;
}

.blogcast-share-buttons--footer {
    gap: .55rem;
}

.blogcast-share-buttons--offcanvas {
    justify-content: center;
}

.blogcast-share-button {
    align-items: center;
    border-radius: .35rem;
    color: #fff;
    display: inline-flex;
    font-size: .78rem;
    font-weight: 800;
    gap: .38rem;
    letter-spacing: 0;
    line-height: 1;
    min-height: 2rem;
    overflow: hidden;
    padding: .48rem .68rem;
    text-transform: uppercase;
    transition: opacity .16s ease, transform .16s ease;
}

.blogcast-share-buttons--square .blogcast-share-button {
    border-radius: .45rem;
    height: 2.45rem;
    justify-content: center;
    min-height: 2.45rem;
    padding: 0;
    width: 2.45rem;
}

.blogcast-share-buttons--footer .blogcast-share-button {
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: .5rem;
    box-shadow: 0 8px 18px rgba(0, 0, 0, .18);
    height: 2.65rem;
    justify-content: center;
    min-height: 2.65rem;
    padding: 0;
    width: 2.65rem;
}

.blogcast-share-button:hover {
    color: #fff;
    opacity: .9;
    transform: translateY(-1px);
}

.blogcast-share-buttons--footer .blogcast-share-button:hover {
    box-shadow: 0 12px 26px rgba(0, 0, 0, .24);
    opacity: 1;
    transform: translateY(-3px);
}

.blogcast-share-button__icon {
    align-items: center;
    display: inline-flex;
    font-size: .95rem;
    justify-content: center;
}

.blogcast-share-buttons--square .blogcast-share-button__icon {
    font-size: 1.05rem;
}

.blogcast-share-button--facebook { background: #1877f2; }
.blogcast-share-button--x { background: #111; }
.blogcast-share-button--whatsapp { background: #25d366; }
.blogcast-share-button--linkedin { background: #0a66c2; }
.blogcast-share-button--telegram { background: #229ed9; }
.blogcast-share-button--email { background: #6c757d; }
.blogcast-share-button--youtube { background: #ff0000; }
.blogcast-share-button--instagram { background: linear-gradient(135deg, #f58529, #dd2a7b 45%, #8134af 75%, #515bd4); }
.blogcast-share-button--spotify { background: #1db954; }
.blogcast-share-button--soundcloud { background: #ff5500; }
.blogcast-share-button--tiktok { background: #111; }
.blogcast-share-button--website,
.blogcast-share-button--podcast { background: var(--bs-primary); }

.blogcast-copy-link {
    border: 0;
}

.blogcast-copy-link.is-copied {
    background: var(--bs-success) !important;
}

.blogcast-copy-link.is-copied i {
    color: #fff !important;
}

.blogcast-podcast-share .blogcast-share-buttons {
    flex: 1 1 auto;
}

main {
    transition: opacity .16s ease, transform .16s ease;
}

.blogcast-social-widget__item {
    min-height: 92px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.blogcast-social-widget__item h6 {
    display: block;
    font-size: 0.78rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.blogcast-social-widget__item:hover {
    box-shadow: 0 0.5rem 1rem rgba(15, 23, 42, 0.14);
    transform: translateY(-2px);
}

@media (min-width: 992px) {
    .blogcast-post-sidebar .blogcast-social-widget .col-4 {
        width: 50%;
    }
}

.blogcast-soft-loading main {
    opacity: .42;
    pointer-events: none;
    transform: translateY(4px);
}

.blogcast-cookie-consent {
    background: rgba(17, 24, 39, .96);
    border-top: 1px solid rgba(255, 255, 255, .12);
    bottom: 0;
    box-shadow: 0 -10px 30px rgba(15, 23, 42, .18);
    color: #fff;
    left: 0;
    padding: .65rem 0;
    position: fixed;
    right: 0;
    transform: translateY(0);
    transition: opacity .18s ease, transform .18s ease;
    z-index: 1100;
}

.blogcast-cookie-consent.is-hiding {
    opacity: 0;
    transform: translateY(100%);
}

.blogcast-cookie-consent__inner {
    align-items: center;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1320px;
    padding: 0 1rem;
}

.blogcast-cookie-consent__text {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    font-size: .88rem;
    gap: .45rem;
    line-height: 1.4;
}

.blogcast-cookie-consent__text i {
    color: var(--bs-primary);
    font-size: 1rem;
}

.blogcast-cookie-consent__text a {
    color: #fff;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.blogcast-cookie-consent__actions {
    display: inline-flex;
    flex: 0 0 auto;
    gap: .5rem;
}

.blogcast-cookie-consent__actions .btn {
    border-radius: .35rem;
    padding-left: .8rem;
    padding-right: .8rem;
    white-space: nowrap;
}

.blogcast-pwa-loader {
    align-items: center;
    background:
        radial-gradient(circle at 50% 40%, color-mix(in srgb, var(--pwa-loader-color, #e82146) 18%, transparent), transparent 32%),
        var(--pwa-loader-bg, #111827);
    bottom: 0;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 1.15rem;
    justify-content: center;
    left: 0;
    opacity: 1;
    position: fixed;
    right: 0;
    top: 0;
    transition: opacity .32s ease, visibility .32s ease;
    visibility: visible;
    z-index: 2200;
}

.blogcast-pwa-loader.is-hidden {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
}

.blogcast-pwa-loader__mark {
    align-items: center;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 1.35rem;
    box-shadow: 0 24px 60px rgba(0, 0, 0, .28);
    display: flex;
    height: 92px;
    justify-content: center;
    overflow: hidden;
    width: 92px;
}

.blogcast-pwa-loader__mark img {
    display: block;
    height: 76px;
    max-width: 76px;
    object-fit: contain;
    width: 76px;
}

.blogcast-pwa-loader__mark span {
    color: var(--pwa-loader-color, #e82146);
    font-size: 2.35rem;
    font-weight: 900;
}

.blogcast-pwa-loader__bar {
    background: rgba(255, 255, 255, .16);
    border-radius: 999px;
    height: 4px;
    overflow: hidden;
    width: min(170px, 52vw);
}

.blogcast-pwa-loader__bar span {
    animation: blogcastPwaLoading 1.05s ease-in-out infinite;
    background: var(--pwa-loader-color, #e82146);
    border-radius: inherit;
    display: block;
    height: 100%;
    width: 46%;
}

@keyframes blogcastPwaLoading {
    0% {
        transform: translateX(-110%);
    }

    100% {
        transform: translateX(230%);
    }
}

@media (max-width: 575.98px) {
    .captcha-widget__header {
        display: block;
    }

    .captcha-refresh-button {
        margin-left: 2.55rem;
        margin-top: .75rem;
    }

    .blogcast-cookie-consent__inner {
        align-items: stretch;
        flex-direction: column;
        gap: .65rem;
    }

    .blogcast-cookie-consent__actions {
        justify-content: flex-end;
    }
}

@media (max-width: 767.98px) {
    .blogcast-footer-brand-col {
        justify-content: center;
        margin-bottom: 1.25rem;
        text-align: center;
    }

    .blogcast-footer-logo {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}
