.ycg-grid {
    display: grid !important;
    gap: 16px !important;
    margin-bottom: 20px;
}

.ycg-item .ycg-inner {
    background: #ffffff !important;
    padding: 10px !important;
    border-radius: 8px !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1) !important;
}

.ycg-item iframe {
    width: 100% !important;
    aspect-ratio: 16 / 9 !important;
    border-radius: 4px !important;
}

.ycg-title {
    margin-top: 8px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    text-align: center !important;
}
