/*
Theme Name: Divi Child - Customized for SC Site
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: This is a child theme based on the paid theme Divi from elegantthemes.com. If you need to make CSS or customized changes to the site theme, make them here, not in the original Divi theme. This will prevent them from being overwritten if the theme updates. You can find more info on updating or copying settings from the parent theme here: https://youtu.be/cuCs89h3rlU?t=413
Tags: responsive-layout,one-column,two-columns,three-columns,four-columns,left-sidebar,right-sidebar,custom-background,custom-colors,featured-images,full-width-template,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready
Version: 3.29.3.1585365018
Updated: 2020-03-28 03:10:18

*/

div.cta {
    text-align: center;
    width: 100%;
}

#main-header,
#main-header .nav li ul,
.et-search-form,
#main-header .et_mobile_menu {
    background-color: rgba(10, 0, 0, 0.8);
}

:root {
    --color-tardis: #344675;
    --color-sting: #21e8ed;
    --color-twilight: #7162cc;
    --color-delta: #ffc24c;
    --color-thanos: #a3a2cc;
    --color-flash: #ff5a79;
    --color-star: #e6eceb;
    --color-namek: #00c172;
    --color-header: #344675bd;
}

h1 {
    font-size: 5rem;
    line-height: 1.2;
}

h2 {
    font-size: 2.5rem;
    line-height: 1.3;
}

h3 {
    font-size: 2rem;
    line-height: 1.4;
}

h4 {
    font-size: 1.25rem;
    line-height: 1.4;
    font-weight: bold;
}

h5 {
    font-size: 1rem;
    line-height: 1.4;
    font-style: italic;
}

.sc-light-header {
	background-color: var(--color-star);
    h1, h2, h3, h4, h5, h6, p, span, li, div {
        color: var(--color-tardis);
    }
	a {
		color: var(--color-flash);
	}
}
.sc-dark-header {
    background-color: var(--color-tardis);
    h1, h2, h3, h4, h5, h6, p, span, li, div {
        color: var(--color-star);
    }
	
	a {
		color: var(--color-sting);
	}
	
	.et_pb_accordion_item, .et_pb_toggle_item {
	  h1, h2, h3, h4, h5, h6, p, span, li, div {
        color: var(--color-tardis);
      }
	  a {
		color: var(--color-flash);
	  }
	}
}

i.fa-solid::before {
	color: var(--color-flash);
}

@font-face {
    font-family: fontawesome-brands;
    src: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/webfonts/fa-brands-400.ttf");
}

* {
    box-sizing: border-box;
    margin-block-start: 0;
}

#et-top-navigation,
.et_mobile_menu .menu-item-has-children > a {
    font-weight: unset !important;
}

.et_mobile_menu li a {
    font-size: 13px;
}

.et_header_style_centered #main-header .container div#et-top-navigation {
    text-align: left;
}

nav#top-menu-nav #top-menu > li.menu-item.menu-item-type-post_type.menu-item-object-page:last-child a {
    color: var(--color-flash);
}
.et-fixed-header nav#top-menu-nav #top-menu > li.menu-item.menu-item-type-post_type.menu-item-object-page:last-child a {
    color: var(--color-flash) !important;
}
nav#top-menu-nav #top-menu > li.menu-item.menu-item-type-post_type.menu-item-object-page:last-child a::after {
    content: "9";
    font-size: 16px;
    position: absolute;
    top: 0;
    font-weight: 800;
    font-family: "ETmodules";
    color: var(--color-flash);
}

nav#top-menu-nav #top-menu > li:first-child a::before {
    content: " ";
    font-size: 16px;
    position: absolute;
    top: -6px;
    width: 25px;
    height: 25px;
    -webkit-mask-size: 25px;
    -webkit-mask-image: url(/wp-content/uploads/2023/11/soonercon-SQCUT-1-white-rgb-900px-w-72ppi.png);
    mask-size: 25px;
    mask-image: url(/wp-content/uploads/2023/11/soonercon-SQCUT-1-white-rgb-900px-w-72ppi.png);
    background-size: contain;
    left: -10px;
    background-color: white;
}

