.geo-post-box {
    display: grid;
    gap: 14px;
}

.geo-post-box__row {
    display: grid;
    gap: 8px;
}
.geo-post-box-none
{
    display: none;
}
.geo-post-toggle {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-weight: 600;
}

.geo-post-box textarea {
    width: 100%;
    min-height: 110px;
    resize: vertical;
}

.geo-post-status {
    padding: 12px;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    background: #f9fafb;
}

.geo-post-status__badge {
    display: inline-flex;
    align-items: center;
    margin-top: 6px;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
}

.geo-post-status__badge--generated,
.geo-post-status__badge--manual {
    background: #ecfdf5;
    color: #166534;
}

.geo-post-status__badge--failed {
    background: #fef2f2;
    color: #991b1b;
}

.geo-post-status__badge--disabled,
.geo-post-status__badge--missing,
.geo-post-status__badge--outdated {
    background: #f3f4f6;
    color: #374151;
}

.geo-post-status__meta {
    margin-top: 10px;
    display: grid;
    gap: 4px;
    font-size: 12px;
    color: #6b7280;
}

.geo-post-error {
    padding: 12px;
    border: 1px solid #fecaca;
    border-radius: 10px;
    background: #fef2f2;
}

.geo-post-error p {
    margin: 6px 0 0;
    color: #991b1b;
}

.geo-post-ajax-message {
    margin: 0;
}
.geo-score-bar {
    height: 6px;
    background: #e5e7eb;
    border-radius: 4px;
    overflow: hidden;
    margin: 6px 0;
}

.geo-score-bar__fill {
    height: 100%;
    background: #22c55e;
}

.geo-score-value {
    font-weight: 600;
}

.geo-score-details {
    margin: 6px 0 0;
    padding-left: 16px;
    font-size: 12px;
}
.geo-score-details {
    margin-top: 10px;
}
.geo-score-details li {
    padding: 6px 8px;
    border-radius: 4px;
    margin-bottom: 6px;
    font-size: 13px;
}
.geo-success {
    background: #e6f4ea;
    color: #137333;
}
.geo-warning {
    background: #fff8e1;
    color: #8a6d3b;
}
.geo-error {
    background: #fdecea;
    color: #a94442;
}