/* Typography from skachat theme */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800");

html, body {
    width: 100%;
    height: 100%;
    font-family: "Open Sans", sans-serif;
}

body {
    font-size: 15px;
    line-height: 1.7;
    color: #333;
    font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 15px;
}

h1 { font-size: 36px; }
h2 { font-size: 30px; }
h3 { font-size: 24px; }
h4 { font-size: 20px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }

p {
    margin: 0 0 15px;
    line-height: 1.7;
}

a {
    color: #0C7490;
    text-decoration: none;
    transition: all 0.2s ease;
}

a:hover {
    color: #0a5f75;
    text-decoration: none;
}

strong, b {
    font-weight: 700;
}

/* Platform Badge - fixed size for YouTube logo */
.video-platform-badge {
    position: absolute;
    top: 8px;
    right: 8px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 4px;
    padding: 4px 6px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    z-index: 2;
}

.video-platform-badge img {
    display: block;
    height: 16px !important;
    width: auto !important;
    max-width: 16px !important;
    object-fit: contain;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
}