nav#top-menu-nav #top-menu > li.current-menu-item > a::before {
    background-color: var(--color-delta);
}

.invert-h3 h3 {
    filter: invert(1) brightness(1.5);
}

.vertical-align {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.et-social-dribbble a.icon:before {
    content: "\e07b";
    font-family: "Font Awesome 5 Brands" !important;
}

.backer-style p {
    padding-bottom: 15px;
}

blockquote {
    border-color: #ff5a79;
}

#main-content {
    overflow-x: hidden;
}

p {
    line-height: normal;
}

html,
body {
    padding: 0;
    margin: 0;
}
* {
    box-sizing: border-box;
    margin-block-start: 0;
}

.main-content {
    background-color: var(--color-tardis);
    padding: 5vw;
    color: white;
    position: relative;
    z-index: 1;
    --map-bleed: 20%;
}
.main-content::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--map-image-url);
    z-index: 0;
    background-size: 600px;
}
.main-content::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.2) 0%,
        rgba(0, 0, 0, 1) var(--map-bleed),
        rgba(0, 0, 0, 1) calc(100% - var(--map-bleed)),
        rgba(0, 0, 0, 0.2) 100%
    );
    z-index: 0;
}
.main-content > * {
    position: relative;
    z-index: 1;
}
.main-content > * {
    max-width: 65rem;
    margin-inline: auto;
    z-index: 1;
}

@media (max-width: 1414px) {
    .main-content::after {
        --map-bleed: 6em;
    }
}
@media (max-width: 1200px) {
    .main-content::after {
        --map-bleed: 4em;
    }
}
@media (max-width: 1000px) {
    .main-content::after {
        --map-bleed: 2em;
    }
}
@media (max-width: 900px) {
    .main-content::after {
        --map-bleed: 1em;
    }
}
@media (max-width: 900px) {
    .main-content::after {
        background: var(--color-tardis);
    }
}
@media (max-width: 767px) {
    .et_pb_fullwidth_header .header-content h1,
    .et_pb_section .et_pb_heading_container h1
     {
        font-size: 2rem;
    }
}
.mobile_nav.opened #mobile_menu {
    display: flex;
    flex-direction: column;

    > li:last-child {
        order: -1;
        a {
            color: var(--color-flash);
        }
    }
}

/* ── Schedule System ─────────────────────────────────────── */

/* Page layout */
.sc-page {
    min-height: 100vh;
}
.sc-page__hero {
    padding: 5rem 2rem 2rem;
    text-align: center;
}
.sc-page__hero h1 {
    margin: 0;
    color: var(--color-star);
}
.sc-page__subtitle {
    color: var(--color-thanos);
    margin-top: .5rem;
}
.sc-page__content {
    max-width: 72rem;
    margin: 0 auto;
    padding: 2rem 1.5rem 4rem;
}

/* Breadcrumb */
.sc-grid-desktop-nav {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    position: sticky;
    top: 2rem;
    padding-block: 2rem;
    z-index: 10;
    background: #ffffffcc;  

    nav {
        margin: 0;
        padding: 0;
    }
}
.sc-breadcrumb {
    margin-bottom: 1.5rem;
    font-size: 1.8rem;
    color: var(--color-thanos);
    z-index: 10;
    position: relative;
}
.sc-breadcrumb a {
    color: var(--color-sting);
    text-decoration: none;
}
.sc-breadcrumb span {
    margin: 0 .4rem;
}

