/*
Theme Name: GM2
Description: site theme : gm2.ir
Version: 1.0
Author: salar nemate zadeh - web developer
*/

/* This file serves as the main theme stylesheet */
/* All component styles are loaded via functions.php */

/* Theme-specific overrides can be added here */
.wp-block-group {
    margin-bottom: 2rem;
}

.wp-block-image {
    margin-bottom: 1.5rem;
}

/* WordPress alignment classes */
.aligncenter {
    text-align: center;
}

.alignleft {
    float: left;
    margin-right: 1rem;
}

.alignright {
    float: right;
    margin-left: 1rem;
}

/* WordPress responsive embeds */
.wp-block-embed__wrapper {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}

.wp-block-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}