/* Karao Doors — front-end document content.
   Intentionally light: inherits the theme's fonts/colours and only sets the
   structure the imported Word content needs (spacing, images, lists, tables,
   PDF button). */

.karao-door-content {
    line-height: 1.7;
    overflow-wrap: break-word;
}

.karao-door-content p {
    margin: 0 0 1em;
}

.karao-door-content h1,
.karao-door-content h2,
.karao-door-content h3,
.karao-door-content h4,
.karao-door-content h5,
.karao-door-content h6 {
    margin: 1.4em 0 0.5em;
    line-height: 1.25;
}

.karao-door-content img {
    max-width: 100%;
    height: auto;
}

.karao-door-content ul,
.karao-door-content ol {
    margin: 0 0 1em 1.5em;
    padding: 0;
}

.karao-door-content li {
    margin: 0.25em 0;
}

.karao-door-content a {
    text-decoration: underline;
}

.karao-door-content table {
    border-collapse: collapse;
    width: 100%;
    margin: 0 0 1em;
    display: block;
    overflow-x: auto;
}

.karao-door-content td,
.karao-door-content th {
    border: 1px solid #ddd;
    padding: 0.5em 0.75em;
    vertical-align: top;
}

.karao-door-pdf {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    margin: 0 0 1.75em;
    padding-bottom: 1.25em;
    border-bottom: 1px solid #e2e4e8;
}

/* Both buttons are equal-priority outline buttons. The theme colours all links,
   so force the button colours to stay readable regardless of the theme. */
.karao-door-pdf-button {
    display: inline-flex;
    align-items: center;
    gap: 0.5em;
    padding: 0.6em 1.3em;
    border-radius: 6px;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none !important;
    background: transparent !important;
    color: #0070c0 !important;
    box-shadow: inset 0 0 0 2px #0070c0;
}

.karao-door-pdf-button:hover,
.karao-door-pdf-button:focus {
    background: #0070c0 !important;
    color: #ffffff !important;
}

.karao-door-pdf-icon {
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
}
