.jk-gulmovie-report-container {
    display: flex;
    flex-direction: column;
    width: 95%;
    max-width: 1000px;
    margin: 60px auto;
    background: transparent;
    border-radius: 0;
    overflow: visible;
    box-shadow: none;
}

@media (min-width: 768px) {
    .jk-gulmovie-report-container {
        flex-direction: row;
    }
}

 
.jk-gulmovie-report-text-section {
    flex: 1;
    padding: 25px;
    background: transparent;
    border-right: 2px solid var(--border-color);
}

.jk-gulmovie-report-text-section h2 {
    font-size: 26px;
    margin-bottom: 15px;
    color: var(--black-color);
    font-family: 'Righteous', sans-serif;
}

.jk-gulmovie-report-text-section p {
    font-size: 15px;
    line-height: 1.7;
    opacity: .85;
    margin-bottom: 12px;
    color: var(--black-color);
}

.jk-gulmovie-report-text-section ul {
    padding-left: 18px;
    margin: 10px 0 18px;
}

.jk-gulmovie-report-text-section ul li {
    font-size: 14px;
    margin-bottom: 8px;
    color: var(--black-color);
}

 
.jk-gulmovie-report-form-section {
    flex: 1;
    padding: 25px;
    background: transparent;
}

.jk-gulmovie-report-form-section h2 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 22px;
    color: var(--black-color);
    font-family: 'Righteous', sans-serif;
}

.jk-gulmovie-report-form-section label {
    display: block;
    margin-bottom: 6px;
    font-size: 14px;
    color: var(--black-color);
    font-family: 'Righteous', sans-serif;
}

 
.jk-gulmovie-report-form-section input[type="text"],
.jk-gulmovie-report-form-section textarea {
    width: 100%;
    padding: 14px;
    margin-bottom: 18px;
    border: 1px solid var(--border-color);
    border-radius: 8px;
    background: transparent;
    font-size: 14px;
    color: var(--black-color);
    box-shadow: none;
}

.jk-gulmovie-report-form-section input[type="text"]:focus,
.jk-gulmovie-report-form-section textarea:focus {
    outline: 2px solid #ff0000;
}

 
.jk-gulmovie-report-button-group {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.jk-gulmovie-report-radio {
    display: none;
}

.jk-gulmovie-report-button-group label {
    flex: 1;
    padding: 12px;
    border-radius: 8px;
    border: 2px solid var(--border-color);
    text-align: center;
    cursor: pointer;
    transition: .25s;
    font-family: 'Righteous', sans-serif;
    color: var(--black-color);
}

.jk-gulmovie-report-button-group label:hover {
    background: var(--border-color);
    color: var(--white-color);
}

.jk-gulmovie-report-radio:checked + label {
    background: #ff0000;
    color: var(--white-color);
}

 
.jk-gulmovie-report-form-section button[type="submit"] {
    width: 100%;
    padding: 14px;
    border-radius: 8px;
    border: none;
    background: #ff0000;
    color: var(--white-color);
    font-size: 16px;
    cursor: pointer;
    font-family: 'Righteous', sans-serif;
    transition: .25s;
}

.jk-gulmovie-report-form-section button[type="submit"]:hover {
    background: #b80000;
}

 
.jk-gulmovie-report-error {
    margin-top: 20px;
    text-align: center;
    color: var(--black-color);
    font-family: 'Righteous', sans-serif;
}

 
@media (max-width: 768px) {
    .jk-gulmovie-report-text-section {
        border-right: none;
        border-bottom: 2px solid var(--border-color);
    }
}
