/*
Theme Name: Pensacola Hoops
Theme URI: https://jsmcorp.com/
Author: Jump Start Marketing, Inc.
Author URI: https://jsmcorp.com
Description: This theme was developed for Innisfree Hotels Beach Basketball Tournament and provides custom functionality and design for their needs. 
Version: 0.1

*/
h1.entry-title{text-align: center;}
h1{font-weight: 600;}
.wp-block-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
}
.wp-block-gallery figure.wp-block-image {
  flex: 0 0 calc(25% - 16px); /* 4 columns */
  box-sizing: border-box;
  margin: 0;
}

.btn-danger {
    background-color: #eb721b !important;
    border: none;
}

.wp-block-gallery figure.wp-block-image img {
  width: 100%;
  height: 300px; /* force consistent height */
  object-fit: contain; /* adjust to 'cover' if you prefer full coverage */
  border: 1px solid #ccc;
  padding: 5px;
  background: #fff;
}
.container.content-box {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.wp-block-image {
    max-width: 50%;
    float: right;
}



.wp-block-gallery figure.wp-block-image {
  flex: 0 0 calc(25% - 16px);
}

/* ✅ Fix for normal column layouts – let them flow naturally again */
.wp-block-columns .wp-block-column {
  flex: 1 1 33.33%;
  box-sizing: border-box;
  padding: 10px;
}
.content-box h1 {
    text-align: center;
}