.itc-youtube-block {
    margin: 20px 0;
    padding: 15px;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    text-align: center;
}

.itc-youtube-title {
    margin-top: 0;
    font-weight: bold;
    color: #333333;
}

.itc-youtube-link {
    text-decoration: none;
    color: #ff0000;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.itc-youtube-link:hover {
    color: #cc0000;
    text-decoration: none;
}

.itc-youtube-icon {
    width: 35px;
    height: 35px;
    fill: currentColor;
}