/* CDGEO Reader Mode Styles */

.cdgeo-reader-card {
    background: #ffffff;
    border: 1px solid #dcdcdc;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    overflow: hidden;
}

.cdgeo-reader-header {
    background: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
    padding: 12px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.cdgeo-reader-title {
    font-size: 1.05rem;
    color: #2c3e50;
}

.cdgeo-reader-actions a,
.cdgeo-reader-actions button {
    text-decoration: none !important;
    font-size: 13px !important;
    padding: 4px 10px !important;
    border-radius: 4px !important;
    cursor: pointer;
}

.cdgeo-reader-body {
    padding: 24px 28px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Georgia, serif;
    line-height: 1.7;
    color: #2c3e50;
    max-height: 600px;
    overflow-y: auto;
    background: #fafafa;
}

.cdgeo-reader-body h1 {
    font-size: 1.6rem;
    color: #1a252f;
    border-bottom: 2px solid #0d6efd;
    padding-bottom: 6px;
    margin-top: 20px;
    margin-bottom: 15px;
}

.cdgeo-reader-body h2 {
    font-size: 1.3rem;
    color: #2c3e50;
    margin-top: 18px;
    margin-bottom: 10px;
}

.cdgeo-reader-body blockquote {
    background: #eef7ff;
    border-left: 4px solid #0d6efd;
    margin: 15px 0;
    padding: 10px 15px;
    font-style: italic;
    color: #495057;
}

.cdgeo-reader-body em {
    color: #6c757d;
}
