.fc-wrap {
    max-width: 480px;
    margin: 0 auto;
    padding: 32px 24px;
    background: #ffffff;
    border-radius: 12px;
    font-family: inherit;
    color: #000000;
}

.fc-step h3 {
    font-size: 16px;
    margin: 0 0 12px;
    color: #000000;
}

.fc-intro {
    font-size: 14px;
    color: #4a4a4a;
    margin-bottom: 20px;
}

.fc-pasos {
    margin: 0 0 20px;
    padding-left: 20px;
    font-size: 14px;
    color: #000000;
}

.fc-pasos li {
    margin-bottom: 10px;
}

.fc-radio-row {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 16px;
    font-size: 14px;
}

.fc-radio-row label {
    display: flex;
    align-items: center;
    gap: 8px;
}

.fc-label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    margin: 14px 0 6px;
    color: #000000;
}

.fc-input {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #F9AFDA;
    border-radius: 8px;
    font-size: 14px;
    box-sizing: border-box;
    margin-bottom: 4px;
}

.fc-input:focus {
    outline: none;
    border-color: #FF69C5;
}

.fc-btn {
    display: block;
    width: 100%;
    margin-top: 20px;
    padding: 12px 16px;
    background: #FF69C5;
    color: #ffffff;
    border: none;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background .15s ease;
}

.fc-btn:hover {
    background: #e055ac;
}

.fc-btn:disabled {
    background: #F9AFDA;
    cursor: not-allowed;
}

.fc-error {
    color: #c0392b;
    font-size: 13px;
    margin-top: 8px;
}

.fc-productos {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
}

.fc-producto-card {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px;
    border: 1px solid #eee;
    border-radius: 10px;
    cursor: pointer;
    transition: border-color .15s ease;
}

.fc-producto-card.selected {
    border-color: #FF69C5;
    background: #FFF5FB;
}

.fc-producto-card img {
    width: 48px;
    height: 48px;
    object-fit: cover;
    border-radius: 6px;
}

.fc-producto-nombre {
    font-size: 14px;
    font-weight: 600;
}

.fc-producto-talla {
    font-size: 12px;
    color: #777;
}

.fc-checkbox-row {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 16px;
    font-size: 13px;
}

.fc-nota-costo {
    background: #FFF5FB;
    border: 1px solid #F9AFDA;
    border-radius: 10px;
    padding: 16px;
    margin-bottom: 12px;
}

.fc-total {
    font-size: 16px;
    font-weight: 700;
    margin-top: 8px;
    color: #000000;
}

.fc-total span {
    color: #FF69C5;
}

.fc-dias-limite {
    font-size: 13px;
    color: #4a4a4a;
}

.fc-datos-banco {
    background: #FFF5FB;
    border: 1px solid #F9AFDA;
    border-radius: 10px;
    padding: 16px;
    margin-bottom: 16px;
    font-size: 14px;
}

.fc-datos-banco p {
    margin: 6px 0;
}

.fc-confirmacion {
    font-size: 14px;
    color: #000000;
    text-align: center;
}

.fc-cupon-aviso {
    font-size: 13px;
    color: #993556;
    text-align: center;
    margin-top: 10px;
}
