/* --- FIX DE ANCHO COMPLETO PARA ASTRA --- */

.post-4115 .ast-container {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.post-4115 #primary,
.post-4115 .entry-content {
  padding: 0;
  margin: 0;
}

#comments {
    position: relative;
    z-index: 2;
    backdrop-filter: blur(10px);
}

.wpd-rating-title, .wpd-sbs-toggle, #wpd-post-rating .wpd-rating-wrap .wpd-rating-title, #wpdcom .wpd-thread-head .wpd-thread-info  {
    color: #000 !important;
}

.wpd-rating-left, .wpd-rating-right {
    border-bottom: 1px dashed #000 !important;
}

/* --- TUS ESTILOS --- */

#smogfall-app-container {
    width: 100%;;
}

* {
    margin: 0;
    padding: 0;
}

.background {
    background: linear-gradient(to bottom, #bcf0ff, #62aec4, #295b69);
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -9999;
}

.img-background img {
    height: 150vh;
    position: fixed;
    right: -24vw;
    display: block;
    object-fit: cover;
    z-index: 1;
    filter:
        drop-shadow(1px 0 #000000) drop-shadow(-1px 0 #000000) drop-shadow(0 1px #000000) drop-shadow(0 -1px #000000);
}

#countdown {
    font-size: 2rem;
    color: #333;
}

h3 {
    margin: 0 !important;
    font-size: 2.5rem;
    text-align: center;
}

.first-part {
    background: #638a96;
    width: 90%;
    height: 400px;
    margin: 0 auto;
    position: relative;
    border: 1px solid #000;
    backdrop-filter: blur(2px);
    margin-top: 10vh;
    z-index: 0;
}

h1 {
    font-family: "Manufacturing Consent";
    font-size: 6rem;
    text-align: center;
    font-weight: 200;
}

.lndescription-section {
    position: absolute;
    display: grid;
}

.lncover-section {
    position: absolute;
}

.second-part {
    display: grid;
    grid-template-columns: 30% 70%;
    justify-content: center;
    justify-items: center;
    align-items: start;
    margin: 100px 12% !important;
    width: auto;
    background-color: #170d4e00;
    border: 2px solid #000000;
    height: auto;
    z-index: 1;
    position: relative;
    animation: ledGlow 1.5s infinite alternate ease-in-out;
    backdrop-filter: blur(12px);
}

.neon {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: visible;
}

.neon h3 {
    font-size: 2rem;
    font-family: 'Orbitron', sans-serif;
    color: #000000;
    padding: 10px 30px;
    border-radius: 5px;
}

.volumes {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-rows: 15% auto;
}

.volumes span {
    cursor: pointer;
    margin-left: 10%;
    font-size: 1.5rem;
    font-weight: 700;
    height: 80px;
    width: 85%;
    color: #000000;
}

span:hover {
    font-size: 1.8rem;
    transition: 0.5s;
}

.chapters-header,
.volumes-header {
    min-height: 70px !important;
}

.volumes-header {
    height: auto;
    position: relative;
    overflow: visible;
    border-bottom: 3px solid #000000;
}

.volumes-content {
    display: grid;
    height: auto;
    margin-top: 30px;
    align-content: start;
}

.lnvolumes {
    border-bottom: #6d6d6d solid 1px;
    padding-top: 20px;
}

.lnvolumes:last-of-type {
    border-bottom: none;
}

.chapters {
    display: grid;
    width: 100%;
    grid-template-rows: 15% auto;
    border-left: 3px solid #000000;
}

.chapters-header {
    height: auto;
    position: relative;
    overflow: visible;
    border-bottom: 3px solid #000000;
    width: 100%;
    margin: 0 auto;
}

.chapert-list {
    padding: 50px 0;
}

.chapters-content {
    overflow: hidden;
    min-height: 200px;
}

.chapters-section {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(25vw, 1fr));
    align-items: center;
    justify-items: center;
}

.chapters-section li {
    width: 20vw;
    margin-top: 20px;
    list-style: none;
}

.chapters-section a {
    font-size: 1.5rem;
    text-align: center;
    color: #000000;
    text-decoration: none;
}

.chapters-section a:hover {
    font-weight: 400;
}

#pattern-container {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    overflow: hidden;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cg stroke='%23193c58' stroke-width='1.5' stroke-linecap='round'%3E%3Cpath d='M 20 20 L 100 100' transform='rotate(5, 100, 100)'/%3E%3Cpath d='M 30 25 L 110 105' transform='rotate(5, 100, 100)'/%3E%3Cpath d='M 15 30 L 95 110' transform='rotate(5, 100, 100)'/%3E%3Cpath d='M 180 40 L 80 160' transform='rotate(-25, 100, 100)'/%3E%3Cpath d='M 185 55 L 85 175' transform='rotate(-25, 100, 100)'/%3E%3C/g%3E%3C/svg%3E");
    z-index: -1;
}

.skull-icon {
    position: absolute;
    color: #193c58;
    opacity: 0.8;
}


@media (max-width: 1200px) {
    .first-part {
        width: 95%;
        margin: 10vh auto 0 auto;
    }

    .second-part {
        grid-template-columns: 1fr;
        width: 95%;
        margin: 50px auto 0 auto !important;
    }

    .volumes-header h3,
    .chapters-header h3 {
        font-size: 30px;
    }

    .chapters-section {
        grid-template-columns: repeat(auto-fit, minmax(80vw, 1fr));
    }

    .chapters-section li {
        text-align: center;
        padding-top: 30px;
        width: 85%;
    }

    .volumes span {
        margin-left: 0;
        height: 100%;
        width: 100%;
        border: none;
    }

    .volumes {
        grid-template-rows: auto 200px;
        width: 100%;
    }

    .chapters {
        height: 100%;
        grid-template-rows: auto auto;
        border-left: none;
    }

    .volumes-content {
        align-items: center;
        justify-content: center;
        justify-items: center;
        height: 100px;
        width: 100%;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
        border-bottom: none;
        text-align: center;
        border: none;
    }
}
