/* ThaRadio Pages v3.1.0 */

.trp-section {
    max-width: 960px;
    margin: 0 auto;
    padding: 2rem 1.5rem 5rem;
}
.trp-header {
    text-align: center;
    margin-bottom: 2.5rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    position: relative;
}
.trp-header::before {
    content: '';
    display: block;
    width: 48px;
    height: 3px;
    background: #e02020;
    border-radius: 2px;
    margin: 0 auto 1.2rem;
}
.trp-title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(2.5rem, 6vw, 4.5rem);
    letter-spacing: 0.2em;
    color: #ffffff;
    margin: 0 0 0.4rem;
    line-height: 1;
}
.trp-sub {
    font-family: 'Orbitron', sans-serif;
    font-size: 0.7rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.75);
    margin: 0;
}

/* Dark framed glass wrapper around widget */
.trp-widget-wrap {
    border-radius: 12px;
    overflow: visible;
    position: relative;
    box-shadow:
        0 0 0 1px rgba(255,255,255,0.08),
        0 12px 48px rgba(0,0,0,0.6),
        0 2px 8px rgba(0,0,0,0.4);
    background: rgba(0,0,0,0.25);
    padding: 2px;
}

.trp-widget-wrap sam-widget {
    display: block;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}
