/*
Theme Name: Blind Links
Theme URI: https://filmysynchub.in
Author: Sk Sikandar
Author URI: https://filmysynchub.in
Description: Minimal single-page black theme for links/redirect pages (movie/drama/anime download link pages). No comments, no search, no sidebar/widgets. Pure black background with centered content container — just paste your own HTML/content in the page editor.
Version: 1.0
Requires at least: 5.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: blind-links
*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    background-color: #000000;
    color: #e6e6e6;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.7;
    min-height: 100vh;
}

a {
    color: #4da6ff;
    text-decoration: none;
}

a:hover {
    color: #82c4ff;
    text-decoration: underline;
}

img {
    max-width: 100%;
    height: auto;
}

/* Header */
.site-header {
    text-align: center;
    padding: 30px 20px 10px;
    border-bottom: 1px solid #1a1a1a;
}

.site-title {
    font-size: 22px;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: 0.5px;
}

.site-title a {
    color: #ffffff;
}

.site-description {
    font-size: 13px;
    color: #888888;
    margin-top: 4px;
}

/* Main content container */
.site-content {
    max-width: 720px;
    margin: 0 auto;
    padding: 50px 20px 80px;
    min-height: 60vh;
}

.entry-content {
    font-size: 16px;
    color: #d9d9d9;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4 {
    color: #ffffff;
    margin: 24px 0 12px;
}

.entry-content p {
    margin-bottom: 16px;
}

.entry-content ul,
.entry-content ol {
    margin: 0 0 16px 24px;
}

.entry-title {
    text-align: center;
    font-size: 26px;
    color: #ffffff;
    margin-bottom: 30px;
}

/* Footer */
.site-footer {
    text-align: center;
    padding: 20px;
    font-size: 12px;
    color: #555555;
    border-top: 1px solid #1a1a1a;
}

.site-footer a {
    color: #777777;
}
