/**
 * RSIF Externa anmälningar – frontend CSS
 * Version 1.0.0
 */
.rsif-external-registration {
    max-width: 760px;
    margin: 0 auto;
}

.rsif-button.rsif-button-primary {
    display: inline-block;
    width: 100%;
    max-width: 560px;
    text-align: center;
    background: #0066a4;
    color: #ffffff !important;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.35;
    padding: 20px 26px;
    border-radius: 10px;
    text-decoration: none;
    box-shadow: 0 6px 16px rgba(0,0,0,.14);
}

.rsif-button.rsif-button-primary:hover {
    filter: brightness(.92);
}

.rsif-discount-code {
    padding: 16px 20px;
    background: #f5f5f5;
    border-left: 5px solid #0066a4;
    margin: 20px 0;
}

.rsif-discount-code code {
    font-size: 22px;
    font-weight: 700;
}

.rsif-small-text {
    font-size: 14px;
    opacity: .8;
}
