/* 提取頁面專用樣式 */
.getres-form {
    padding: 30px;
    background: #f8f9fa;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

#resultContent {
    white-space: pre-wrap;
    word-break: break-all;
    background: #f8f9fa;
    padding: 15px;
    border-radius: 5px;
    max-height: 60vh;
    overflow-y: auto;
}

.modal-title {
    font-weight: bold;
    color: #333;
}

#copyBtn {
    float: left;
}