/* Greentext output only */

.gt {
    display: inline-block;
    width: min-content;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13.3px;
    background-color: #F6E9E1;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
    text-rendering: optimizeLegibility;
}

.gt-thumb img {
    width: 125px !important;
    height: 125px !important;
    max-width: none;
    max-height: none;
    object-fit: fill;
}

.gt.square {
    display: flex;
    flex-direction: column;
    aspect-ratio: 1 / 1;
}

.gt.square .gt-body {
    flex: 1;
}

.gt-header {
    background-color: #EAD8CC;
    padding: 2px 6px;
    font-size: 13.3px;
    line-height: 1.4;
    border-bottom: 1px solid #D7C4C1;
    white-space: nowrap;
}

.gt-dots {
    display: inline-block;
    vertical-align: middle;
    width: 5px;
    line-height: 0;
}

.gt-dots span {
    display: block;
    width: 3px;
    height: 3px;
    margin: 1px auto;
    background-color: #240C4A;
}

.gt-anon {
    color: #3E6948;
    font-weight: bold;
}

.gt-meta {
    color: #71352D;
    font-size: 12px;
}

.gt-body {
    padding: 8px;
}

.gt-thumb {
    float: left;
    margin: 0 8px 4px 0;
    text-align: center;
}

.gt-thumb img {
    display: block;
    max-width: 125px;
    max-height: 125px;
    margin-bottom: 2px;
}

.gt-thumb-label {
    font-size: 11px;
    color: #918883;
}

.gt-text {
    color: #8B9455;
    line-height: 1.35;
    overflow-wrap: anywhere;
}

.gt-line {
    display: block;
}

.gt-body::after {
    content: "";
    display: table;
    clear: both;
}

/* Placeholder styling */
::placeholder {
    color: #6c757d !important;
    opacity: 1 !important;
}

input[type="date"],
input[type="time"] {
    color-scheme: dark;
}
