/*
Theme Name: Sundarban Bangladesh
Theme URI: https://www.sundarbanbangladesh.com/
Author: Unitech BD Software
Author URI: https://www.unitechbdsoft.com/
Description: Sundarban Bangladesh blog website
Version: 1.0.2
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
Tags: blog, holiday, news, one-column, two-columns, right-sidebar, accessibility-ready, custom-header, custom-logo, custom-menu, 
editor-style, featured-image-header, featured-images, footer-widgets, post-formats, theme-options, translation-ready, 
Text Domain: travelblogbd
*/


/* =============================================================================
   Gutenberg Block Styles — Theme Customizations
   -----------------------------------------------------------------------------
   These styles override WordPress Block Editor (Gutenberg) defaults to align
   built-in blocks with the theme's design system.

   Blocks covered:
     - Heading       (.wp-block-heading)
     - List          (.wp-block-list)
     - Image         (.wp-block-image)
     - Gallery       (.wp-block-gallery)
     - Table         (.wp-block-table)

   Note: Do not remove these overrides — they prevent Gutenberg's default
   spacing and border styles from breaking the theme layout.
============================================================================= */
.wp-block-heading {
    margin-bottom: 5px;
}

.wp-block-list {
    margin-bottom: 15px;
}

.wp-block-image .aligncenter {
	margin-top: 30px;
	margin-bottom: 30px;
}

figure.wp-block-gallery.has-nested-images {
    margin: 30px 0;
}

.wp-block-table {
    text-align: left;
}

.wp-block-table td,
.wp-block-table th {
    border: 1px #ddd solid;
}

/* =============================================================================
   Admin Notice — visible to logged-in users only when no image is set
   -----------------------------------------------------------------------------
   Displayed inside .section-advertising when no advertising image has been
   configured. Uses a warm yellow tone to indicate a non-critical warning.
============================================================================= */
.section-advertising--notice {
	background-color: #fff8e1;
	border-top: 2px solid #ddd;
	border-bottom: 2px solid #ddd;
	padding: 40px 0;
}

.section-advertising__notice {
	font-size: 16px;
	line-height: 1.6;
	color: #7a5c00;
	margin: 0;
}
