.single-jswprediction_round .wd-entities-title.title.post-title::before {
    content: "Mis predicciones";
    display: block;
    font-size: 35px;
    font-weight: 400;
    color: #999;
    margin-bottom: 5px;
}
#joomsport-container .navbar-default {
    display: none !important;
}
.selection.col-xs-6.col-lg-6.pull-right {
    display: none;
}
.wd-page-nav {
    DISPLAY: NONE;
}
.page-title-default {
    display: none !important;
}
.page .main-page-wrapper {
    background-color: #ffffff;
}
.wd-page-nav-btn.prev-btn {
    display: none;
}
.dtp-card {
    padding: 30px;
    background: rgb(12 97 118);
    backdrop-filter: blur(14px);
    border-radius: 28px;
    box-shadow:
        0 25px 60px rgba(0,0,0,0.10),
        inset 0 1px 0 rgba(255,255,255,0.6);
    border: 1px solid rgba(0,0,0,0.06);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;

    text-align: center;

    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.dtp-card:hover {
    transform: translateY(-6px);
    box-shadow:
        0 35px 90px rgba(0,0,0,0.14);
}

/* AVATAR WRAP */
.dtp-avatar-wrap {
    position: relative;
}

/* AVATAR */
.dtp-avatar-wrap img {
    width: 130px;
    height: 130px;

    border-radius: 50%;
    object-fit: cover;

    border: 6px solid rgba(255,255,255,0.9);

    box-shadow:
        0 20px 50px rgba(0,0,0,0.18);

    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.dtp-avatar-wrap img:hover {
    transform: scale(1.08);
    box-shadow:
        0 30px 70px rgba(0,0,0,0.25);
}

/* BADGE MODERNO */
.dtp-avatar-badge {
    position: absolute;
    bottom: 8px;
    right: 8px;

    width: 38px;
    height: 38px;

    background: linear-gradient(135deg, #111, #444);
    color: #fff;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    font-size: 15px;

    box-shadow: 0 18px 40px rgba(0,0,0,0.25);

    border: 2px solid rgba(255,255,255,0.8);
}

/* TITULO */
.dtp-title {
    font-size: 18px;
    font-weight: 700;
    margin: 0;

    color: white;
}

/* TEXTO */
.dtp-text {
    font-size: 13px;
    color: white;
    margin: 0;
}

/* BOTÓN PREMIUM */
.dtp-btn {
    margin-top: 8px;

    padding: 12px 24px;
    border-radius: 14px;

    border: none;

        color: #0c6176;
    background-color: white !important;
    border-radius: 11px !important;

    font-weight: 600;
    font-size: 14px;

    cursor: pointer;

    box-shadow: 0 18px 45px rgba(0,0,0,0.20);

    transition: all 0.25s ease;
}

.dtp-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 28px 70px rgba(0,0,0,0.25);
}

.dtp-btn:active {
    transform: translateY(0px) scale(0.98);
}
.dtp-page-center {
    min-height: 100vh;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 20px;

    background: #f6f7fb; /* opcional, fondo suave */
}