/* SSYC B2B Core — estilos frontend
   Colores de marca SSYC: azul marino #0C447C */

.ssyc-price-locked {
    display: inline-flex;
    align-items: center;
    font-size: 13px;
    font-weight: 600;
    color: #0C447C;
    background: #E6F1FB;
    border-radius: 8px;
    padding: 5px 11px;
    line-height: 1.2;
}

.ssyc-price-locked a {
    color: #0C447C;
    text-decoration: none;
}

.ssyc-price-locked a:hover {
    text-decoration: underline;
}

/* Caja de login en la ficha del producto */
.ssyc-login-box {
    background: #E6F1FB;
    border: 1px solid #B5D4F4;
    border-radius: 12px;
    padding: 18px 20px;
    margin: 16px 0;
}

.ssyc-login-box__head {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #0C447C;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 6px;
}

.ssyc-login-box p {
    font-size: 14px;
    color: #185FA5;
    line-height: 1.6;
    margin: 0 0 14px;
}

.ssyc-login-box__actions {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.ssyc-login-box__actions .button {
    background: #0C447C;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 10px 18px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: background .2s ease;
}

.ssyc-login-box__actions .button:hover {
    background: #093560;
    color: #fff;
}

.ssyc-login-box__actions .button--ghost {
    background: transparent;
    color: #0C447C;
    border: 1px solid #B5D4F4;
}

.ssyc-login-box__actions .button--ghost:hover {
    background: #d8e8f8;
    color: #0C447C;
}

/* Aviso de pre-orden en la página de gracias */
.ssyc-preorder-notice {
    background: #E1F5EE;
    border: 1px solid #9FE1CB;
    border-radius: 12px;
    padding: 16px 20px;
    margin: 0 0 24px;
}

.ssyc-preorder-notice strong {
    display: block;
    color: #0F6E56;
    font-size: 16px;
    margin-bottom: 4px;
}

.ssyc-preorder-notice p {
    color: #0F6E56;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}
