/*
 * Yoked Releases custom overrides
 *
 * This file is intentionally loaded after the main plugin stylesheet.
 * Put small layout fixes and multisite-safe CSS adjustments here so future feature work
 * can avoid touching or replacing these overrides.
 */

/* Keep inactive release buttons from touching the item minimum boxes above them. */
.yoked-release-card .yoked-type-progress-block + .yoked-release-actions,
.yoked-release-card .yoked-type-progress-block + .yoked-release-card-actions,
.yoked-release-card .yoked-release-actions:has(.yoked-button-secondary),
.yoked-release-card .yoked-release-card-actions:has(.yoked-button-secondary) {
    margin-top: 24px;
}

.yoked-release-card .yoked-type-progress-block {
    margin-bottom: 20px;
}
