/* 公共样式，应用于短剧查询页面 */
.shortdrama-page body {
    font-family: Arial, sans-serif;
}

.shortdrama-page a {
    text-decoration: none;
    color: #0073aa;
}

.shortdrama-page a:hover {
    color: #005a87;
}

/* 短剧查询页面样式 */
.shortdrama-page form {
    margin: 20px 0;
}

.shortdrama-page input[type="text"] {
    width: 100% !important;
    padding: 10px !important;
    margin: 10px 0 !important;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
}

.shortdrama-page button {
    width: 100% !important;
    padding: 5px !important;
    border: none !important;
    border-radius: 5px !important;
    background-color: #007bff !important;
    color: #fff !important;
    font-size: 16px !important;
    cursor: pointer !important;
    transition: background-color 0.3s ease !important;
}

.shortdrama-page button:hover {
    background-color: #005a87 !important;
}

.shortdrama-page ul {
    list-style: none;
    padding: 0;
}

.shortdrama-page li {
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.shortdrama-page a {
    color: #0073aa;
    text-decoration: none;
}

.shortdrama-page a:hover {
    text-decoration: underline;
}
