.love-stoveshield {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    max-width: 1400px;
    margin: 0 auto;
    padding: 64px 30px;
}

.love-stoveshield__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Title styles */
.stoveshield-title {
    margin-bottom: 30px;
    text-align: center;
}

.stoveshield-title h4 {
    font-size: 32px;
    font-weight: 700;
    color: #333;
    margin: 0;
    line-height: 1.2;
}
.rll-youtube-player{
    height: 100% !Important;
}
.title-line-1 {
    margin-bottom: 5px;
}
.title-line-2 {
    display: block;
    font-size: 32px;
    font-weight: 700;
    color: #333;
    margin-top: .5rem;
    line-height: 1.2;
}
.title-line-3 {
    display: flex;
    align-items: baseline;
    gap: 15px;
    justify-content: center;
    position: relative;
    padding-bottom: 1rem;
    margin-top: 1rem;
}

.title-line-3::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
    height: 3px;
    background: linear-gradient(90deg, #ffb800 0%, rgba(255, 184, 0, 0) 100%);
}

.title-part-1, .title-part-2 {
    font-size: 32px;
    font-weight: 700;
    color: #333;
    line-height: 1.2;
}

.title-top {
    font-size: 32px;
    font-weight: 700;
    color: #333;
    position: relative;
}


.love-stoveshield__quote {
    font-size: 20px;
    font-style: italic;
    color: #666;
    padding-left: 20px;
    margin: 0;
    line-height: 1.6;
    background: rgba(255, 215, 0, 0.1);
    padding: 2rem;
    border-radius: 12px;
}

.love-stoveshield__video {
    position: relative;
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.love-stoveshield__video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 12px;
}

/* Editor Styles */
.wp-block-my-theme-love-stoveshield {
    margin: 0;
}


@media (min-width: 1201px) {
    .love-stoveshield {
        height: 500px;
    }
}


/* Responsive Styles */

@media screen and (min-width: 480px) and (max-width: 1024px) {
     .love-stoveshield {
           padding: 20px 32px 40px 32px;
           
     }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    display: grid;
grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 1024px) {
    .love-stoveshield {
        gap: 30px;
    }

    .stoveshield-title h4,
    .title-part-1,
    .title-part-2,
    .title-line-2 {
        font-size: 30px;
    }
    
    .title-top {
        font-size: 30px;
    }

    /* .love-stoveshield__video {
        padding-top: 56.25%;
    } */
}

@media screen and (max-width: 768px) {
  
    .love-stoveshield {
        grid-template-columns: 1fr;
     }
    .stoveshield-title h4,
    .title-part-1,
    .title-part-2,
    .title-line-2{
        font-size: 24px;
    }
    
    .title-top {
        font-size: 24px;
    }
    
    .love-stoveshield__quote {
        font-size: 16px;
    }
}

@media screen and (max-width: 480px) {
     
    .love-stoveshield {
        padding: 10px 16px 30px 16px;
    }
    .love-stoveshield{
        gap: 20px;
        }
    .title-line-3 {
        flex-wrap: wrap;
        gap: 10px;
        margin-top: .5rem;
    }
    
    .stoveshield-title h4,
    .title-part-1,
    .title-part-2,
    .title-line-2 {
        font-size: 24px;
    }
    
    .title-top {
        font-size: 24px;
    }
}