.home-admin-actions,
.home-block-edit {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin: 12px auto;
}

.home-admin-actions a,
.home-block-edit {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 40px;
    padding: 10px 16px;
    border: 1px solid #ffd21f;
    border-radius: 999px;
    background: rgba(255, 210, 31, .12);
    color: #ffd21f;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
}

.home-admin-actions a:hover,
.home-block-edit:hover {
    background: #ffd21f;
    color: #171208;
}

.social-section > .home-block-edit,
.story-box > .home-block-edit {
    width: max-content;
    margin: 16px auto 0;
}

@media (max-width: 600px) {
    .home-admin-actions a,
    .home-block-edit {
        min-height: 44px;
        padding: 11px 16px;
        font-size: 13px;
    }
}
