/* =========================================
   COINBUZZER CUSTOM UI
========================================= */

/* GLOBAL */
body {
    background: linear-gradient(180deg, #02131d 0%, #03253a 100%);
}

a {
    transition: 0.2s ease;
}

a:hover {
    opacity: 0.92;
}

/* HERO */
.home h1 {
    font-size: 32px;
    font-weight: 800;
    line-height: 1.1;
    color: #ffffff;
}

.home h2 {
    font-size: 18px;
    color: #cfe7f7;
    line-height: 1.3;
}

.home p {
    color: #d8ecff;
}

/* STAT BOXEN */
.home .columns.is-mobile .column > div {
    transition: all 0.2s ease;
}

.home .columns.is-mobile .column > div:hover {
    transform: translateY(-2px);
    background: rgba(255,255,255,0.08) !important;
}

/* PROMOTED HEADER */
.promoted-header h2 {
    font-size: 22px;
    font-weight: 800;
    color: #ffcc33;
}

/* TABELLEN ALLGEMEIN */
.table {
    border-radius: 12px;
    overflow: hidden;
    background: transparent;
}

.table thead {
    background: linear-gradient(90deg, #ff8a00, #ffb300);
}

.table thead th {
    color: #fff !important;
    font-weight: 700;
    font-size: 13px;
    border: none !important;
}

.table tbody tr {
    transition: 0.2s;
}

.table tbody tr:hover {
    background: rgba(255,255,255,0.05) !important;
}

.table td {
    border-color: rgba(255,255,255,0.05) !important;
    color: #ffffff;
    vertical-align: middle;
}

.table img {
    display: block;
}

/* NETWORK / BADGES */
.network {
    color: #d8ecff;
    font-size: 12px;
}

.votes {
    display: inline-block;
    min-width: 32px;
    text-align: center;
    padding: 3px 8px;
    border-radius: 999px;
    background: rgba(255,179,0,0.18);
    color: #ffcc33;
    font-weight: 700;
    font-size: 11px;
}

/* BUTTONS */
.button.is-success {
    border-radius: 8px;
    font-weight: 700;
    transition: 0.2s;
    box-shadow: none;
}

.button.is-success:hover {
    transform: scale(1.03);
}

.button.is-warning,
.button.is-primary {
    border-radius: 8px;
}

/* NOTICE BOXEN */
.notice {
    border-radius: 14px;
    background: linear-gradient(180deg, #0d2b3f, #10364d);
    border: 1px solid rgba(255,255,255,0.05);
    box-shadow: 0 8px 18px rgba(0,0,0,0.15);
}

.notice h2 {
    color: #ffffff;
}

.notice p {
    color: #d8ecff;
}

/* SEO / BOXEN */
.seo {
    color: #d8ecff;
}

.seo h2 {
    color: #ffffff;
}

/* PRO IMAGE BOXEN */
.pro img {
    border-radius: 10px;
    display: block;
    width: 100%;
    height: auto;
}

/* =========================================
   MINI TABELLEN UNTER PROMOTED
========================================= */

.cb-mini-tables {
    margin-top: 18px !important;
}

.cb-mini-table-box {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
}

.cb-mini-table-head {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin-bottom: 6px !important;
}

.cb-mini-table-head h3 {
    margin: 0 !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    color: #dfefff !important;
}

.cb-mini-table-head a {
    font-size: 11px !important;
    color: #ffcc33 !important;
    text-decoration: none !important;
}

.cb-mini-table {
    background: transparent !important;
    margin-bottom: 0 !important;
    border-collapse: separate !important;
    border-spacing: 0 8px !important;
    width: 100% !important;
}

.cb-mini-table tbody {
    background: transparent !important;
}

.cb-mini-table tr {
    background: #0a3d5a !important;
}

.cb-mini-table td {
    background: #0a3d5a !important;
    border: none !important;
    padding: 6px 8px !important;
    vertical-align: middle !important;
    color: #ffffff !important;
}

.cb-mini-table tr td:first-child {
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
}

.cb-mini-table tr td:last-child {
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
}

.cb-mini-logo-cell {
    width: 42px !important;
}

.cb-mini-logo-cell img {
    width: 28px !important;
    height: 28px !important;
    max-width: 28px !important;
    max-height: 28px !important;
    object-fit: cover !important;
    display: block !important;
    border-radius: 6px !important;
    margin: 0 !important;
}

.cb-mini-name-cell {
    width: auto !important;
}

.cb-mini-row-name {
    font-size: 11px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    line-height: 1.15 !important;
    margin-bottom: 2px !important;
}

.cb-mini-row-sub {
    font-size: 9px !important;
    color: #d8ecff !important;
    line-height: 1.15 !important;
}

.cb-mini-badge-cell {
    width: 60px !important;
    text-align: right !important;
    white-space: nowrap !important;
}

.cb-mini-status {
    display: inline-block !important;
    font-size: 9px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    background: rgba(255,255,255,0.10) !important;
    padding: 3px 6px !important;
    border-radius: 999px !important;
}

.cb-mini-status.new {
    background: rgba(255,255,255,0.10) !important;
    color: #ffffff !important;
}

.cb-mini-empty {
    text-align: center !important;
    color: #c7def1 !important;
    font-size: 12px !important;
    padding: 12px 8px !important;
    border-radius: 8px !important;
    background: #0a3d5a !important;
}

/* =========================================
   TABS
========================================= */

.tabs a {
    transition: 0.2s ease;
}

.tabs a:hover {
    background: rgba(255,255,255,0.05);
}

.tabs li.is-active a {
    font-weight: 700;
}

/* =========================================
   NEWS VIDEO
========================================= */

.news-widget video {
    max-width: 100%;
    height: auto;
    display: block;
}

/* =========================================
   MOBILE
========================================= */

@media (max-width: 768px) {
    .home h1 {
        font-size: 24px;
    }

    .home h2 {
        font-size: 15px;
    }

    .cb-mini-table-head h3 {
        font-size: 11px !important;
    }

    .cb-mini-table-head a {
        font-size: 10px !important;
    }

    .cb-mini-logo-cell {
        width: 38px !important;
    }

    .cb-mini-logo-cell img {
        width: 24px !important;
        height: 24px !important;
        max-width: 24px !important;
        max-height: 24px !important;
    }

    .cb-mini-row-name {
        font-size: 10px !important;
    }

    .cb-mini-row-sub {
        font-size: 8px !important;
    }

    .cb-mini-badge-cell {
        width: 52px !important;
    }

    .cb-mini-status {
        font-size: 8px !important;
        padding: 2px 5px !important;
    }
}