.cmsg-trailer-studio {
    padding: 24px;
    background: #111;
    color: #fff;
    border-radius: 16px;
    margin-top: 20px;
}

.cmsg-trailer-studio h2 {
    margin-top: 0;
    font-size: 28px;
}

.cmsg-trailer-studio p {
    color: #ccc;
}

.cmsg-trailer-studio label {
    display: block;
    margin-top: 14px;
    margin-bottom: 6px;
    font-weight: 700;
}

.cmsg-trailer-studio input,
.cmsg-trailer-studio select {
    width: 100%;
    padding: 13px;
    border-radius: 8px;
    border: 1px solid #444;
    background: #fff;
    color: #111;
}

#cmsg_generate_trailer_btn {
    margin-top: 18px;
    background: #d62828;
    color: #fff;
    border: none;
    padding: 15px 20px;
    border-radius: 10px;
    cursor: pointer;
    font-weight: 700;
    font-size: 16px;
}

#cmsg_generate_trailer_btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

#cmsg_trailer_status {
    margin-top: 18px;
    padding: 12px;
    background: #222;
    border-radius: 8px;
    white-space: pre-wrap;
}

#cmsg_trailer_preview {
    width: 100%;
    margin-top: 20px;
    border-radius: 12px;
    background: #000;
}

.cmsg-trailer-download-btn {
    display: inline-block;
    margin-top: 18px;
    background: #fff;
    color: #111;
    padding: 12px 18px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
}
