.asc-widget {
    max-width: 560px;
    margin: 0 auto;
    padding: 24px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-family: inherit;
}

.asc-label {
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 16px;
}

.asc-input-row {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.asc-input-row input[type="text"] {
    flex: 1;
    min-width: 200px;
    padding: 10px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 15px;
}

.asc-widget button {
    padding: 10px 18px;
    border: none;
    border-radius: 4px;
    background: #1a5276;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
}

.asc-widget button:hover {
    background: #154360;
}

.asc-widget button:disabled {
    background: #999;
    cursor: not-allowed;
}

.asc-honeypot {
    position: absolute;
    left: -9999px;
    top: -9999px;
}

.asc-error {
    color: #c0392b;
    margin-top: 10px;
    font-size: 14px;
}

.asc-loading-text {
    text-align: center;
    color: #555;
    padding: 20px 0;
}

.asc-teaser-score {
    font-size: 40px;
    font-weight: 700;
    color: #1a5276;
    margin-bottom: 8px;
}

.asc-score-max {
    font-size: 20px;
    color: #999;
}

.asc-summary {
    font-size: 15px;
    margin-bottom: 12px;
}

.asc-teaser-gap {
    background: #fff3cd;
    padding: 10px 12px;
    border-radius: 4px;
    font-size: 14px;
    margin-bottom: 8px;
}

.asc-more-count {
    font-size: 14px;
    color: #555;
    margin-bottom: 16px;
}

#asc-contact-form input[type="text"],
#asc-contact-form input[type="email"],
#asc-contact-form input[type="tel"] {
    display: block;
    width: 100%;
    padding: 10px 12px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 15px;
    box-sizing: border-box;
}

.asc-consent-label {
    display: block;
    font-size: 13px;
    color: #555;
    margin-bottom: 14px;
}

.asc-consent-label input {
    margin-right: 6px;
}

.asc-done-message {
    text-align: center;
    font-size: 16px;
    color: #1a5276;
    padding: 20px 0;
}
