@font-face {
    font-family: 'Courier New';
    src: url('../../../assets/font/CourierNewBold.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'motiva';
    src: url('../../../assets/font/MotivaSansRegular.woff.ttf') format('truetype');
    font-display: swap;
}

* {
    font-family: 'Courier New', monospace;
    color: #dddddd;
}

b {
    text-decoration: underline;
}

body {
    background-image: url('../../../assets/img/LB2/blackblicks.webp');
    background-size: auto 100px;
    background-repeat: repeat;
    font-size: 1.2rem;
    margin: 0;
}



#banner-container {
    width: 100%;
    max-height: 250px;
    overflow: hidden;
    position: relative;
}

.banner-img {
    width: 100%;
    height: 100%;
    max-height: 350px;
    object-fit: cover;
    object-position: center;
    display: block;
    filter: blur(3px);
}

.banner-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
    max-height: 40%;
    max-width: min(85%, 900px);
    z-index: 1;
    pointer-events: none;
}

@media (max-width: 600px) {
    .banner-logo {
        max-height: 30%;
    }
}

.banner-text {
    position: absolute;
    top: 77%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.2rem;
    color: white;
    z-index: 1;
    text-align: center;
    text-shadow: 1px 1px 4px black;
}

.blink-text {
    animation: blink 4s infinite;
}

@keyframes blink {

    0%,
    50%,
    100% {
        opacity: 1;
    }

    25%,
    75% {
        opacity: 0.3;
    }
}

.bricks-container {
    background-color: transparent;
    margin-top: 1.5rem;
}

.bricks-top {
    height: 20px;
    margin: 0 12px;
    background-image: url('../../../assets/img/LB2/bricks.webp');
    background-repeat: round;
    background-size: auto 100%;
}

.bricks-content {
    /* background-color: rgb(178, 178, 178); */
    background-color: #424242;
    padding: 1rem;
    font-family: 'motiva';
    margin-top: -11px;
}

@media (max-width: 440px) {
    #banner-container {
        max-height: 300px;
    }

    .banner-img {
        height: 300px;
    }

    .banner-logo {
        max-height: 20%;
    }
}

.bricks-content *,
.offcanvas * {
    font-family: 'motiva', sans-serif;
}

.btn-primary {
    background-color: #0151FC;
}

a {
    color: #2c6fff;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    text-decoration: underline;
}

h2 {
    font-weight: bold;
    font-family: 'Courier New', monospace !important;
    /* text-align: center; */
    text-shadow: 1px 1px 1px rgb(31, 31, 31);
    font-size: 2rem;
    line-height: 1.2;
    margin: 0 0 0.5rem;
}

.card {
    border: none;
}

.offcanvas-small {
    width: 250px !important;
}

.offcanvas-body {
    text-align: center;
    padding: 1rem;
}

.offcanvas-body .card {
    background: transparent;
}

.offcanvas-body img {
    margin: auto;
}

.bg-bricksblack {
    background-image: url('../../../assets/img/LB2/blackblicks.webp');
    background-repeat: repeat;
    background-size: auto 100px;
    color: #eee;
}

.bg-bricksblack-desktop {
    background-image: url('../../../assets/img/LB2/blackblicks.webp');
    background-repeat: repeat;
    background-size: auto 100px;
    background-position: bottom 47px right 100px;
    color: #eee;
}

.card {
    background-color: transparent;
}

.card-title {
    color: #eee;
}

h5 {
    font-weight: bold;
    color: #eee;
}

footer {
    background-color: #000;
    padding-bottom: 1rem;
    padding-top: 1rem;
}

.lego-circle {
    border: 6px solid #0151FC;
}

hr {
    background-image: url('../../../assets/img/LB2/hr.webp');
    background-repeat: round;
    background-size: contain;
    height: 13px;
    border: none;
    opacity: 1;
    filter: brightness(0.8);
}

.video-container {
    width: auto;
    height: 530px;
    margin: 0 auto;
}

.video-container iframe {
    width: 100%;
    height: 100%;
    display: block;
}

@media (max-width: 768px) {
    .video-container {
        width: 100%;
        height: auto;
    }
}

.steam-link {
    margin: 10px 0;
    text-align: center;
}

.steam-link a {
    display: inline-flex;
}

.steam-link-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.steam-link-row > a {
    width: min(300px, 100%);
    aspect-ratio: 512 / 164;
}

.steam-link img {
    max-width: 300px;
    height: auto;
    display: block;
}

.lb2-platform-btn {
    aspect-ratio: 3.08 / 1;
    width: 100%;
    object-fit: contain;
}

.lb2-quickbms-links {
    margin: 0 0 0 4%;
}

@media (max-width: 768px) {
    .steam-link-row > a {
        width: min(200px, 100%);
    }

    .steam-link img {
        max-width: 200px;
        height: auto;
    }
}

