/**
 * COFIS CZ Stream Login (Kick) - Front-office Styles
 *
 * @author COFIS CZ (www.cofis.cz)
 * @copyright 2025 COFIS CZ, s.r.o.
 * @license Proprietary
 */

/* Login button */
.cofis-kick-login {
    margin: 20px 0;
    text-align: center;
}

.cofis-kick-divider {
    position: relative;
    text-align: center;
    margin: 20px 0;
}

.cofis-kick-divider::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: #ddd;
}

.cofis-kick-divider span {
    position: relative;
    background: #fff;
    padding: 0 16px;
    color: #999;
    font-size: 13px;
    text-transform: uppercase;
}

.cofis-kick-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 28px;
    background: #53FC18;
    color: #000 !important;
    text-decoration: none !important;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 700;
    transition: all 0.2s ease;
    border: none;
    cursor: pointer;
}

.cofis-kick-btn:hover {
    background: #45d414;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(83, 252, 24, 0.3);
    text-decoration: none !important;
    color: #000 !important;
}

.cofis-kick-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

/* Theme integration: .button--kick for RealGeek/custom themes */
#authentication .button.button--kick {
    cursor: pointer;
    display: inline-block;
    color: #c7c7c7;
    background-color: #fff !important;
    padding: 20px 24px 20px 70px;
    border: 1px solid #c7c7c7;
    border-radius: 40px;
    font-weight: 400;
    text-align: left;
    text-transform: uppercase;
    white-space: nowrap;
    width: 300px;
    max-width: 100%;
    margin: 12px auto 0;
    background-image: url(../img/KICK_G.png);
    background-position: 23px center;
    background-repeat: no-repeat;
    background-size: auto 25px;
}

#authentication .button.button--kick:hover {
    color: #fff;
    background-color: #53FC18 !important;
    border: 1px solid #53FC18;
    background-image: url(../img/KICK_B.png);
}
