
.single-banner {
    width: 100%;
    max-height: 480px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    position: relative;
}

.single-banner-img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    display: block;
}

.single-title {
    font-size: clamp(28px, 4vw, 42px);
    line-height: 1.2;
    margin: 8px 0 12px;
}

.single-meta {
    font-size: 14px;
    color: #6b6b6b;
}


.single-layout {
        display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: flex-start;
    padding-bottom: 60px;
    justify-content: space-between;
}

.single-content-col {
    flex: 1 1 60%;
    max-width: 60%;
}

.single-sidebar-col {
    flex: 1 1 35%;
    max-width: 33%;
    display: flex;
    flex-direction: column;
    position: sticky;
    top: 24px;
}

@media (max-width: 900px) {
    .single-content-col,
    .single-sidebar-col {
        max-width: 100%;
        flex: 1 1 100%;
    }

    .single-sidebar-col {
        position: static;
        flex-direction: row;
        flex-wrap: wrap;
    }
}

.single-share-box {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px;
    background: #f7f7f7;
    border-radius: 8px;
}

.single-share-title {
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 6px;
}


.single-share-btn:hover {
    opacity: 0.85;
}
.share-item{
    display: flex;
    align-items: center;
}

.single-share-btn {
font-family: 'Poppins';
font-style: normal;
font-weight: 500;
font-size: 15px;
line-height: 130%;
letter-spacing: -0.03em;
color: #222431;
flex: none;
order: 0;
flex-grow: 1;
    text-align: left;
}


.single-suggested-post {
    padding: 20px;
    background: #f7f7f7;
    border-radius: 8px;
}

.single-suggested-title {
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 12px;
}

.single-suggested-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.single-suggested-thumb img {
    width: 100%;
    height: auto;
    border-radius: 6px;
    margin-bottom: 10px;
}

.single-suggested-post-title {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
}


.single-latest-posts {
    padding: 40px 0 60px;
    border-top: 1px solid #eaeaea;
}

.single-latest-posts-title {
    font-size: 24px;
    margin-bottom: 24px;
}

.single-latest-posts-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

@media (max-width: 768px) {
    .single-latest-posts-grid {
        grid-template-columns: 1fr;
    }
}

.single-latest-post-card {
    border-radius: 8px;
    overflow: hidden;
}

.single-latest-post-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.single-latest-post-thumb img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
    border-radius: 6px;
    margin-bottom: 10px;
}

.single-latest-post-title {
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 4px;
}

.single-latest-post-date {
    display: block;
    font-size: 13px;
    color: #6b6b6b;
}
.single-category {
font-family: 'Poppins';
font-style: normal;
font-weight: 500;
font-size: 13px;
line-height: 140%;
letter-spacing: 0.04em;
text-transform: uppercase;
flex: none;
order: 0;
flex-grow: 0;
color: #F36E3A;
}
.single-meta {
 font-family: 'Poppins';
font-style: normal;
font-weight: 500;
font-size: 13px;
line-height: 140%;
letter-spacing: 0.04em;
text-transform: uppercase;
flex: none;
order: 0;
flex-grow: 0;
}
.single-entry-content {
font-family: 'Poppins';
font-style: normal;
font-weight: 400;
font-size: 15px;
line-height: 150%;
flex: none;
order: 0;
align-self: stretch;
flex-grow: 0;
    text-wrap: wrap;
    white-space: normal;
overflow-wrap: break-word;
}
.share-item{
    gap: 10px;
    
}
.single-share-btn 
{
    text-decoration: none;
}
.share-icon{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 10px;
    width: 34px;
    height: 34px;
    flex: none;
    order: 0;
    flex-grow: 0;
    background: #E5E6E9;
    border-radius: 100px;
    justify-content: center;
}

.single-suggested-title {
font-family: 'Poppins';
font-style: normal;
font-weight: 600;
font-size: 20px;
line-height: 130%;
letter-spacing: -0.03em;
color: #222431;
flex: none;
order: 0;
flex-grow: 1;
border-top: 1px solid #e0e0e0;
    padding-top: 24px;
}

.single-suggested-link{
    padding: 10px;
    border: 4px double #D1CFD3;
    border-radius: 10px;
}
.single-suggested-post-title {
width: 336px;
height: 66px;
font-family: 'Poppins';
font-style: normal;
font-weight: 600;
font-size: 17px;
line-height: 130%;
letter-spacing: -0.03em;
color: #222431;
flex: none;
order: 1;
align-self: stretch;
flex-grow: 0;

}
.single-suggested-title {
font-family: 'Poppins';
font-style: normal;
font-weight: 600;
font-size: 20px;
line-height: 130%;
letter-spacing: -0.03em;
color: #222431;
flex: none;
order: 0;
flex-grow: 1;

}

.resources-card-title {
font-family: 'Poppins';
font-style: normal;
font-weight: 600;
font-size: 17px;
line-height: 130%;
/* ou 22px */
letter-spacing: -0.03em;

color: #222431;

flex: none;
order: 1;
align-self: stretch;
flex-grow: 0;

}

