/* VoxyPreview Stylesheet */

body {
    font-family: 'Courier New', monospace;
    background-color: #f5f5f5;
    color: #333333;
    padding: 40px;
    line-height: 1.8;
}

.container {
    max-width: 700px;
    margin: 0 auto;
    background-color: #ffffff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

h1 {
    color: #d63050;
    margin-bottom: 30px;
    font-size: 1.5em;
}

/* Field Styles */
.field {
    padding: 10px 0;
    border-bottom: 1px solid #e0e0e0;
}

.field:last-child {
    border-bottom: none;
}

.field-name {
    color: #0a7b6e;
}

.field-value {
    color: #c77a00;
}

.no-data {
    color: #888;
    font-style: italic;
}

/* Section Divider */
.section-divider {
    border: none;
    border-top: 1px solid #e0e0e0;
    margin: 20px 0;
}

/* Color Section */
.color-details {
    margin-top: 8px;
    margin-left: 20px;
    font-size: 0.9em;
}

.color-label {
    color: #666;
}

.color-swatch {
    width: 50px;
    height: 50px;
    margin-top: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

/* Icon Section */
.icon-details {
    margin-top: 8px;
    margin-left: 20px;
    font-size: 0.9em;
}

.icon-label {
    color: #666;
}

.icon-image {
    width: 100px;
    height: 100px;
    margin-top: 8px;
    /* border: 1px solid #ccc; */
    border-radius: 4px;
    object-fit: contain;
    background-color: #f9f9f9;
}

/* Font Section */
.font-details {
    margin-top: 8px;
    margin-left: 20px;
    font-size: 0.9em;
}

.font-label {
    color: #666;
}

.font-image {
    height: 25px;
    width: auto;
    margin-top: 8px;
}

/* Note Section */
.note-details {
    margin-top: 8px;
    margin-left: 20px;
    font-size: 0.9em;
}

.note-label {
    color: #666;
}

.note-text {
    margin-top: 8px;
    padding: 10px;
    background-color: #f9f9f9;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    font-style: italic;
}

/* Preview Table */
.preview-table {
    margin-bottom: 20px;
    border-radius: 14px;
}

.preview-icon-cell {
    padding: 12px 16px;
    vertical-align: middle;
    text-align: center;
    width: 80px;
}

.preview-icon {
    width: 80px;
    height: 80px;
    vertical-align: middle;
    display: block;
    margin: 0 auto;
    border-radius: 8px;
}

.preview-note-cell {
    text-align: left;
    font-size: 22px;
    line-height: 22px;
}

/* Font Classes */
.font-sansserif {
    font-family: Play, sans-serif !important;
}

.font-open {
    font-family: Comfortaa, cursive !important;
}

.font-script {
    font-family: Caveat, cursive !important;
}
