.youtube-video-widget {
    max-width: 560px;
    margin: 0 auto;
}

.youtube-heading {
    margin-bottom: 10px;
    font-size: 24px;
}

.youtube-subheading {
    margin-bottom: 20px;
    font-size: 16px;
    color: #666;
}

.youtube-video-widget h3 {
    margin-bottom: 15px;
    font-size: 1.2em;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video-container.video-ratio-9-16 {
    padding-bottom: 177.78%; /* 9:16 ratio */
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.youtube-gallery {
    display: grid;
    gap: 15px;
    margin-bottom: 20px;
}

.gallery-item img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.gallery-item p {
    margin: 5px 0;
    font-size: 0.9em;
    text-align: center;
}

.pagination {
    text-align: center;
    margin-top: 20px;
}

.pagination button {
    padding: 8px 15px;
    margin: 0 5px;
    background-color: #0073aa;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.pagination button:hover {
    background-color: #005d87;
}

.subscribe-button {
    display: inline-flex;
    align-items: center;
    padding: 10px 20px;
    background-color: #ff0000;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 10px;
    text-decoration: none;
}

.subscribe-button:hover {
    background-color: #cc0000;
}

.bell-icon {
    margin-right: 5px;
}

.subscriber-count {
    font-size: 1em;
    margin-top: 10px;
    color: #333;
}

.youtube-settings-wrap {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
}

.theplus-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.theplus-logo {
    display: flex;
    align-items: center;
}

.theplus-logo h2 {
    margin: 0 10px;
    font-size: 1.5em;
}

.theplus-free {
    background: #00d1b2;
    color: white;
    padding: 2px 10px;
    border-radius: 3px;
    font-size: 0.9em;
}

.theplus-welcome img {
    border-radius: 50%;
    margin-right: 10px;
}

.theplus-welcome h3 {
    margin: 0;
}

.theplus-sidebar ul {
    list-style: none;
    padding: 0;
}

.theplus-sidebar ul li {
    padding: 10px;
    background: #f1f1f1;
    margin-bottom: 5px;
    border-radius: 5px;
    cursor: pointer;
}

.theplus-sidebar ul li.active {
    background: #0073aa;
    color: white;
}

.theplus-main {
    background: white;
    padding: 20px;
    border-radius: 5px;
}

.guide-list {
    list-style-type: decimal;
    padding-left: 20px;
}

.sub-list {
    list-style-type: disc;
    padding-left: 20px;
}

.note {
    color: #dc3232;
    font-style: italic;
}