body,html,div,p,a,ul,li,input,button,form,textarea,span,img,h1,h2,h3 { margin: 0; padding: 0; }

body { 
    background-color: #121212; 
    color: #e0e0e0; 
    font-family: 'Sunflower', sans-serif; 
}
input, button { font-family: 'Sunflower', sans-serif; }

li { list-style-type: none; }

a { color: #e0e0e0; text-decoration: none; }
a:hover { color: rgb(235,85,85); }

h1, h2 { display: block; font-weight: normal; }
h1 { 
    color: #ffffff; 
    font-size: 20px; 
    line-height: 24px; 
    margin: 15px 5px 5px 5px; 
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-left: 4px solid rgb(235,85,85);
    padding-left: 10px;
}
h2 { 
    color: #ffffff; 
    margin: 20px 5px 8px 5px; 
    font-size: 18px; 
    line-height: 22px; 
    border-left: 4px solid rgb(235,85,85);
    padding-left: 10px;
}

.head { 
    background-color: #191919; 
    border-bottom: 1px solid #333; 
    box-shadow: 0 1px 8px rgba(0,0,0,0.3); 
    overflow: visible; 
    padding: 8px 0; 
}

.head .wrapper {
    background: none;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
}

.logo { 
    margin: 0 10px 15px 10px; 
    display: block;
    width: 100%;
    text-align: center;
}
.logo a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.logo-img {
    width: 152px;
    height: auto;
    max-height: 40px;
    display: block;
}

.bottom { 
    overflow: visible; 
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0;
    margin-top: 0;
}

.menu { 
    font-size: 0; 
    display: block;
    width: 100%;
    text-align: center;
}
.menu ul { 
    overflow: hidden; 
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.menu li { 
    margin: 0; 
    display: inline-block;
}
.menu li a, .menu li span { 
    color: #e0e0e0; 
    font-size: 14px; 
    height: 16px; 
    line-height: 16px; 
    display: block; 
    overflow: hidden; 
    cursor: pointer; 
    transition: all 0.2s ease;
}
.menu li a:hover, .menu li.active a, .menu li a.active, .menu li span:hover, .menu li.active span, .menu li span.active { 
    color: rgb(235,85,85); 
}
.menu li a i, .menu li span i { font-size: 12px; }

.search { 
    display: none; 
    padding: 0;
    box-sizing: border-box;
    width: 100%;
    margin-top: 8px;
}
.search form { 
    width: 100%; 
    overflow: hidden; 
    display: block; 
    max-width: 500px; 
    margin: 0 auto; 
    position: relative; 
}
.search input { 
    border: 1px solid #333; 
    background: #242424;
    color: #ffffff; 
    font-size: 14px; 
    width: 95%; 
    padding: 0 2%; 
    height: 32px; 
    line-height: 32px; 
    outline: 0 none; 
    border-radius: 4px;
    transition: none;
} 
.search input:focus { 
    border-color: rgb(235,85,85); 
    box-shadow: 0 0 5px rgba(235,85,85,0.5);
}
.search button { 
    background: none; 
    color: #e0e0e0; 
    position: absolute; 
    top: 2px; 
    right: 2px; 
    width: 30px; 
    height: 30px; 
    line-height: 30px; 
    font-size: 16px; 
    border: 0 none; 
    cursor: pointer; 
    transition: none;
}
.search button:hover { color: rgb(235,85,85); }

.searches-list { 
    display: none; 
    overflow: visible; 
    padding: 0; 
    font-size: 0; 
    width: 100%;
    margin-top: 8px;
}
.searches-list ul { 
    overflow: hidden; 
    display: flex; 
    align-items: center;
    margin: 0; 
    height: auto; 
    justify-content: center;
    flex-wrap: wrap;
}
.searches-list li { 
    border-right: 1px solid #333; 
    padding-right: 10px; 
    display: inline-block; 
    margin: 0 10px 0 0; 
}
.searches-list li.val, .searches-list li:last-child { border-right: 0 none; padding-right: 0; }
.searches-list li span, .searches-list li a { display: block; height: 13px; line-height: 13px; font-size: 13px; }
.searches-list li a:hover { color: rgb(235,85,85); }

.share-icons { 
    display: none; 
    margin: 0; 
    overflow: visible; 
    height: auto;
    margin-top: 8px;
}
.addthis_toolbox { display: inline-block; vertical-align: top;  }

.genres-btn-wrapper {
    display: none;
}
.genres-btn {
    background: rgb(235,85,85);
    color: #ffffff;
    padding: 8px 16px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    transition: none;
    display: inline-block;
}
.genres-btn:hover {
    background: rgb(215,65,65);
    color: #ffffff;
}
.genres-btn i {
    margin-right: 5px;
    font-size: 13px;
} 

.wrapper { 
    margin: 0 auto; 
    overflow: hidden; 
    width: 98%; 
    background-color: rgba(25,25,25,0.5);
    border-radius: 6px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    padding: 10px;
    margin-top: 15px;
    box-sizing: border-box;
}

.topbar { 
    overflow: hidden; 
    border-bottom: 1px solid #333;
    margin-bottom: 10px;
    padding-bottom: 10px;
    display: flex;
    flex-direction: column;
}

.sort { overflow: hidden; padding-left: 5px; }
.sort ul { 
    overflow: hidden; 
    float: left; 
    margin: 8px 20px 5px 0; 
    background: #242424;
    border-radius: 4px;
    padding: 2px 5px;
}
.sort li { 
    float: left; 
    margin: 5px 12px 0 0; 
    padding-right: 12px; 
    position: relative;
}
.sort li:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    background-color: #444;
    border-radius: 50%;
}
.sort li:last-child { padding-right: 0; }
.sort li:last-child:after { display: none; }
.sort li a { 
    font-size: 13px; 
    height: 13px; 
    line-height: 13px; 
    display: block; 
    transition: all 0.2s ease;
    padding: 3px 6px;
    border-radius: 3px;
}
.sort li a:hover, .sort li.active a, .sort li a.active { 
    color: rgb(235,85,85); 
    background: #1a1a1a;
}

.previews-pl { 
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 15px;
    margin: 0 -6px;
}

.preview { 
    float: none;
    width: 100%;
    margin: 0 6px 15px 6px; 
    box-sizing: border-box;
}
.preview-ins { 
    margin: 0; 
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.3);
    border: 2px solid #222;
    background: #000;
    transition: none;
    position: relative;
    padding-bottom: 0;
    width: 100%;
}
.preview-ins:hover {
    border-color: rgb(235,85,85);
}
.preview-ins a { 
    display: block; 
    position: relative;
    overflow: hidden;
    background: #000;
    border-radius: 4px 4px 0 0;
}
.preview-ins a img { 
    width: 100%; 
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    display: block;
    background: #000;
    border-radius: 4px 4px 0 0;
}

