* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Open Sans', sans-serif;
    line-height: 1.6;
}

.container {
    width: 500px;
    min-width: 500px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Top Section - Light Background */
.top-section {
    background-color: #ffffff;
    padding: 80px 0;
}

.main-title {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 89px;
    color: #000000;
    margin-bottom: 0px;
    line-height: 1.1;
    width: 100%;
    text-align: left;
}

.title-info {
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
}

.adjective {
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    font-weight: 400;
    font-size: 28px;
    color: #000000;
    float: left;
}

.pronunciation {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 28px;
    color: #000000;
    float: right;
}

.definition {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 26px;
    color: #000000;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.4;
    text-align: left;
    clear: both;
}

/* Bottom Section - Dark Background */
.bottom-section {
    background-color: #000000;
    padding: 60px 0;
    color: #ffffff;
}

.show {
    margin-bottom: 40px;
}

.show-title {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 42px;
    color: #ffffff;
    margin-bottom: 5px;
    line-height: 1.2;
}

.show-meta {
    margin-bottom: 20px;
    overflow: hidden;
}

.platform {
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    font-weight: 400;
    font-size: 18px;
    color: #ffffff;
}

.category {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #ffffff;
    float: right;
}

.show-description {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #ffffff;
    line-height: 1.5;
    max-width: 600px;
}

.show-divider {
    border: none;
    border-top: 1px solid #ffffff;
    margin: 50px 0;
    width: 100%;
}