/* Jump navigation */
/* Schedule search */
.sc-search {
    margin-bottom: 3rem;
}
.sc-search__label {
    display: block;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: .6rem;
    color: var(--color-tardis);
}
.sc-search__row {
    display: flex;
    gap: .5rem;
}
.sc-search__input {
    flex: 1;
    padding: .75rem 1rem;
    font-size: 1rem;
    border: 2px solid var(--color-tardis);
    border-radius: .4rem;
    background: var(--color-star);
    color: #222;
    outline: none;
    min-width: 0;
}
.sc-search__input:focus {
    border-color: var(--color-sting);
}
.sc-search__btn {
    display: flex;
    align-items: center;
    gap: .5rem;
    padding: .75rem 1.5rem;
    background: var(--color-tardis);
    color: var(--color-star);
    border: none;
    border-radius: .4rem;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
    transition: background .2s;
}
.sc-search__btn:hover {
    background: var(--color-twilight);
}
.sc-search__btn i {
    color: var(--color-sting);
}
.sc-search__results-header {
    display: flex;
    flex-direction: column;
    gap: .25rem;
    margin: 1rem 0 .75rem;
}
.sc-search__count {
    margin: 0;
    font-size: 1rem;
    opacity: .8;
}
.sc-search__back {
    display: inline-block;
    font-size: .95rem;
    font-weight: 700;
    color: var(--color-flash);
    text-decoration: none;
    padding-bottom: 2rem;
}
.sc-search__back:hover {
    text-decoration: underline;
}
.sc-search__empty {
    margin-top: 1rem;
    opacity: .7;
}
.sc-search__list {
    display: flex;
    flex-direction: column;
    gap: .75rem;
}

.sc-coming-soon {
    color: var(--color-tardis);
    font-style: italic;
    opacity: .7;
}

.sc-jump-nav {
    display: flex;
    gap: 1rem;
    justify-content: center;
    margin-bottom: 3rem;
    flex-wrap: wrap;
}
.sc-jump-btn {
    display: flex;
    align-items: center;
    gap: .6rem;
    padding: 1rem 2rem;
    background: var(--color-tardis);
    color: var(--color-star);
    border-radius: .5rem;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    transition: background .2s, transform .15s;
}
.sc-jump-btn:hover {
    background: var(--color-twilight);
    transform: translateY(-2px);
}
.sc-jump-btn i {
    font-size: 1.3rem;
    color: var(--color-sting);
}

/* Link grid (tracks / spaces listing) */
.sc-link-section {
    margin-bottom: 3rem;
}
.sc-link-section h2 {
    margin-bottom: 1rem;
}
.sc-link-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: .75rem;
}
.sc-link-card {
    display: block;
    padding: 1rem 1.25rem;
    background: var(--color-star);
    border-left: 4px solid var(--color-sting);
    border-radius: .25rem;
    color: var(--color-tardis);
    text-decoration: none;
    font-weight: 600;
    transition: border-color .2s, box-shadow .2s;
}
.sc-link-card:hover {
    border-left-color: var(--color-flash);
    box-shadow: 0 2px 8px rgba(0,0,0,.12);
}
.sc-link-card--highlight {
    background: var(--color-sting);
    color: var(--color-tardis);
    border-left-color: var(--color-tardis);
    font-weight: 700;
}
.sc-link-card--highlight:hover {
    background: var(--color-flash);
    color: var(--color-star);
    border-left-color: var(--color-flash);
    font-weight: 700;
}
.sc-link-card__sponsor {
    display: block;
    font-size: .75rem;
    font-weight: 400;
    margin-top: .25rem;
    opacity: .75;
}

/* Day tabs */
.sc-day-tabs {
    display: flex;
    gap: .5rem;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
    position: sticky;
    top: 0;
    z-index: 9;
    padding-block: 5rem 1rem;
    margin-top: -5rem;
}
.sc-day-tab {
    padding: .6rem 1.5rem;
    border: 2px solid var(--color-tardis);
    border-radius: .35rem;
    background: transparent;
    color: var(--color-tardis);
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    transition: background .2s, color .2s;
}
.sc-day-tab--active,
.sc-day-tab:hover {
    background: var(--color-tardis);
    color: var(--color-star);
}
.sc-day-tab__short { display: none; }

/* Day panels */
.sc-day-panel { display: none; }
.sc-day-panel--active { display: block; }

