.PoweredBy {
    text-align: center;
    margin-top: -10px;
    padding-top: 10px;
    border: 5px solid #1045c9;
    border-radius: 4px;
    border-top-color: rgb(16 69 201 / 0%) !important;
    color: black;
    background: #fff;
    font-family: BebasNeueRegular, arial, Georgia, serif;
    font-size: 20px;
    padding-bottom: 5px !important;
}
a.Poweredweb {
    text-decoration: none!important;
    color: #000000!important;
}
body.dark-skin a.Poweredweb:hover {
    text-decoration: none;
    color: #000000 !important;
}
#widgetfulbol {
   width: 100%;
}
@font-face {
    font-family: 'BebasNeueRegular';
    src: url('../fonts/BebasNeue/BebasNeue-webfont.eot');
    src: url('../fonts/BebasNeue/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/BebasNeue/BebasNeue-webfont.woff') format('woff'),
         url('../fonts/BebasNeue/BebasNeue-webfont.ttf') format('truetype'),
         url('../fonts/BebasNeue/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Argentina Opción 03: renderer propio, sin iframe, banners ni enlaces externos. */
.widget-futbol-custom {
    box-sizing: border-box;
    width: 100%;
    overflow: auto;
    padding: 8px;
    background: #f2f2f2;
    color: #101010;
    font-family: Arial, Helvetica, sans-serif;
    border-radius: 8px;
}

.widget-futbol-custom-status {
    padding: 10px 8px;
    color: #555;
    font-size: 13px;
    line-height: 1.35;
    text-align: center;
}

.widget-futbol-custom-status.is-error {
    color: #8a1c1c;
    background: #fff0f0;
    border-radius: 5px;
}

.widget-futbol-custom-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.widget-futbol-match {
    background: #fff;
    border-radius: 7px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .08);
    overflow: hidden;
}

.widget-futbol-match-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 6px 9px;
    background: #e3e3e3;
    color: #222;
    font-size: 11px;
    line-height: 1.2;
}

.widget-futbol-competition {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.widget-futbol-match-time {
    flex: 0 0 auto;
    color: #555;
    white-space: nowrap;
}

.widget-futbol-match-teams {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
    gap: 5px;
    min-height: 58px;
    padding: 8px 9px;
}

.widget-futbol-team {
    display: flex;
    align-items: center;
    min-width: 0;
    gap: 6px;
    color: #101010;
    font-size: 13px;
}

.widget-futbol-team:nth-child(3) {
    justify-content: flex-end;
    text-align: right;
}

.widget-futbol-team-badge {
    display: block;
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
    object-fit: contain;
}

.widget-futbol-team-badge-empty {
    width: 28px;
    height: 28px;
}

.widget-futbol-team-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.widget-futbol-team-score {
    flex: 0 0 auto;
    margin-left: 2px;
    color: #1c1b70;
    font-size: 17px;
}

.widget-futbol-vs {
    color: #777;
    font-size: 10px;
    font-weight: 700;
}

@media (max-width: 420px) {
    .widget-futbol-match-meta {
        font-size: 10px;
    }

    .widget-futbol-team {
        font-size: 12px;
    }

    .widget-futbol-team-badge,
    .widget-futbol-team-badge-empty {
        flex-basis: 23px;
        width: 23px;
        height: 23px;
    }
}
