/* Ad Sizes (child theme) — pills & filter widget */

.ad-size-selector-wrap {
    margin: 6px 0 12px;
    padding: 10px 12px;
    background: #f7f8fa;
    border-radius: 8px;
}

.ad-size-selector-label {
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 14px;
    color: #222;
}

.ad-size-selector-required {
    color: #c0392b;
    margin-left: 2px;
}

.ad-size-selector-options {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 6px;
}

.ad-size-option {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    padding: 6px 14px;
    border: 1.5px solid #d0d5dd;
    border-radius: 999px;
    background: #fff;
    color: #333;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.2;
    cursor: pointer;
    transition: all 0.15s ease;
    user-select: none;
}

.ad-size-option:hover {
    border-color: #1e88e5;
    color: #1e88e5;
}

.ad-size-option.is-selected,
.ad-size-option[aria-checked="true"] {
    background: #1e88e5;
    border-color: #1e88e5;
    color: #fff;
}

.ad-size-option:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(30, 136, 229, 0.25);
}

.ad-size-selector-hint {
    font-size: 12px;
    color: #777;
    margin: 4px 0 0;
}

.ad-size-selector-wrap.has-error {
    background: #fdecea;
}

.ad-size-selector-wrap.has-error .ad-size-selector-hint {
    color: #c0392b;
    font-weight: 600;
}

/* Inline pills rendered into the parent's spec info-box */
.ad-size-inline-pills {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 6px;
    vertical-align: middle;
}

.ad-size-inline-pills .ad-size-option {
    min-width: 36px;
    padding: 4px 10px;
    font-size: 12px;
    line-height: 1.2;
}

.ad-size-inline-li .ad-size-option,
.ad-size-inline-card .ad-size-option {
    margin: 2px 0;
}

/* Post-ad form row */
.adforest-child-sizes-row {
    margin-bottom: 16px;
}

.adforest-child-sizes-row label {
    font-weight: 600;
    display: block;
    margin-bottom: 6px;
}

/* Seller suggestion block on the post-ad form */
.adforest-child-size-suggest {
    margin: 8px 0 16px;
    padding: 10px 12px;
    background: #f7f8fa;
    border: 1px solid #eef0f3;
    border-radius: 8px;
    font-size: 13px;
}

.adforest-child-size-suggest-help {
    margin: 0 0 8px;
    color: #555;
    font-size: 12.5px;
}

.adforest-child-size-suggest-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
}

.adforest-child-size-suggest-label {
    font-weight: 600;
    color: #333;
    margin-right: 4px;
}

.adforest-child-size-suggest-pill {
    min-width: 36px;
    padding: 4px 12px;
    font-size: 12px;
}

/* Search sidebar filter widget */
.adforest-child-size-filter {
    margin-top: 10px;
}

.adforest-child-size-filter .accordion-button {
    background: transparent;
    border: 0;
    padding: 8px 0;
    font-weight: 600;
    text-align: left;
    width: 100%;
}

.adforest-child-size-filter .accordion-collapse {
    padding-top: 4px;
}

.adforest-child-size-select {
    width: 100%;
    padding: 6px 10px;
    border: 1px solid #d0d5dd;
    border-radius: 4px;
    background: #fff;
}
