.youtube-embed-container-wrapper {
    margin: 0 auto;
    width: 100%;
}
.youtube-embed-item {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
}
.youtube-video-title {
    font-family: Unna;
    text-align: center;
    text-transform: none;
    line-height: 36px;
    letter-spacing: 0px;
    font-weight: 700;
    font-style: normal;
    color: #222222;
    font-size: 30px;
}
.youtube-video-title::after {
    content: '';
    display: block;
    width: 56px;
    height: 12px;
    background-image: url('https://konradwaszczyk.pl/wp-content/uploads/2025/05/sygnecik-logo.png');
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 10px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
}

.youtube-video-title a:hover {
    text-decoration: underline;
}
.youtube-author-credit {
    font-family: Mulish !important;
	text-align: center;
    text-transform: uppercase !important;
    line-height: 26px !important;
    letter-spacing: 3px !important;
    font-weight: 600 !important;
    font-style: normal !important;
    color: #222222 !important;
    font-size: 9px !important;
}
.youtube-embed-responsive-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    margin-bottom: 10px;
}
.youtube-embed-responsive-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.youtube-embed-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}