/* ===========================================================
   Live-Squad.com Archive
   Main Stylesheet
   Version 2.0
=========================================================== */

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

html{
    scroll-behavior:smooth;
}

body{
    background:#000;
    color:#ffffff;
    font-family:Arial, Helvetica, sans-serif;
    font-size:17px;
    line-height:1.5;
}

/* ===========================================================
   Links
=========================================================== */

a{
    color:#d4af37;
    text-decoration:none;
    transition:.15s;
}

a:hover{
    color:#ffd75c;
}

/* ===========================================================
   Header
=========================================================== */

.header{
    width:100%;
    background:#111;
    border-bottom:1px solid #333;
    position:sticky;
    top:0;
    z-index:1000;
}

/* ===========================================================
   Navigation
=========================================================== */

.navbar{
    display:flex;
    justify-content:space-evenly;
    align-items:center;
    width:100%;
    min-height:48px;
    margin:0;
    padding:0;
}

.navbar a{
    flex:1;
    text-align:center;
    padding:14px 10px;
    color:#fff;
    font-size:16px;      /* Was 13px or 14px */
    font-weight:700;     /* Bold */
    text-transform:uppercase;
    letter-spacing:0.5px;
    border-left:1px solid #444;
}

.navbar a:first-child{
    border-left:none;
}

.navbar a:hover,
.navbar a.active{
    background:#d4af37;
    color:#000;
}

/* ===========================================================
   Main Page
=========================================================== */

.container{
    max-width:1400px;
    margin:auto;
    padding:25px 30px;
}
/* ===========================================================
   Headings
=========================================================== */

.page-title,
h1{
    color:#d4af37;
    font-size:45px;
    margin-bottom:15px;
    text-align:center;
}

h2{
    color:#d4af37;
    font-size:28px;
    margin-bottom:14px;
}

h3{
    color:#d4af37;
    margin-bottom:12px;
    text-align:center;
}

.subtitle{
    font-size:22px;
    color:#dddddd;
    margin-bottom:25px;
}

.intro{
    font-size:16px;
    color:#dddddd;
    margin-bottom:6px;
}

p{
    margin-bottom:10px;
}

/* ===========================================================
   Sections
=========================================================== */

.section{
    background:#141414;
    border:1px solid #333;
    padding:18px 24px;
    margin:20px 0;
    text-align:center;
}

/* ===========================================================
   Tables
=========================================================== */

.archive-table-container{
    overflow-x:auto;
}

.archive-table{
    width:100%;
    border-collapse:collapse;
    table-layout: fixed;
    margin-top:15px;
    font-size:15px;
}

.archive-table th{
    padding:8px 12px;        /* Was 12px 14px */
    text-align: center;
    color:#d4af37;
    border-bottom:2px solid #444;
    font-size:15px;
}

.archive-table td{
    padding:6px 12px;        /* Was 10px 14px */
    border-bottom:1px solid #333;
    vertical-align:middle;
    text-align: center;
}

.archive-table tbody tr:nth-child(even){
    background:#171717;
}

.archive-table tbody tr:hover{
    background:#252525;
}

.archive-table tbody tr:hover{
    background:#252525;
}

/* ===========================================================
   Search Box
=========================================================== */

.search{
    display:block;
    width:100%;
    padding:14px 18px;
    margin:12px 0 12px;
    background:#111;
    color:#fff;
    border:1px solid #444;
    font-size:14px;
    font-family:Arial, Helvetica, sans-serif;
    transition:0.2s;
}

.search:focus{
    outline:none;
    border-color:#d4af37;
    box-shadow:0 0 8px rgba(212,175,55,.35);
}

.search::placeholder{
    color:#888;
}

/* ===========================================================
   Information Tables
=========================================================== */

.info-table{
    width:100%;
    border-collapse:collapse;
}

.info-table td{
    padding:12px;
    border-bottom:1px solid #333;
}

.info-table td:first-child{
    width:220px;
    color:#d4af37;
    font-weight:bold;
}

/* ===========================================================
   Images
=========================================================== */

.scan-placeholder{
    width:360px;
    
    margin:20px auto;
    background:#111;
    justify-content:center;
    align-items:center;
}

.scan-placeholder img {
    width: 100%;
    height: auto;
    display: block;
}
/* ===========================================================
   Buttons
=========================================================== */

.button{
    display:inline-block;
    margin-top:15px;
    padding:12px 20px;
    background:#d4af37;
    color:#000;
    font-weight:bold;
}

.button:hover{
    background:#f1c94d;
    color:#000;
}

/* ===========================================================
   Lists
=========================================================== */

ul{
    margin-left:25px;
    margin-bottom:20px;
}

li{
    margin-bottom:8px;
}

/* ===========================================================
   Code
=========================================================== */

code{
    background:#222;
    padding:2px 5px;
    border-radius:4px;
}

/* ===========================================================
   Footer
=========================================================== */

.footer{
    text-align:center;
    color:#888;
    border-top:1px solid #222;
    padding:40px 20px;
    margin-top:50px;
    font-size:15px;
}

/* ===========================================================
   Scrollbar
=========================================================== */

::-webkit-scrollbar{
    width:10px;
    height:10px;
}

::-webkit-scrollbar-track{
    background:#111;
}

::-webkit-scrollbar-thumb{
    background:#444;
}

::-webkit-scrollbar-thumb:hover{
    background:#666;
}

/* ===========================================================
   Discography
=========================================================== */

.release{
    background:#141414;
    border:1px solid #333;
    padding:20px;
    margin-bottom:20px;
}

.release:hover{
    border-color:#555;
}
 
.cover{
    display:flex;
    justify-content:center;
    align-items:flex-start;
    gap:20px;
    margin:20px auto;
}


.cover-image{
    width:360px;
    height:auto;
    border:1px solid #333;
    display:block;
}

.release-info{
    color:#aaa;
    font-size:16px;
    line-height:1.7;
    margin-bottom:15px;
    text-align:center;
}

.release-title{
    text-align:center;
    font-size:30px;
    color:#d4af37;
    margin-bottom:20px;
}

.release-meta{
    color:#aaa;
    font-size:16px;
    line-height:1.7;
    margin-bottom:15px;
    text-align:center;
}

.release-meta p{
    margin:4px 0;
}

/* ===========================================================
   Homepage
=========================================================== */

.home-links{
    display:grid;
    grid-template-columns:1fr;
    gap:8px;
    margin-top:15px;
}

.home-links a{
    display:block;
    background:#1a1a1a;
    border:1px solid #333;
    color:#fff;
    padding:12px 15px;
    border-radius:4px;
    font-weight:bold;
    transition:.15s;
}

.home-links a:hover{
    background:#d4af37;
    color:#000;
    border-color:#d4af37;
}

.logo{
    display:block;
    margin:40px auto;
    max-width:700px;
    width:100%;
}

.intro,
.updates,
.contact{
    background:#141414;
    border:1px solid #333;
    padding:20px;
    margin:25px 0;
}

.updates h2{
    margin-bottom:20px;
}

.update{
    padding:12px 0;
    border-bottom:1px solid #333;
}

.update:last-child{
    border-bottom:none;
}

.date{
    color:#d4af37;
    font-weight:bold;
}

.contact{
    text-align:center;
}