.resources-card-cat {
font-family: 'Poppins';
font-style: normal;
font-weight: 500;
font-size: 13px;
line-height: 140%;
letter-spacing: 0.04em;
text-transform: uppercase;
flex: none;
order: 0;
flex-grow: 0;
color: #F36E3A;
}
.resources-card-excerpt {
font-family: 'Poppins';
font-style: normal;
font-weight: 400;
font-size: 15px;
line-height: 150%;
flex: none;
order: 0;
flex-grow: 1;

}
.resources-card{
border: 4px double #D1CFD3}
.resources-card img {
   
    box-sizing: border-box;
    border-radius: 10px!important;
    height: 220px;
}
.resources-card-tag {
padding: 6px 16px;
gap: 6px;
background: linear-gradient(0deg, rgba(255, 255, 255, 0.89), rgba(255, 255, 255, 0.89)), #F04E30;
border: 1px solid rgba(186, 115, 102, 0.58);
border-radius: 40px;
font-family: 'Poppins';
font-style: normal;
font-weight: 500;
font-size: 12px;
line-height: 140%;
letter-spacing: 0.04em;
    color: #F04E30
    
}
.resources-card-tags{
   display: flex;
    flex-wrap: wrap;
    gap:8px;
      margin:24px 0;
}

.resources-card-cta {
font-family: 'Poppins';
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 130%;
letter-spacing: -0.01em;
color: #F7F5F5;
flex: none;
order: 0;
flex-grow: 0;
display: flex;
flex-direction: row;
align-items: center;
padding: 14px 26px;
gap: 14px;
width: 100px;
background: #222431;
border-radius: 7px;
flex: none;
order: 1;
flex-grow: 0;
margin-top: 30px;
position: absolute;
    bottom: 25px;
}
.resources-card {
    position: relative;
}

.resources-card-cta-area {
    height: 80px;
}
.resources-card-excerpt {
    white-space: normal;
overflow-wrap: break-word;
}
.single-latest-posts-grid img{
    max-width: 100%;
    margin-bottom: 24px;
    
}

a.resources-card   {
    text-decoration: none;
}

.resources-card {
    padding: 10px;
}
.resources-card .resources-card-excerpt {
    color: #000;
}
.resources-card {
    border-radius: 10px;
}
.resources-card .resources-card-content {
    padding: 0 16px;
}
.single-latest-posts-title {
font-family: 'Poppins';
font-style: normal;
font-weight: 600;
font-size: 26px;
line-height: 130%;
letter-spacing: -0.03em;
color: #222431;
flex: none;
order: 0;
flex-grow: 1;
}
.resources-card-content {
    padding: 0 16px;
}
.single-entry-content span a {
    color: #222431;
    font-weight: 600;
}
.single-title {
    width: 80%;
}

.single-entry-content h6 a {
      color: #222431;
    font-weight: 600;
}
.single-latest-posts-grid .resources-card-cta{
    bottom: 30px;
}

.resources-card-cta:hover {
     background: #F36E3A;
}
.resources-card-cta{
    transition: 0.2s;
}
.single-banner {
    position: relative;
    width: 100%;
    background-image: url('https://iptglobal.com/wp-content/uploads/2026/08/banner-single-post.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 40px 40px;
    
}
.single-banner{
    box-sizing: border-box;
}

.single-banner-inner {
    width: 100%;
    max-width: 900px;
}

.single-banner-img {
    display: block;
    width: 100%;
    max-width: 900px;
    height: 322px;
    object-fit: cover;
    border-radius: 34px;
}

/* Responsivo */
@media (max-width: 991px) {
    .single-banner-img {
        height: 260px;
    }
}

@media (max-width: 600px) {
    .single-banner {
        background-attachment: scroll;
        padding: 24px 16px;
    }
    .single-banner-img {
        height: 200px;
    }
}

@media (max-width: 400px) {
    .single-banner-img {
        height: 160px;
    }
}


.single-meta{
    margin-bottom: 25px;
}

.single-layout {
    padding: 50px 45px;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
}


.single-header {
     padding:50px 45px;
    border-left: 1px solid #e0e0e0; 
      border-right: 1px solid #e0e0e0;
}

.site-header {
       border-bottom: 1px solid #e0e0e0; 
}
.single-latest-posts {
     padding: 50px 45px;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
}
.single-suggested-link {
    position: relative;
}
h2 strong {
width: 778px;
height: 146px;
font-family: 'Poppins';
font-style: normal;
font-weight: 600;
font-size: 20px;
line-height: 150%;
flex: none;
order: 10;
align-self: stretch;
flex-grow: 0;
    color: #F36E3A;
}
h3 strong {
    width: 778px;
height: 146px;
font-family: 'Poppins';
font-style: normal;
font-weight: 600;
font-size: 20px;
line-height: 150%;
flex: none;
order: 10;
align-self: stretch;
flex-grow: 0;
    color: #F36E3A;
}
h4 strong {
    width: 778px;
height: 146px;
font-family: 'Poppins';
font-style: normal;
font-weight: 600;
font-size: 20px;
line-height: 150%;
flex: none;
order: 10;
align-self: stretch;
flex-grow: 0;
    color: #F36E3A;
}
@media(max-width:901px){
    .single-header{
    padding: 16px;
    margin: 0 20px;
}
.single-layout {
        padding: 16px;
    margin: 0 20px;
}
.single-share-box{
    padding:0px  0px 20px 0px;
}
.single-suggested-post{
    padding: 0px;  
}
.single-latest-posts{
           padding: 16px;
    margin: 0 20px; 
}
}