body {
    background-color: #000000 !important;
    margin: 0;
    font-family: 'Inter', sans-serif;
    overflow-x: hidden;
}

.content {
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    display: flex;
    justify-content: center;
}

.page-layout {
    display: flex;
    width: 1319px;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 100px;
    flex-shrink: 0;
    align-items: flex-start;
}

:root {
    --bg-color: #000000;
    --btn-bg: #0C0C0E;
    --red-accent: #F72D4B;
    --text-white: #FFFFFF;
    --text-dim: rgba(255, 255, 255, 0.6);
}

.left-col {
    width: 200px;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
}

.anime-cover {
    width: 200px;
    height: 289px;
    border-radius: 15px;
    object-fit: cover;
}

.anime-title {
    font-weight: 900;
    font-size: 16px;
    margin-top: 20px;
    color: white;
    line-height: 1.8;
}

.info-lines {
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.info-text {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: var(--text-dim);
    line-height: 1.2;
}

.views-block {
    margin-top: 25px;
    position: relative;
}

.views-text {
    font-weight: 900;
    font-size: 14px;
    color: var(--red-accent);
}

.arrow-icon {
    margin-top: 5px;
    font-size: 14px;
    color: var(--text-dim);
    cursor: pointer;
}

.center-col {
    width: 805px;
    margin-left: 57px;
    margin-right: 57px;
    flex-shrink: 0;
}
