/* GRACE Page Styles */

.grace-section .section-title {
    margin-bottom: 60px;
}

.grace-box {
    max-width: 875px;
    width: 100%;
    margin: 0 auto;
}

.grace-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}

.grace-header h2 {
    margin: 0;
    line-height: 1.3;
    word-break: break-word;
}

.grace-header .download-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    font-weight: 500;
}

.grace-content {
    margin-top: 12px;
}

.grace-viewer {
    width: 100%;
    min-height: 124vh;
    max-height: 144vh;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    background-color: #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
    padding: 12px;
    overflow-y: auto;
    overflow-x: hidden;
}

@media (max-width: 768px) {
    .grace-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .grace-viewer {
        min-height: 60vh;
        max-height: 75vh;
    }
}

.grace-loading {
    margin-top: 12px;
    color: #666666;
    font-size: 0.95rem;
}

.grace-page {
    margin: 0 auto 24px;
}

.grace-canvas {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    background: #ffffff;
    border: 1px solid #f0f0f0;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.04);
    image-rendering: optimizeQuality;
}
