/*
Theme Name: Pressvik Korall
Theme URI: https://pressvik.com/korall-theme
Author: Pressvik
Author URI: https://pressvik.com
Description: An ultra-lightweight, secure, and fast starter theme designed for page builders like Elementor, Gutenberg, and Bricks. It provides a clean canvas for your designs, ensuring maximum performance and compatibility.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pressvik-korall
Tags: custom-background, custom-logo, post-thumbnails, title-tag, block-styles, wide-blocks, editor-styles, full-width-template

This theme, like WordPress, is licensed under the GPL.
*/

/* * Minimal CSS for core WordPress features.
 * Page builders will override these styles.
 */

/* Gutenberg alignment support */
.alignwide {
    margin-left: -100px;
    margin-right: -100px;
    max-width: calc(100% + 200px);
}

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

/* Basic accessibility */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.content-area-wrapper {
    display: flex;
    gap: 2rem;
}

.content-area {
    flex: 1; 
}

.widget-area {
    width: 300px; 
    flex-shrink: 0;
}