/* YouTube Platform Design System */

.yt-preview-canvas {
    max-width: 806px;
    width: 806px;
    font-family: "Roboto", Arial, sans-serif !important;
    -webkit-font-smoothing: antialiased;
}

/* STRICT Mockup Styling */
.mockup-light {
    background-color: #ffffff !important;
    color: #0f0f0f !important;
}

.mockup-dark {
    background-color: #0f0f0f !important;
    color: #f1f1f1 !important;
}

.mockup-light .text-main {
    color: #0f0f0f !important;
}

.mockup-dark .text-main {
    color: #f1f1f1 !important;
}

.mockup-light .text-dim {
    color: #606060 !important;
}

.mockup-dark .text-dim {
    color: #aaaaaa !important;
}

.highlight-link {
    color: #065fd4 !important;
}

.mockup-dark .highlight-link {
    color: #3ea6ff !important;
}

/* YouTube Specific Styles */
.yt-author-name {
    font-size: 13px;
    font-weight: 500;
    line-height: 15px;
}

.yt-publish-time {
    font-size: 12px;
    line-height: 18px;
}

.yt-content {
    font-size: 14px;
    line-height: 20px;
    white-space: pre-wrap;
    word-wrap: break-word;
}

.yt-action-bar {
    display: flex;
    align-items: center;
    margin-top: 8px;
    gap: 8px;
}

.yt-action-item {
    display: flex;
    align-items: center;
    height: 32px;
    gap: 6px;
    font-size: 12px;
    cursor: pointer;
}

.yt-heart-renderer {
    position: relative;
    display: inline-flex;
    align-items: center;
    margin-left: 12px;
}

.yt-creator-avatar-mini {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    object-fit: cover;
}

.yt-heart-icon-overlay {
    position: absolute;
    right: -4px;
    bottom: -4px;
    width: 15px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.yt-heart-svg-shroud {
    fill: #000000;
}

.yt-heart-svg-red {
    fill: #FF0033;
}

.mockup-dark .yt-heart-svg-shroud {
    fill: #ffffff;
}

.yt-reply-btn {
    font-size: 12px;
    font-weight: 500;
    padding: 8px 12px;
    border-radius: 18px;
    cursor: pointer;
    transition: background 0.2s;
}

.yt-reply-btn:hover {
    background: rgba(0, 0, 0, 0.05);
}

.dark .yt-reply-btn:hover {
    background: rgba(255, 255, 255, 0.1);
}