.content-box-text {
    overflow: visible;
}

#teclicious-video {
    padding-top: 16px;
    width: 100%;
}

#teclicious-video iframe {
    height: 315;
    width: 100%;
    position: relative;
}

/*
-----------------------------
Discord
-----------------------------
*/

/* Hero do Discord */
#gmbr-discord-box {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    align-items: center;
    padding: 18px 20px;
    border-radius: var(--base-border-radius);
    background: linear-gradient(135deg, #5865F2 0%, #3940A0 60%, #23272A 100%);
    box-shadow:
        0 0 0 1px rgba(255, 255, 255, 0.2) inset,
        0 6px 14px rgba(0, 0, 0, 0.55);
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

/* textura leve por cima, pra combinar com os cards */
#gmbr-discord-box::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: repeating-linear-gradient(
        135deg,
        rgba(255,255,255,0.05) 0px,
        rgba(255,255,255,0.05) 1px,
        transparent 1px,
        transparent 4px
    );
    opacity: 0.5;
    pointer-events: none;
}

#gmbr-discord-box > * {
    position: relative;
    z-index: 1;
}

.gmbr-discord-logo img {
    max-height: 200px;
    width: 100%;
    border-radius: 26%;
    border: 2px solid rgba(255, 255, 255, 0.8);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.6);
    display: block;
}

.gmbr-discord-content {
    flex: 1 1 240px;
    min-width: 0;
}

.gmbr-discord-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 4px;
}

.gmbr-discord-subtitle {
    font-size: 14px;
    opacity: 0.85;
    margin-bottom: 10px;
}

#gmbr-description {
    font-size: 14px;
    line-height: 1.4;
    margin-top: 25px;
    margin-bottom: 25px;
    text-align: justify;
}

.gmbr-discord-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

/* Botão de call-to-action */
.discord-cta {
    display: inline-block;
    padding: 7px 16px;
    border-radius: 999px;
    background: #ffffff;
    color: #5865F2;
    font-weight: 600;
    text-decoration: none;
    font-size: 14px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.4);
    transition: transform 0.12s ease-out, box-shadow 0.12s ease-out, background 0.15s;
}

.discord-cta:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 9px rgba(0,0,0,0.6);
    background: #f8f8ff;
}

.discord-cta-note {
    font-size: 12px;
    opacity: 0.9;
}

.discord-cta-note code {
    font-family: inherit;
    background: rgba(0,0,0,0.25);
    padding: 1px 6px;
    border-radius: 999px;
}

/* Mobile: empilhar */
@media (max-width: 600px) {
    #gmbr-discord-box {
        text-align: left;
    }

    .gmbr-discord-logo img {
        margin: 0 auto;
    }

    .zoom:hover img {
        transform: scale(1) !important;
    }
}

/*
-----------------------------
Current
-----------------------------
*/

/* #gmbr-current-links-area {
} */

#gmbr-current-links-area img {
    max-width: 200px;
    width: 100%;
}

#gmbr-current-links-area .card:hover {
    transform: scale(1.01);
}

/*
-----------------------------
museum
-----------------------------
*/

/* #gmbr-museum-links-area, #gmbr-museum-projects-area {
} */