h3 {
    margin: 0;
    padding: 0;
    font-size: 1.2rem;
    font-weight: bold;
}

h4 {
    font-size: 1.2rem;
    font-weight: bold;
}

.h1-cust {
    color: #424242;
    user-select: none;
    font-size: 14px;
}

/* Comments */
.comments-col {
    background-image: url('../../../assets/img/LB2/test.webp');
    background-size: contain;
    font-size: 16px;
}

@media (max-width: 768px) {
    .comments-col {
        background-size: 1024px;
        font-size: 12px;
    }
}

.avatar-container {
    position: relative;
    display: inline-block;
}

.steam-icon {
    position: absolute;
    top: 40px;
    right: 10px;
    width: 25px;
    height: 25px;
}

.form-control {
    border-radius: 0%;
}

.comments-col p {
    color: #eee;
    font-family: 'motiva', sans-serif;
    font-size: larger;
}

.comments-col .page-link {
    background-color: #303030 !important;
    border: none;
    font-family: 'motiva', sans-serif;
}

h6 {
    color: #eee;
    font-family: 'motiva', sans-serif;
    font-size: larger;
}

.form-control {
    background-color: #333;
    color: #eee;
    border: 1px solid #555;
}

.form-control::placeholder {
    color: #aaa;
}

.form-control:focus {
    background-color: #333;
    color: #eee;
    border-color: #8b8b8b;
    box-shadow: none;
}

/* Comments/ */

code {
    background-color: #333;
    color: #eee;
    border: 1px solid #555;
}

.lb2-install-video {
    display: block;
    width: 100%;
    height: auto;
    margin: 0.75rem 0 2rem;
    background: #080808;
}

.lb2-steam-deck-img {
    max-width: 700px;
}

.lb2-sidebar-title {
    font-size: large;
}

.lb2-creator-avatar,
.lb2-mobile-creator-avatar {
    width: 100px;
    object-fit: cover;
}

.lb2-creator-avatar {
    height: 100px;
}

.lb2-mobile-creator-avatar {
    height: auto;
}

.lb2-creator-name {
    font-size: clamp(12px, 1.55vw, 20px);
}

.lb2-mobile-creator-name {
    font-size: clamp(12px, 4vw, 16px);
}

.lb2-sidebar-toggle {
    background-color: #0151FC;
    border: none;
    border-radius: 8px 0 0 8px;
}

.sidebar-lock {
    overflow: hidden;
}

.index-nav.is-active {
    background: #0151FC;
    color: #fff !important;
    text-decoration: none;
}

@media (max-width: 1200px) {
    .img-fluid {
        max-width: 100% !important;
        height: auto;
    }
}

.steam-link .custom-btn {
    border-color: #115bfc !important;
    box-shadow: 0 0 5px rgb(0, 0, 0);
}

.download-count-panel {
    background-color: rgba(0, 0, 0, 0.32);
    border: 2px solid rgba(1, 81, 252, 0.55);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.24);
    border-radius: 6px;
    margin-top: 0.65rem;
    margin-bottom: 0.65rem;
    padding: 0.55rem 0.7rem;
}

.download-count-text {
    margin: 0;
    color: #eee;
    font-family: 'motiva', sans-serif;
    font-size: 0.8rem;
    line-height: 1.25;
    text-align: center;
}

.download-count-value {
    font-weight: 700;
    color: #fff;
}

@media (max-width: 1200px) {
    .index-nav {
        font-size: 14px;
    }
}

@media (max-width: 990px) {
    .index-nav {
        font-size: 9px;
    }

    .capturas {
        max-height: 300px;
        object-fit: cover;
        width: 100%;
        height: 180px;
    }
}

.footer {
    font-size: 1rem;
}

.megamenu-content a,
.contacto-hover,
.megamenu>a {
    text-decoration: none !important;
}

@media (min-width: 768px) {
    #instalacion video {
        width: 70%;
    }
}

.custom-btn {
    border-style: solid;
    border-width: 2px;
    max-width: 100%;
}

.comments-col .page-link {
    display: block;
    padding: 8px 12px;
    color: #eee;
    text-decoration: none;
    border-radius: 4px;
}

.comments-col .pagination .page-item.active .page-link,
.comments-col .page-link:hover {
    background-color: #505050 !important;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.5rem;
}

.bricks-content a,
.bricks-content code,
.bricks-content li {
  overflow-wrap: anywhere;
  word-break: break-word;
}

/* Mobile "Creado por" drawer panel — brick texture over the shared drawer base. */
#lb2-sidebar.drawer-panel {
    background-color: #020202;
    background-image: url('../../../assets/img/LB2/blackblicks.webp');
    background-repeat: repeat;
}
