.watch-movie-section {
    background: #191c33;
    padding: 25px;
    border-radius: 12px;
    margin-bottom: 30px;
    color: #ffffff;
    font-family: inherit;
}

.wm-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.wm-header h4 {
    font-size: 1.3rem;
    font-weight: 700;
    margin: 0;
}

.edit-services {
    color: #7b61ff !important;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.75rem;
    text-transform: uppercase;
}

.wm-status-row {
    display: flex;
    justify-content: space-between;
    text-align: center;
    margin: 30px 0;
}

.wm-status-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
}

.wm-icon-circle {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #2a2d45;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    border: 2px solid #333652;
    margin-bottom: 10px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.wm-icon-circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wm-status-item.active .wm-icon-circle {
    border-color: #7b61ff;
    box-shadow: 0 0 15px rgba(123, 97, 255, 0.4);
}

.wm-label {
    font-size: 0.8rem;
    font-weight: 600;
}

.wm-sublabel {
    font-size: 0.7rem;
    color: #a1a0a1;
    margin-top: 2px;
}

.wm-provider-item {
    display: flex;
    align-items: center;
    background: #23263d;
    padding: 12px 15px;
    border-radius: 10px;
    margin-bottom: 12px;
    transition: background 0.2s ease;
}

.wm-provider-item:hover {
    background: #2a2d45;
}

.p-logo {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    margin-right: 15px;
}

.p-info {
    flex-grow: 1;
}

.p-name {
    font-size: 0.9rem;
    font-weight: 700;
}

.p-price {
    font-size: 0.75rem;
    color: #a1a0a1;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

.p-lang {
    font-style: normal;
    font-size: 0.65rem;
    color: #80818d;
    opacity: 0.9;
}

.wm-watch-btn {
    background: transparent;
    border: 1px solid rgba(255,255,255,0.2);
    color: #ffffff !important;
    padding: 6px 15px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    text-decoration: none;
    display: flex;
    align-items: center;
    transition: all 0.2s ease;
}

.wm-watch-btn i {
    margin-right: 5px;
}

.wm-watch-btn:hover {
    background: #7b61ff;
    border-color: #7b61ff;
}
