/* Gap heights */
.gap-h0 { height: 0; }
.gap-h5 { height: 5px; }
.gap-h10 { height: 10px; }
.gap-h20 { height: 20px; }
.gap-h30 { height: 30px; }
.gap-h40 { height: 40px; }
.gap-h60 { height: 60px; }

/* Dash styles */
.dash-h1 { height: 1px; }

/* Text colors and styles */
.text-teal { color: #00AB9C; }
.title-black-bold {
    color: #000;
    font-weight: bold;
}
.font-size-14 { font-size: 14px; }

/* Layout utilities */
.center-block {
    margin-left: auto;
    margin-right: auto;
}

/* Container and image sizing */
.container-mw-802 { max-width: 802px; }
.img-mw-782 { max-width: 782px; }

/* Component-specific styles */
.lecture-title {
    margin-bottom: 0;
    color: #fff;
    display: table;
    font-size: 16px;
    border-radius: 30px;
    padding: 2px 15px;
}
.lecture-title-left { float: left; }
.lecture-title-right { float: right; }
.lecture-title-padded { padding: 5px 15px; }

.sdg-icon-left {
    max-width: 30px;
    float: left;
}
.sdg-icon-right {
    max-width: 30px;
    float: right;
}

/* Add cursor pointer to clickable elements */
.top_navbar_home, #go-top {
    cursor: pointer;
}