/**
 * POSN Student Alumni - Block Editor Styles
 *
 * @package POSN\StudentAlumni
 */

/* Block Preview - WordPress Default Style */
.posn-block-preview {
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 30px 20px;
    text-align: center;
}

.posn-block-icon {
    margin-bottom: 10px;
}

.posn-block-icon .dashicons {
    font-size: 48px;
    width: 48px;
    height: 48px;
    color: #2271b1;
}

.posn-block-title {
    font-size: 14px;
    font-weight: 600;
    color: #1e1e1e;
    margin-bottom: 5px;
}

.posn-block-info {
    font-size: 12px;
    color: #757575;
}

/* Inspector Controls */
.components-panel__body .components-base-control__help {
    margin-top: 0;
    margin-bottom: 10px;
}
