.marketplace-publish-failure-summary,
.marketplace-publish-pending-summary {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 5px 9px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.2;
    text-decoration: none;
}

.marketplace-publish-failure-summary {
    border: 1px solid #fecaca;
    background: #fff1f2;
    color: #b91c1c;
}

.marketplace-publish-failure-summary:hover,
.marketplace-publish-failure-summary:focus-visible {
    border-color: #fca5a5;
    background: #ffe4e6;
    color: #991b1b;
    outline: none;
}

.marketplace-publish-pending-summary {
    border: 1px solid #fcd34d;
    background: #fffbeb;
    color: #92400e;
}

.marketplace-publish-pending-summary:hover,
.marketplace-publish-pending-summary:focus-visible {
    border-color: #f59e0b;
    background: #fef3c7;
    color: #78350f;
    outline: none;
}

.marketplace-button-pending {
    border-color: #fcd34d !important;
    background: linear-gradient(145deg, #fffbeb, #ffffff) !important;
}

.marketplace-button-pending .marketplace-button-status {
    color: #92400e !important;
}

.marketplace-button-pending input[type="checkbox"] {
    cursor: not-allowed;
}

.marketplace-publish-pending-message {
    color: #92400e !important;
    font-size: 12px !important;
    font-weight: 750;
    line-height: 1.45;
    letter-spacing: 0;
    overflow-wrap: anywhere;
    text-transform: none;
}
