.ping-pong-page {
    padding-top: 90px;
    padding-bottom: 80px;
    min-height: calc(100vh - 120px);
}

.ping-pong-title {
    color: #964594;
    font-weight: 800;
    margin-bottom: 12px;
}

.ping-pong-subtitle {
    color: #2a2a2a;
    font-size: 1rem;
    margin: 0 auto;
    max-width: 600px;
    font-weight: 700;
}


.ping-pong-subtitle-text{
    color: #ff7301;
}

.ping-pong-card {
    background: #f4f4f4;
    border: 2px solid #964594;
    border-radius: 18px;
    padding: 16px;
    height: 100%;
    box-shadow: 0 4px 12px rgba(0,0,0,.08);
}

.ping-pong-video-wrapper {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    aspect-ratio: 9 / 16;
    background: #000;
    border-radius: 16px;
    overflow: hidden;
}

.ping-pong-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    background: #000;
}

.ping-pong-content {
    text-align: center;
    padding-top: 16px;
}

.ping-pong-content h2 {
    color: #964594;
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 8px;
}

.ping-pong-content p {
    color: #555;
    font-size: .95rem;
    margin-bottom: 0;
    line-height: 1.4;
}

@media (max-width: 768px) {
    .ping-pong-page {
        padding-top: 100px;
    }

    .ping-pong-video-wrapper {
        max-width: 280px;
    }
}

.ping-pong-description-preview {
    color: #555;
    font-size: .95rem;
    line-height: 1.4;
    margin-bottom: 12px;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

    overflow: hidden;
}
