.tvg-9d6e93f4-container {
    width: 100%;
}

.tvg-9d6e93f4-search-wrapper {
    margin-bottom: 20px;
}

.tvg-9d6e93f4-search-input {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 15px;
}

.tvg-9d6e93f4-tablist {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 30px;
    border-bottom: 2px solid #ddd;
}

.tvg-9d6e93f4-tab {
    display: inline-flex;
    align-items: center;
    border: none;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s ease;
    border-radius: 5px 5px 0 0;
}

.tvg-9d6e93f4-tab-icon {
    margin-right: 8px;
    display: inline-flex;
    align-items: center;
}

.tvg-9d6e93f4-grid {
    display: grid;
    width: 100%;
}

.tvg-9d6e93f4-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: all 0.3s ease;
}

.tvg-9d6e93f4-thumb-wrapper {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio */
    background-color: #000;
    overflow: hidden;
}

.tvg-9d6e93f4-thumb-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.tvg-9d6e93f4-card:hover .tvg-9d6e93f4-thumb-img {
    transform: scale(1.05);
}

.tvg-9d6e93f4-play-btn {
    position: absolute;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: 68px !important;
    height: 48px !important;
    background: #ff0000 !important;
    border: none !important;
    border-radius: 12px !important;
    cursor: pointer !important;
    z-index: 10 !important;
    transition: background 0.3s !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3) !important;
}

.tvg-9d6e93f4-play-btn::after {
    content: '' !important;
    display: block !important;
    width: 0 !important;
    height: 0 !important;
    border-style: solid !important;
    border-width: 9px 0 9px 15px !important;
    border-color: transparent transparent transparent #ffffff !important;
    margin-left: 3px !important; /* visually center the triangle */
}

.tvg-9d6e93f4-play-btn:hover {
    background: #cc0000 !important;
}

.tvg-9d6e93f4-iframe-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.tvg-9d6e93f4-iframe-container iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.tvg-9d6e93f4-card-content {
    padding: 15px 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.tvg-9d6e93f4-card-title {
    margin: 0;
    font-size: 16px;
    line-height: 1.4;
}

.tvg-9d6e93f4-card-title a {
    text-decoration: none;
    border-bottom: 2px solid transparent;
}

.tvg-9d6e93f4-card-title a:hover {
    text-decoration: none;
}

.tvg-9d6e93f4-btn {
    display: inline-block;
    align-self: flex-start;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    border-radius: 0; /* Default square look, customizable via control settings */
    border: 1px solid transparent;
    transition: all 0.3s ease;
}
