#talk-container {
    margin-top: 20px;
}

.back-to-calendar {
    display: inline-flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
    text-decoration: none;
    border: none;
}

.back-to-calendar > svg {
    width: 24px;
    height: 24px;
}

.back-to-calendar > p {
    color: #243039;
    font-size: 18px;
    font-weight: 700;
    line-height: 21px;
    text-align: left;
}

.inter-family {
    font-family: Inter, sans-serif;
}

.layout-padded {
    display: flex;
    flex-direction: column;
}

.talk-date {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0;
    gap: 8px;
    align-self: stretch;
    flex-grow: 0;
}

.talk-date > p {
    color: #243039;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
}

.talk-date > .badge {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 4px 8px;
    gap: 5px;
    background: #FFDCA8;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
}

.talk-title > h2 {
    margin-top: 8px;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 37px;
    color: #243039;
    align-self: stretch;
}

.rounded {
    border-radius: 50%;
}

.talk-description {
    display: flex;
    flex-direction: column;
    padding: 24px;
    gap: 16px;
    background: #F5F5F5;
    border-radius: 8px;
    margin-bottom: 80px;
}

.talk-description > p {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    color: #1F1F1F;
}

.talk-footer {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
}

.talk-author-avatars {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

.talk-author-avatars img {
    margin: 0;
    width: 50px;
    height: 50px;
    border: solid 2px #fff;
}

.talk-author-info {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    font-weight: 400;
    flex-grow: 1;
    line-height: 24px;
}

.talk-author-name {
    font-weight: 700;
}

span.talk-author-name-secondary {
}

img.pull-left {
    margin-left: -12px;
}

#talk-details {
    margin-top: 40px;
}

#video-space {
    aspect-ratio: 16 / 9;
    position: relative;
    background: #1F1F1F;
}

.match-parent {
    position: relative;
    width: 100%;
    height: 100%;
}

.text-slate {
    color: #62748e
}

.text-base {
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem;
    font-size: 1rem;
}

.popup {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    isolation: isolate;
    filter: drop-shadow(1px 4px 9px rgba(0, 0, 0, 0.04)) drop-shadow(1px 9px 15px rgba(0, 0, 0, 0.1));
    border-radius: 2px;
}

#backdrop {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9000001;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
}

#signup-popup {
    display: block;
    margin: 7.5rem auto 10.5rem;
    background-color: rgb(205 233 255 / 1);
    font-family: Inter, sans-serif;
    font-size: 1rem;
    line-height: 1.5rem;
    color: rgb(36 48 57 / 1);
    width: 572px;
    padding: 2.5rem;
    max-width: 100%;
    border-radius: 0.5rem;
}

#signup-popup > #popup-title {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 0;
}

#signup-popup > #popup-body {
    margin: 0.5rem 0 0;
}

#signup-popup > #popup-footer {
    text-align: center;
    display: block;
}

#signup-popup > #popup-footer > a {
    cursor: pointer;
    text-decoration: none;
    border-bottom-width: 1px;
    border-color: rgb(36 48 57 / 1);
}

#signup-popup > #popup-button:hover {
    background-color: rgb(255 149 117);
}

#signup-popup > #popup-button {
    cursor: pointer;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    border-radius: 40px;
    background-color: rgb(252 110 68 / 1);
    padding: 1rem 2rem;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 18px;
    color: rgb(255 255 255 / 1);
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}
