.acwa-seo-audit {
    max-width: 640px;
    margin: 0 auto;
    font-size: 15px;
    line-height: 1.5;
}

.acwa-seo-audit--locked,
.acwa-seo-audit--used {
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 6px;
    background: #f8f8f8;
}

.acwa-seo-field {
    margin-bottom: 16px;
}

.acwa-seo-field label {
    display: block;
    font-weight: 600;
    margin-bottom: 4px;
}

.acwa-seo-field input[type="text"] {
    width: 100%;
    padding: 8px 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

.acwa-seo-audit-note {
    font-size: 13px;
    color: #666;
    margin-bottom: 16px;
}

#acwa-seo-audit-form button {
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    background: #1a5276;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
}

#acwa-seo-audit-form button:disabled {
    opacity: 0.6;
    cursor: default;
}

.acwa-seo-audit-error {
    color: #b00020;
    margin-top: 12px;
}

.acwa-seo-audit-module-list {
    list-style: none;
    margin: 16px 0;
    padding: 0;
}

.acwa-seo-audit-module-list li {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
}

.acwa-seo-report-hero {
    text-align: center;
    padding: 24px 0;
}

.acwa-seo-report-url {
    color: #666;
    margin-bottom: 8px;
}

.acwa-seo-report-score {
    font-size: 48px;
    font-weight: 700;
}

.acwa-seo-report-score span {
    font-size: 20px;
    color: #999;
}

.acwa-seo-report-modules {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 10px;
    margin-bottom: 24px;
}

.acwa-seo-report-module-card {
    padding: 12px;
    border: 1px solid #eee;
    border-radius: 6px;
    text-align: center;
}

.acwa-seo-report-module-name {
    font-size: 12px;
    color: #666;
    margin-bottom: 4px;
}

.acwa-seo-report-module-score {
    font-size: 20px;
    font-weight: 700;
}

.acwa-seo-report-module-skipped {
    font-size: 13px;
    color: #999;
    font-style: italic;
}

.acwa-seo-report-gmb {
    margin-bottom: 24px;
    padding: 16px;
    border: 1px solid #eee;
    border-radius: 6px;
}

.acwa-seo-report-issue {
    padding: 14px;
    border-left: 4px solid #ccc;
    background: #f8f8f8;
    margin-bottom: 10px;
    border-radius: 0 4px 4px 0;
}

.acwa-seo-report-issue--critical { border-left-color: #b00020; }
.acwa-seo-report-issue--warning { border-left-color: #b8860b; }
.acwa-seo-report-issue--opportunity { border-left-color: #1a5276; }

.acwa-seo-report-issue-title {
    font-weight: 600;
    margin-bottom: 4px;
}

.acwa-seo-report-issue-desc,
.acwa-seo-report-issue-fix {
    font-size: 13px;
    color: #555;
    margin: 4px 0 0;
}

.acwa-seo-report-print-link {
    text-align: right;
    margin-bottom: 12px;
    font-size: 13px;
}

.acwa-seo-report-plain-summary {
    margin-top: 32px;
    padding: 24px;
    background: #eef6fb;
    border: 1px solid #cfe4f0;
    border-radius: 8px;
}

.acwa-seo-report-plain-summary h3 {
    margin-top: 0;
}

.acwa-seo-report-plain-summary p {
    margin: 0 0 14px;
}

.acwa-seo-report-plain-summary ul {
    margin: 0 0 14px;
    padding-left: 20px;
}

.acwa-seo-report-plain-summary li {
    margin-bottom: 10px;
}

.acwa-seo-report-plain-cta {
    font-weight: 600;
    margin-bottom: 0 !important;
}

.acwa-seo-report-issue-cta {
    font-size: 13px;
    margin: 8px 0 0;
}

.acwa-seo-report-offers {
    margin-top: 32px;
    padding: 24px;
    background: #fff;
    border: 2px solid #1a5276;
    border-radius: 8px;
}

.acwa-seo-report-offers h3 {
    margin-top: 0;
    text-align: center;
}

.acwa-seo-report-offer-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
    margin-top: 16px;
}

.acwa-seo-report-offer-card {
    padding: 18px;
    border: 1px solid #ddd;
    border-radius: 6px;
    text-align: center;
}

.acwa-seo-report-offer-name {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 2px;
}

.acwa-seo-report-offer-price {
    color: #1a5276;
    font-weight: 600;
    margin-bottom: 10px;
}

.acwa-seo-report-offer-desc {
    font-size: 13px;
    color: #555;
    margin-bottom: 14px;
}

.acwa-seo-report-offer-btn {
    display: inline-block;
    padding: 10px 22px;
    background: #1a5276;
    color: #fff !important;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
}

.acwa-seo-report-offer-works {
    text-align: center;
    font-size: 13px;
    color: #777;
    margin: 18px 0 0;
}
