.brandcore-single-post {
    
}
.brandcore-single-post h2 {
    font-size: 2rem;
    margin-bottom: 16px;
    color: #1a202c;
}
.brandcore-single-post h3 {
    font-size:36px;
}
.brandcore-single-post img {
    max-width: 100%;
    height: auto;
    margin-bottom: 16px;
    border-radius: 4px;
}
.brandcore-single-post p {
    color: #333;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 120%;
} 

.brandcore-single-post .p3{
    padding:20px;
}
.brandcore-single-post .pr-100{
    padding-right: 100px;
}
.brandcore-single-post .rounded{
    border-radius:20px;
}
.brandcore-single-post .w-100{
    width:100%;
}

.brandcore-single-post .pr-5{
    padding-right:30px;
}

.brandcore-single-post .header > *,.brandcore-post-list .header > * {
    display: inline-block;
    padding: 8px 18px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 30px;
    border: 1.5px solid transparent;
    background-clip: padding-box;
    position: relative;
    text-align: center;
    text-decoration: none;
    margin-bottom: 0px;
    letter-spacing: 4px;
}

.brandcore-single-post .header > *{
    color: #000;
    background-color: #f2f4f4;
}
.brandcore-post-list .header > * {
    color: #000;
    background-color: #fff;
}

.brandcore-single-post .header,.brandcore-post-list .header {
  border-radius: 30px;
  background: linear-gradient(to top, #2ecc71, #3498db); /* green to blue */
  display:inline-block;
  margin-bottom:20px;
}


.brandcore-single-post .read-more-btn {
    background-color: #0071c5;
    color: #fff;
    font-weight: bold;
    padding: 12px 40px;
    border: none;
    border-radius: 999px;
    font-size: 1rem;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    transition: background 0.3s ease;
    text-decoration: none !important;
    margin-top: 10px;
}

.brandcore-single-post .read-more-btn:hover {
  background-color: #005fa3;      /* darker blue on hover */
}

/* Responsive tweaks */
@media (max-width: 768px) {
 
}

@media (max-width: 480px) {
  
}

.brandcore-post-list {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-bottom: 32px;
}
.brandcore-post-list-item {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
}
.brandcore-post-list-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.brandcore-post-list-thumb {
    margin-bottom: 16px;
    border-radius: 8px;
}
body .brandcore-post-list-thumb img{
    border-radius: 20px;
}
body .brandcore-post-list-title {
    font-size: 1.3rem;
    margin-bottom: 10px;
    color: #0072BC;
}
.brandcore-post-list-excerpt {
    flex: 1 1 auto;
    font-size: 1rem;
    color: #444;
    margin-bottom: 16px;
}
body .brandcore-post-list-card .elementor-button {
    align-self: flex-start;
    border: 2px solid #0074bc;
    color: #0074bc;
    background: transparent;
    font-weight: bold;
    font-size: 1.1rem;
    padding: 8px 24px;
    border-radius: 2px;
    transition: background 0.2s, color 0.2s;
    box-shadow: none;
    text-decoration:none;
}
.brandcore-post-list-card .elementor-button:hover,
.brandcore-post-list-card .elementor-button:focus {
    background: #e6f2fa;
    color: #005a99;
    border-color: #005a99;
    text-decoration: none;
}
body .brandcore-post-list-date {
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 14px;
} 
body .brandcore-post-list .elementor-row {
    display: flex;
    column-gap: 20px;
    
}

body .brandcore-post-list .elementor-section .elementor-container.brandcore-posts {
    flex-wrap: wrap;
    gap: 40px;
}

body .brandcore-post-list .elementor-section .elementor-container.brandcore-posts .elementor-column {
  width: calc(33.333% - 26.666px); /* adjusted for 40px gap */
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  body .brandcore-post-list .elementor-section .elementor-container.brandcore-posts .elementor-column {
    width: 100%;
    margin-bottom:30px;
  }
}
body .brandcore-single-post .brandcore-single-post-image{
    display: flex;
      align-items: center; /* vertical */
      justify-content: center; /* horizontal (optional) */
      height: 100%; /* or set a fixed height */
}