.rating-badge {
    position: absolute;
    top: 4px;
    left: 4px;
    background: rgba(0, 0, 0, 0.75);
    color: #fff;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
    z-index: 5;
    display: flex;
    align-items: center;
    gap: 4px;
    backdrop-filter: blur(4px);
}
.rating-badge i {
    color: rgb(235,85,85);
    font-size: 11px;
}

.duration-badge {
    position: absolute;
    top: 4px;
    right: 4px;
    background: rgba(0, 0, 0, 0.75);
    color: #fff;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
    z-index: 5;
    display: flex;
    align-items: center;
    gap: 4px;
    backdrop-filter: blur(4px);
}
.duration-badge i {
    color: rgb(235,85,85);
    font-size: 11px;
}

.preview-ins .meta { 
    background: #1a1a1a;
    padding: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.preview-ins .name { 
    color: #fff; 
    line-height: 1.3; 
    font-size: 13px; 
    font-weight: 500;
    overflow: hidden; 
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1;
    min-width: 0;
}
.preview-ins .divider {
    width: 1px;
    height: 24px;
    background: rgba(255, 255, 255, 0.2);
    flex-shrink: 0;
}
.preview-ins .views { 
    color: #ccc; 
    font-size: 11px; 
    display: flex;
    align-items: center;
    gap: 4px;
    flex-shrink: 0;
    white-space: nowrap;
}
.preview-ins .views i {
    font-size: 12px;
    color: rgb(235,85,85);
}

.preview-ins .play { 
    display: none;
}

.preview-ins-alt .name { font-size: 15px; }

.bottomnavi { overflow: hidden; }

.pages { 
    overflow: hidden; 
    text-align: center; 
    padding-top: 19px; 
    margin-bottom: 15px;
}
.pages ul { overflow: hidden; display: inline-block; background: #242424; border-radius: 4px; padding: 4px; }
.pages li { float: left; margin: 1px 0.5px 0.5px; }
.pages li a, .pages li span { 
    background-color: #1a1a1a; 
    border: 1px solid #333; 
    font-size: 14px; 
    height: 30px; 
    line-height: 30px; 
    min-width: 22px; 
    border-radius: 3px; 
    padding: 0 5px; 
    display: block; 
    transition: all 0.2s ease;
}
.pages li a:hover, .pages li.active a, .pages li a.active { 
    background-color: rgb(235,85,85); 
    border-color: rgb(235,85,85); 
    color: #ffffff; 
}

.bottomnavi .sort { padding-top: 3px; }

.cl-line { 
    clear: both; 
    margin: 25px 0 15px; 
    border-top: 1px solid #333; 
}

.ave-pl { margin-top: 19px; text-align: center; overflow: hidden; font-size: 0; }
.ave { 
    background-color: #242424; 
    display: inline-block; 
    vertical-align: top; 
    width: 300px; 
    height: 250px; 
    margin: 1px 0.5px 0 0.5px; 
    overflow: hidden; 
    border-radius: 4px;
}
.ave-2, .ave-3, .ave-4, .ave-5 { display: none; }

.catlist-ins { 
    overflow: hidden; 
    margin: 0; 
    border-bottom: 1px solid #333; 
    padding: 0 0 15px 0; 
}
.catlist .let { 
    float: left; 
    height: 14px; 
    line-height: 14px; 
    font-size: 14px; 
    margin: 15px 10px 0 0; 
    color: rgb(235,85,85);
    font-weight: bold;
}
.catlist ul { overflow: hidden; }
.catlist li { 
    position: relative;
    padding-right: 15px; 
    float: left; 
    margin: 10px 15px 5px 0; 
}
.catlist li:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    background-color: #444;
    border-radius: 50%;
}
.catlist li:last-child { padding-right: 0; }
.catlist li:last-child:after { display: none; }
.catlist li a { 
    display: block; 
    height: 14px; 
    line-height: 14px; 
    font-size: 14px; 
    transition: all 0.2s ease;
    padding: 5px 8px;
    background: #242424;
    border-radius: 3px;
}
.catlist .let, .catlist li a:hover { 
    color: rgb(235,85,85); 
    background: #1a1a1a;
}
.catlist li a span { color: #999; }
.catlist li a i, .catlist li a span { font-size: 12px; }
.catlist-ins:last-child { border-bottom: 0 none; padding-bottom: 0; }

.toplist {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
    padding: 10px 0;
}
.toplist ul {
    width: 100%;
    padding: 0 5px;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.toplist li {
    background: #242424;
    border-radius: 4px;
    margin-bottom: 8px;
    border: 1px solid #333;
    transition: all 0.2s ease;
}
.toplist li:hover {
    background: #1a1a1a;
    border-color: rgb(235,85,85);
}
.toplist li a {
    display: block;
    padding: 10px 12px;
    font-size: 13px;
    color: #e0e0e0;
    transition: all 0.2s ease;
}
.toplist li a:hover {
    color: rgb(235,85,85);
}
.toplist li a i {
    margin-right: 8px;
    color: rgb(235,85,85);
    font-size: 12px;
}

.foot { 
    margin-top: 25px; 
    background-color: #191919; 
    border-top: 1px solid #333; 
    box-shadow: 0 -1px 8px rgba(0,0,0,0.3); 
    padding: 20px 5px; 
    overflow: hidden; 
    font-size: 14px; 
    text-align: center; 
    color: #999;
}
.foot span { color: rgb(235,85,85); }
.foot a { text-decoration: underline; color: #e0e0e0; }
.foot a:hover { text-decoration: none; color: rgb(235,85,85); }

.breadcrumbs {
    margin: 10px 0 20px;
    font-size: 14px;
}

.breadcrumbs ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}

.breadcrumbs li {
    display: inline-block;
    margin-right: 5px;
}

.breadcrumbs a {
    color: #ccc;
    text-decoration: none;
    transition: color 0.2s;
}

.breadcrumbs a:hover {
    color: rgb(235, 85, 85);
}

.breadcrumbs li.separator {
    color: #555;
    margin: 0 2px;
}

.breadcrumbs li.active {
    color: rgb(235, 85, 85);
}



@media all and (min-width:400px) {
    .thprev { width: 33.3333%; }
    .vid-obol { height: 280px; }
}

@media all and (min-width:480px) {
    .preview { 
        width: calc(50% - 12px);
    }
}

@media all and (min-width:500px) {
    .vid-obol { height: 340px; }
}

@media all and (min-width:600px) {
    .vid-obol { height: 395px; }
    .thprev { width: 25%; }
    .toplist ul { width: 50%; }
    .vid-ave-ins { border-left: 1px solid rgb(225,222,220); float: right; }
}

@media all and (min-width:640px) {
	.ave-2 { display: inline-block; }
}

@media all and (min-width:700px) {
    .vid-obol { height: 450px; }
}

@media all and (min-width:720px) {
    .preview { 
        width: calc(33.333% - 12px);
    }
    .vid-obol { height: 450px; }
}

@media all and (min-width:800px) {
	.vid-obol { height: 506px; }
	.thprev { width: 20%; }
	.toplist ul { width: 25%; }
	.toplist li a { font-size: 14px; }
}

@media all and (min-width:900px) {
	.vid-obol { height: 562px; }
}

@media all and (min-width:984px) {
    .wrapper, .video-obol .wrapper { 
        width: 98%;
        max-width: 1446px;
        padding: 10px;
    }
    .head { 
        padding: 8px 0; 
        overflow: visible;
    }
    .head .wrapper {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: space-between;
        width: 98%;
        max-width: 1446px;
    }
    .logo { 
        margin: 0 15px 0 10px; 
        flex-shrink: 0;
        width: auto;
        text-align: left;
    }
    .logo-img {
        width: 152px;
        height: auto;
        max-height: 40px;
    }
    .menu { 
        margin: 0;
        flex-shrink: 0;
        display: none;
        width: auto;
    }
    .menu ul {
        display: flex;
        align-items: center;
    }
    .menu li { 
        border-left: 1px solid #444; 
        display: block; 
        margin: 0 0 0 10px; 
        padding-left: 10px; 
    }
    .menu li:first-child { border-left: 0 none; padding-left: 0; margin-left: 0; }
    .menu li a, .menu li span { height: 14px; line-height: 14px; }
    .menu li.search-open, .menu li.share-open, .menu li.genres-mobile { display: none; }
    .bottom { 
        display: flex !important; 
        width: auto;
        flex: 1;
        justify-content: flex-end;
        align-items: center;
        gap: 10px;
        flex-wrap: nowrap;
        margin-top: 0;
    }
    .search { 
        display: block !important; 
        padding: 0; 
        width: 160px;
        flex-shrink: 0;
        margin-top: 0;
    }
    .search input { width: 91%; padding: 0 4%; }
    .searches-list { 
        display: block !important; 
        padding: 0; 
        width: 280px; 
        overflow: visible;
        flex-shrink: 0;
        margin-top: 0;
    }
    .searches-list ul {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
    .searches-list li a, .searches-list li span { height: 14px; line-height: 14px; font-size: 14px; }
    .share-icons { 
        display: block !important; 
        margin: 0 10px 0 0; 
        flex-shrink: 0;
    }
    .genres-btn-wrapper {
        display: block !important;
        flex-shrink: 0;
        margin: 0;
    }
    .genres-btn {
        padding: 8px 16px;
        font-size: 14px;
    }
    h1 { margin-left: 1px; font-size: 20px; line-height: 22px; }
    h2 { margin: 20px 1px 0 1px; font-size: 20px; line-height: 22px; }
    
    .topbar {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    .topbar h1 {
        margin: 0;
        flex: 0 0 auto;
    }
    
    .sort { padding-left: 1px; }
    .sort ul { margin-right: 30px; }
    .sort li { margin-right: 15px; padding-right: 15px; }
    .sort li a { font-size: 14px; height: 14px; line-height: 14px; }
    .preview { width: calc(25% - 12px); }
    .preview-ins .meta { height: 30px; }
    .preview-ins .name { height: 30px; line-height: 30px; }
    .preview-ins .info { height: 25px; line-height: 25px; font-size: 11px; }
    .preview-ins a:hover .meta { height: 80px; }
    .preview-ins-alt a:hover .meta { height: auto; }
    .preview-ins-alt .name { font-size: 16px; }
    .ave-3 { display: inline-block; }
    .catlist-ins { margin-left: 1px; }
    .thprev { width: 16.6666%; }
    .thprev .name { font-size: 13px; }
    .toplist { padding: 9px 0.5px 0 0.5px; }
    .video-tab { display: table; width: 100%; }
    .video-cl, .vid-ave-pl { display: table-cell; vertical-align: top; }
    .video-cl .info { min-height: 245px; }
    .vid-ave-pl { border-left: 1px solid rgb(225,222,220); border-right: 1px solid rgb(225,222,220); width: 320px; padding-top: 0; }
    .vid-ave-ins { float: none; border-left: 0; padding: 0; }
    .video-obol .info { padding: 0 10px 10px 10px; }
    .vid-ave { margin: 10px 10px 0 10px; }
    .vid-obol { height: 496px; }
    .on-player-pl { display: block; }
}

@media all and (min-width:1225px) {
    .searches-list { width: 460px; overflow: visible; }
    .search { width: 200px; }
    .menu { margin-right: 20px; }
    .menu li { padding-left: 15px; margin-left: 15px; }
    .wrapper, .video-obol .wrapper { width: 98%; max-width: 1446px; }
    .ave-4 { display: inline-block; }
    .toplist ul { width: 12.5%; }
    .toplist li a { font-size: 13px; }
    .preview { width: calc(25% - 12px); }
}

@media all and (min-width:1466px) {
    .wrapper, .video-obol .wrapper { width: 1446px; }
    .searches-list { width: 660px; overflow: visible; }
    .search { width: 240px; }
    .thprev { width: 12.5%; }
    .toplist li a { font-size: 14px; }
    .vid-obol { height: 740px; }
    .vid-ave-2 { display: inline-block; }
    .preview { 
        width: calc(25% - 12px);
    }
}

@media all and (max-width:983px) {
    .preview-ins .meta {
        padding: 8px;
    }
    .preview-ins .name {
        white-space: normal;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        line-height: 1.4;
    }
    .preview {
        margin-bottom: 10px;
    }
}

.preview-ins a.video-link {
    border-radius: 4px 4px 0 0;
}

#no-results-container {
    text-align: center;
    padding: 40px 20px;
    background: rgba(35, 35, 35, 0.4);
    border-radius: 6px;
    margin: 20px 0;
}
.no-results-title {
    font-size: 24px;
    margin: 20px 0;
    color: #fff;
}
.no-results-text {
    font-size: 16px;
    color: #ccc;
    margin-bottom: 20px;
}
.no-results-tips {
    text-align: left;
    max-width: 400px;
    margin: 0 auto 30px;
    color: #aaa;
    line-height: 1.6;
}
.no-results-tips li {
    margin-bottom: 8px;
    list-style-type: disc;
    margin-left: 20px;
}
.no-results-popular h4 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #ddd;
}
.suggestion-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}
.suggestion-links a {
    background: #242424;
    padding: 8px 15px;
    border-radius: 4px;
    color: #ddd;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid #333;
}
.suggestion-links a:hover {
    background: #333;
    color: rgb(235,85,85);
    border-color: rgb(235,85,85);
}


.legal-page-wrap {
    max-width: 900px;
    margin: 0 auto;
    padding: 40px 20px;
}
.legal-page-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    flex-wrap: wrap;
    gap: 15px;
}
.legal-page-header h1 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
    border: none;
    padding: 0;
    margin: 0;
    text-transform: none;
    letter-spacing: normal;
}
.legal-back-link {
    display: inline-block;
    padding: 10px 20px;
    background: rgb(235,85,85);
    color: #fff;
    border-radius: 6px;
    font-weight: 600;
    font-size: 14px;
    white-space: nowrap;
}
.legal-back-link:hover {
    background: rgb(215,65,65);
    color: #fff;
}
.legal-content-box {
    background: #141414;
    border: 1px solid #222;
    border-radius: 8px;
    padding: 35px;
}
.legal-content-box h2 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin: 30px 0 15px 0;
    border: none;
    padding: 0;
}
.legal-content-box h2:first-child {
    margin-top: 0;
}
.legal-content-box h3 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin: 25px 0 12px 0;
}
.legal-content-box p {
    color: #aaa;
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 15px;
    text-align: left;
}
.legal-content-box ul, .legal-content-box ol {
    margin: 15px 0 15px 25px;
    color: #aaa;
    font-size: 14px;
    line-height: 1.8;
}
.legal-content-box ul li, .legal-content-box ol li {
    margin-bottom: 8px;
    list-style-type: disc;
}
.legal-content-box ol li {
    list-style-type: decimal;
}
.legal-content-box strong {
    color: #fff;
    font-weight: 600;
}
.legal-content-box a {
    color: rgb(235,85,85);
    text-decoration: none;
}
.legal-content-box a:hover {
    color: rgb(215,65,65);
}
.legal-highlight-box {
    background: #0d0d0d;
    border-left: 4px solid rgb(235,85,85);
    padding: 20px;
    margin: 20px 0;
    border-radius: 4px;
}
.legal-highlight-box p {
    margin-bottom: 10px;
}
.legal-highlight-box p:last-child {
    margin-bottom: 0;
}
.legal-warning-box {
    background: rgba(239, 68, 68, 0.1);
    border-left: 4px solid #ef4444;
    padding: 20px;
    margin: 20px 0;
    border-radius: 4px;
}
.legal-last-updated {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #222;
    color: #666;
    font-size: 13px;
}
@media (max-width: 600px) {
    .legal-page-wrap {
        padding: 20px 15px;
    }
    .legal-page-header {
        flex-direction: column;
        align-items: flex-start;
    }
    .legal-page-header h1 {
        font-size: 20px;
    }
    .legal-content-box {
        padding: 25px 20px;
    }
}


