/*
Theme Name: Iconic One
Custom CSS Template for Iconic One.
*/

/*
     FILE ARCHIVED ON 23:59:09 Mar 14, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 14:35:59 Mar 31, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.639
  exclusion.robots: 0.052
  exclusion.robots.policy: 0.041
  esindex: 0.01
  cdx.remote: 73.989
  LoadShardBlock: 379.664 (3)
  PetaboxLoader3.datanode: 221.155 (4)
  PetaboxLoader3.resolve: 617.145 (3)
  load_resource: 494.437
*/

.entry-thumbnail {
    margin-bottom: 20px;
}
.entry-thumbnail img {
    width: 100%;
    height: auto;
    display: block;
}

.crp_related.crp-thumbs-grid h3 {
    margin-bottom: 30px !important;
}

/* 404 Page */
.error-404-container {
    text-align: center;
    padding: 40px 20px 30px;
}

.error-404-code {
    font-size: 120px;
    font-weight: 700;
    color: #00A1E0;
    line-height: 1;
    margin-bottom: 10px;
    letter-spacing: -4px;
}

.error-404-icon {
    margin-bottom: 20px;
}

.error-404-title {
    font-size: 26px;
    color: #333;
    margin-bottom: 15px;
    font-weight: 600;
}

.error-404-message {
    font-size: 15px;
    color: #666;
    max-width: 500px;
    margin: 0 auto 30px;
    line-height: 1.6;
}

.error-404-search {
    max-width: 420px;
    margin: 0 auto 25px;
}

.error-404-search .search-field,
.error-404-search input[type="search"] {
    width: 100%;
    padding: 12px 16px;
    font-size: 15px;
    border: 2px solid #e0e0e0;
    border-radius: 6px;
    outline: none;
    transition: border-color 0.2s;
    box-sizing: border-box;
}

.error-404-search .search-field:focus,
.error-404-search input[type="search"]:focus {
    border-color: #00A1E0;
}

.error-404-search .search-submit,
.error-404-search input[type="submit"] {
    background: #00A1E0;
    color: #fff;
    border: none;
    padding: 12px 24px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 6px;
    cursor: pointer;
    margin-top: 8px;
    transition: background 0.2s;
}

.error-404-search .search-submit:hover,
.error-404-search input[type="submit"]:hover {
    background: #0776bb;
}

.error-404-links {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.error-404-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 22px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.2s;
}

.error-404-btn-primary {
    background: #00A1E0;
    color: #fff !important;
}

.error-404-btn-primary:hover {
    background: #0776bb;
}

.error-404-btn-secondary {
    background: #f1f1f1;
    color: #444 !important;
}

.error-404-btn-secondary:hover {
    background: #e0e0e0;
}

.error-404-recent {
    padding: 30px 0 10px;
    border-top: 1px solid #eee;
    margin-top: 30px;
}

.error-404-recent-title {
    font-size: 18px;
    color: #333;
    margin-bottom: 20px;
    font-weight: 600;
}

.error-404-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.error-404-card {
    text-decoration: none;
    color: #444;
    border-radius: 6px;
    overflow: hidden;
    transition: box-shadow 0.2s;
    background: #f9f9f9;
}

.error-404-card:hover {
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
}

.error-404-card-thumb img {
    width: 100%;
    height: 140px;
    object-fit: cover;
    display: block;
}

.error-404-card-placeholder {
    width: 100%;
    height: 140px;
    background: linear-gradient(135deg, #e0e0e0, #f5f5f5);
}

.error-404-card-title {
    display: block;
    padding: 10px 12px;
    font-size: 13px;
    line-height: 1.4;
    color: #333;
    font-weight: 500;
}

@media (max-width: 768px) {
    .error-404-code {
        font-size: 80px;
    }
    .error-404-title {
        font-size: 20px;
    }
    .error-404-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .error-404-grid {
        grid-template-columns: 1fr;
    }
    .error-404-links {
        flex-direction: column;
        align-items: center;
    }
}