/* Panel card */
.sc-card {
    background: #fff;
    border-radius: .5rem;
    box-shadow: 0 1px 4px rgba(0,0,0,.1);
    padding: 1.25rem 1.5rem;
    margin-bottom: 1rem;
    border-left: 4px solid var(--color-sting);
    transition: box-shadow .2s;

    i.fa-solid {
        font-size: 1.3rem;
        padding: .3rem;
        color: var(--color-star);

        &:before {
            color: var(--color-star);
        }
    }
}
.sc-card:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,.15);
}
.sc-card--signing { border-left-color: var(--color-delta); }
.sc-card--workshop { border-left-color: var(--color-namek); }
.sc-card--note { border-left-color: var(--color-thanos); }
.sc-card--restricted { border-left-color: var(--color-flash); }

.sc-card__header {
    display: flex;
    align-items: center;
    gap: .75rem;
    flex-wrap: wrap;
    margin-bottom: .5rem;
    font-size: .85rem;
    color: #666;
}
.sc-card__time {
    font-weight: 700;
    color: var(--color-tardis);
}
.sc-card__location a {
    color: var(--color-twilight);
    text-decoration: none;
}
.sc-card__location a:hover { text-decoration: underline; }

.sc-card__gcal-btn {
    display: inline-flex;
    align-items: center;
    margin-left: auto;
    padding: .3rem .5rem;
    background: var(--color-tardis);
    color: var(--color-star);
    border-radius: .3rem;
    font-size: .85rem;
    text-decoration: none;
    transition: background .2s;
}
.sc-card__gcal-btn:hover { background: var(--color-twilight); color: #fff; }

.sc-card__title {
    margin: 0 0 .5rem;
    font-size: 1.15rem;
    color: var(--color-tardis);
}
.sc-card__desc {
    font-size: .95rem;
    color: #444;
    margin-bottom: .75rem;
}
.sc-card__desc p { margin: 0 0 .4rem; }

.sc-card__meta {
    font-size: .85rem;
    color: #555;
    margin: .25rem 0;
}
.sc-card__meta a {
    color: var(--color-twilight);
    text-decoration: none;
}
.sc-card__meta a:hover { text-decoration: underline; }

.sc-card__tracks a {
    display: inline-block;
    background: var(--color-star);
    color: var(--color-tardis);
    padding: .15rem .5rem;
    border-radius: .2rem;
    font-size: .8rem;
    margin: .15rem .25rem .15rem 0;
    text-decoration: none;
}
.sc-card__tracks a:hover {
    background: var(--color-tardis);
    color: var(--color-star);
}

/* Badges */
.sc-badge {
    display: inline-block;
    padding: .2rem .6rem;
    border-radius: .2rem;
    font-size: .75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .03em;
}
.sc-badge--goh {
    background: var(--color-delta);
    color: var(--color-tardis);
}
.sc-badge--age,
.sc-card__badge--age {
    background: var(--color-flash);
    color: #fff;
    padding: .15rem .45rem;
    border-radius: .2rem;
    font-size: .75rem;
    font-weight: 700;
}
.sc-card__badge--type {
    background: var(--color-star);
    color: var(--color-tardis);
    padding: .15rem .45rem;
    border-radius: .2rem;
    font-size: .75rem;
    font-weight: 600;
}
a.sc-card__badge--type {
    text-decoration: none;
    cursor: pointer;
}
a.sc-card__badge--type:hover {
    opacity: .8;
}

/* Cancelled guest styling */
.sc-cancelled {
    text-decoration: line-through;
    opacity: .5;
}

/* Guest profile */
.sc-guest-profile {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 2.5rem;
    margin-bottom: 3rem;
}
.sc-guest-profile__photo img {
    width: 100%;
    border-radius: .5rem;
    box-shadow: 0 2px 8px rgba(0,0,0,.15);
}
.sc-guest-profile__bio {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}
.sc-guest-profile__bio p { margin: 0 0 .6rem; }
.sc-guest-profile__bio sup { font-size: .6em; }

.sc-guest-schedule h2 {
    margin-bottom: 1rem;
    color: var(--color-tardis);
}

/* Social links */
.sc-social-links {
    list-style: none;
    display: flex;
    gap: 1rem;
    padding: 0;
    margin: .5rem 0 0;
}
.sc-social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background: var(--color-star);
    color: var(--color-tardis);
    font-size: 1.2rem;
    transition: background .2s, color .2s;
    text-decoration: none;
}
.sc-social-links a:hover {
    background: var(--color-tardis);
    color: var(--color-star);
}

