/*
Theme Name: Investment Special Group
Description: Custom WordPress theme for Investment Special Group website with customizable blocks and project management
Version: 1.0
Author: Investment SG
*/

/* WordPress specific styles */
.wp-block-group {
    margin: 0;
}

.alignwide {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
}

.alignfull {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
}

/* Скрыть WordPress admin bar для фронтенда */
.admin-bar {
    margin-top: 0 !important;
}

/* WordPress контент */
.page-content,
.post-content {
    line-height: 1.6;
}

.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6 {
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.page-content p {
    margin-bottom: 1rem;
}

/* Кастомные блоки */
.custom-hero-block,
.custom-about-block,
.custom-projects-block,
.custom-contact-block {
    width: 100%;
}