.error-container {
    text-align: center;
    padding: 50px 20px;
    max-width: 800px;
    margin: 0 auto;
}
.error-code {
    font-size: 120px;
    line-height: 1.2;
    font-weight: 700;
    margin: 0;
    color: rgb(235,85,85);
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}
.error-title {
    font-size: 28px;
    margin: 10px 0 20px;
    color: #fff;
}
.error-text {
    font-size: 16px;
    line-height: 1.6;
    color: #ccc;
    margin-bottom: 30px;
}
.error-image {
    max-width: 100%;
    height: auto;
    margin: 20px auto;
    display: block;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}
.error-image img {
    max-width: 300px;
}
.home-button {
    display: inline-block;
    background: rgb(235,85,85);
    color: #fff;
    padding: 12px 24px;
    font-weight: 500;
    font-size: 16px;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-top: 10px;
}
.home-button:hover {
    background: rgb(215,65,65);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 3px 10px rgba(0,0,0,0.3);
}
.search-box {
    margin: 30px auto;
    max-width: 500px;
}
.search-box input {
    width: 70%;
    padding: 10px;
    border: 1px solid #333;
    background: #242424;
    color: #fff;
    border-radius: 4px 0 0 4px;
    font-size: 15px;
    outline: none;
    vertical-align: middle;
    height: 40px;
    box-sizing: border-box;
}
.search-box button {
    width: 25%;
    background: rgb(235,85,85);
    color: #fff;
    border: none;
    padding: 10px;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
    font-size: 15px;
    vertical-align: middle;
    height: 40px;
    transition: all 0.3s ease;
}
.search-box button:hover {
    background: rgb(215,65,65);
}
.suggestions {
    margin-top: 30px;
}
.suggestions h3 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #eee;
}
@media (max-width: 600px) {
    .error-code {
        font-size: 80px;
    }
    .error-title {
        font-size: 22px;
    }
    .search-box input {
        width: 65%;
    }
    .search-box button {
        width: 35%;
    }
}