/* Guest cards (shortcode) */
.sc-guest-cards__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 1rem;
}
.sc-guest-card {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    background: #fff;
    border-radius: .5rem;
    box-shadow: 0 1px 4px rgba(0,0,0,.1);
    text-decoration: none;
    color: inherit;
    transition: box-shadow .2s, transform .15s;
}
.sc-guest-card:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,.15);
    transform: translateY(-2px);
}
.sc-guest-card__img {
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}
.sc-guest-card__info h4 {
    margin: 0;
    color: var(--color-tardis);
}

/* Schedule grid (table) */
.sc-grid-wrapper {
    overflow-x: auto;
    margin-bottom: 2rem;
}
.sc-grid {
    width: 100%;
    border-collapse: collapse;
    font-size: .85rem;
}
.sc-grid th,
.sc-grid td {
    border: 1px solid #ddd;
    padding: .5rem .6rem;
    vertical-align: top;
    text-align: left;
}
.sc-grid__time-header {
    background: var(--color-tardis);
    color: var(--color-star);
    font-weight: 600;
    white-space: nowrap;
    min-width: 5.5rem;
    text-align: center;
}
.sc-grid__room-header {
    background: var(--color-tardis);
    color: var(--color-star);
    font-weight: 700;
    white-space: nowrap;
}
.sc-grid__sticky-col {
    position: sticky;
    left: 0;
    z-index: 2;
    min-width: 9rem;
    max-width: 13rem;
}
.sc-grid__room {
    font-weight: 700;
    background: #f8f9fa;
}
.sc-grid__cell {
    min-width: 9rem;
}
.sc-grid__item {
    padding: .4rem .5rem;
    border-radius: .25rem;
    margin-bottom: .35rem;
    background: var(--color-star);
    border-left: 3px solid var(--color-sting);
}
.sc-grid__item--signing { border-left-color: var(--color-delta); }
.sc-grid__item--workshop { border-left-color: var(--color-namek); }
.sc-grid__item--note { border-left-color: var(--color-thanos); }
.sc-grid__item--restricted { border-left-color: var(--color-flash); }

.sc-grid__title {
    display: block;
    font-size: .8rem;
    color: var(--color-tardis);
    margin-bottom: .2rem;
}
.sc-grid__title a {
    color: inherit;
    text-decoration: none;
}
.sc-grid__title a:hover { text-decoration: underline; }
.sc-grid__guests {
    display: block;
    font-size: .75rem;
    color: #666;
}
.sc-grid__guests a {
    color: var(--color-twilight);
    text-decoration: none;
}

/* Grid mobile fallback */
.sc-grid-mobile-fallback { display: none; }

/* Grid scroll tip (desktop only) */
.sc-grid__tip {
    font-size: .85rem;
    color: #666;
    margin-bottom: .75rem;
}
.sc-grid__tip kbd {
    display: inline-block;
    padding: .1rem .35rem;
    border: 1px solid #bbb;
    border-radius: .2rem;
    background: #f5f5f5;
    font-size: .8rem;
    font-family: inherit;
    color: #333;
}

/* Filled (spanned) cell — item stretches to row height */
.sc-grid__cell--filled {
    padding: 0;
}
.sc-grid__cell--filled .sc-grid__item {
    height: 100%;
    box-sizing: border-box;
    margin-bottom: 0;
    border-radius: 0;
}

/* ── Responsive ──────────────────────────────────────────── */

