/**
 * Theme Name: Eportal
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: eportal
 */

.eportal-magazine-actions .btn {
    padding: 10px 20px;
    background-color: var(--theme-selection-background-color);
    color: #fff;
    border-radius: 8px;
}

.eportal-magazine-actions {
    display: flex;
    gap: 16px;
    margin-bottom: 20px;
}