.aurora-frete {
    margin: 16px 0;
    padding: 14px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
}

.aurora-frete-form {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.aurora-frete-form input {
    flex: 1;
    min-width: 120px;
    padding: 8px 10px;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
}

.aurora-frete-form button {
    padding: 8px 16px;
    border: none;
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
    font-weight: 600;
}

.aurora-frete-linha {
    display: flex;
    justify-content: space-between;
    padding: 6px 0;
    border-bottom: 1px solid #f1f5f9;
    font-size: 14px;
}

.aurora-frete-endereco {
    font-size: 12px;
    color: #64748b;
    margin-top: 8px;
}

.aurora-lgpd-selo {
    text-align: center;
    padding: 12px;
    font-size: 12px;
    color: #64748b;
}

.aurora-cookies {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    background: #fff;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.12);
    padding: 16px;
}

.aurora-cookies-inner {
    max-width: 720px;
    margin: 0 auto;
}

.aurora-cookies h4 {
    margin: 0 0 8px;
    font-size: 15px;
}

.aurora-cookies p {
    margin: 0 0 12px;
    font-size: 13px;
    color: #475569;
}

.aurora-cookies-acoes {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.aurora-cookies-acoes button {
    padding: 8px 16px;
    border-radius: 6px;
    border: 1px solid #cbd5e1;
    cursor: pointer;
    font-size: 13px;
}

.aurora-cookies-aceitar {
    color: #fff;
    border: none;
}

.aurora-whatsapp {
    position: fixed;
    bottom: 24px;
    z-index: 9999;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #25d366;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s;
}

.aurora-whatsapp:hover {
    transform: scale(1.08);
}