@media (max-width: 980px) {
    .sc-page__hero {
        padding-top: 13rem;
    }
    .sc-guest-profile {
        grid-template-columns: 1fr;
    }
    .sc-guest-profile__photo {
        max-width: 280px;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .sc-page__hero h1 { font-size: 2rem; }
    .sc-day-tab__full { display: none; }
    .sc-day-tab__short { display: inline; }
    .sc-jump-btn {
        padding: .75rem 1.25rem;
        font-size: 1rem;
    }
    .sc-grid-wrapper { display: none; }
    .sc-grid-mobile-fallback { display: block; }
    .sc-grid__tip { display: none; }
    .sc-breadcrumb {
        position: sticky;
        top: 2rem;
        z-index: 10;
    }
}

@media (max-width: 480px) {
    .sc-page__content { padding: 1rem; }
    .sc-card { padding: 1rem; }
    .sc-guest-cards__grid {
        grid-template-columns: 1fr;
    }
}

/* ── Event detail ──────────────────────────────────────────── */
.sc-event {
    margin-bottom: 2.5rem;
}
.sc-event__meta-bar {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: .75rem;
    padding: .875rem 1.25rem;
    background: var(--color-star);
    border-radius: .4rem;
    margin-bottom: 1.5rem;
    font-size: .9rem;
}
.sc-event__meta-item {
    display: flex;
    align-items: center;
    gap: .35rem;
    color: #555;
}
.sc-event__meta-item i { color: var(--color-tardis); }
.sc-event__meta-item a {
    color: var(--color-twilight);
    text-decoration: none;
}
.sc-event__meta-item a:hover { text-decoration: underline; }

.sc-event__gcal-btn {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    margin-left: auto;
    padding: .5rem 1rem;
    background: var(--color-tardis);
    color: var(--color-star);
    border-radius: .3rem;
    font-weight: 600;
    font-size: .85rem;
    text-decoration: none;
    transition: background .2s;
    white-space: nowrap;
}
.sc-event__gcal-btn:hover { background: var(--color-twilight); color: #fff; }

.sc-event__desc {
    font-size: 1rem;
    line-height: 1.65;
    color: #333;
    margin-bottom: 1.75rem;
}
.sc-event__desc p { margin: 0 0 .6rem; }

.sc-event__people {
    margin-bottom: 1.5rem;
}
.sc-event__people h3 {
    font-size: .8rem;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: #888;
    margin: 0 0 .6rem;
}
.sc-event__people-list {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
}
.sc-event__person {
    display: inline-block;
    padding: .4rem .9rem;
    background: var(--color-star);
    border: 1px solid var(--color-sting);
    border-radius: 2rem;
    color: var(--color-tardis);
    font-size: .9rem;
    font-weight: 600;
    text-decoration: none;
    transition: background .15s, color .15s;
}
.sc-event__person:hover {
    background: var(--color-tardis);
    color: var(--color-star);
}

.sc-event__tracks {
    margin-bottom: 1.5rem;
}
.sc-event__track-pill {
    display: inline-block;
}

/* Concurrent events */
.sc-event__concurrent { margin-top: 2rem; }
.sc-event__concurrent h2 {
    font-size: 1.15rem;
    color: var(--color-tardis);
    margin-bottom: 1rem;
}
.sc-event__concurrent-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: .75rem;
}
.sc-event__concurrent-card {
    display: flex;
    flex-direction: column;
    padding: .875rem 1rem;
    background: #fff;
    border-left: 4px solid var(--color-sting);
    border-radius: .35rem;
    box-shadow: 0 1px 4px rgba(0,0,0,.08);
    text-decoration: none;
    transition: box-shadow .2s, border-color .2s;
}
.sc-event__concurrent-card:hover {
    box-shadow: 0 3px 10px rgba(0,0,0,.14);
    border-left-color: var(--color-tardis);
}
.sc-event__concurrent-room {
    font-size: .75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .04em;
    color: var(--color-twilight);
    margin-bottom: .25rem;
}
.sc-event__concurrent-title {
    font-size: .9rem;
    font-weight: 600;
    color: var(--color-tardis);
    line-height: 1.35;
}

/* Card title link */
.sc-card__title a {
    color: inherit;
    text-decoration: none;
}
.sc-card__title a:hover {
    text-decoration: underline;
}

@media (max-width: 640px) {
    .sc-event__gcal-btn { margin-left: 0; width: 100%; justify-content: center; }
    .sc-event__concurrent-list { grid-template-columns: 1fr; }
}
