/**
 * Theme Name:     Blocksy Child Ula
 * Author:         CreativeThemes Ula
 * Template:       blocksy
 * Text Domain:	   blocksy-child-ula
 * Description:    Blocksy is a fast, modern WordPress theme with advanced WooCommerce support and full compatibility with the block editor.
 */
#map {
  width: 100%;
  height: 0;
  padding-bottom: 100%; /* Enforces 1:1 aspect ratio */
  position: relative;
  margin: 10px 0;
}
#map object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid black;
  border-radius: 4px;
}   


.archive-posts-container {
    clear: both;
    margin-bottom:50px !important;
	border: 2px solid #000;
	min-height: 100vh; /* Ensures enough height */
    overflow: hidden;
}

.container {
  border: 2px solid #000;
  padding: 10px;
  margin: 10px;
}

/**
.category-plenum {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 300px; /* Adjust as needed 
}
.category-plenum .entry-title {
    text-align: center;
    margin: 0;
	content: "";
    display: block;
}
*/


/**
.tagged-post h2,
.tagged-post p {
    margin-bottom: 20px;
}  
*/