/* ATDT Tools: neutral styling som ärver temats typografi och färger.
   Prefixet .atdt-tool- genomgående för att undvika klasskollisioner. */

.atdt-tool {
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 10px;
    padding: 1.25rem 1.25rem 0.75rem;
    margin: 1.5rem 0;
    background: rgba(0, 0, 0, 0.02);
}

.atdt-tool-falt {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    margin-bottom: 0.9rem;
}

.atdt-tool-falt label {
    font-weight: 600;
    font-size: 0.95em;
}

/* Fälten har alltid vit bakgrund, därför explicit mörk textfärg i stället
   för inherit: på mörka teman ärvs annars en ljus färg och texten blir
   oläslig mot den vita bakgrunden (rapporterat på muskler.nu 2026-07-24). */
.atdt-tool-falt input,
.atdt-tool-falt select {
    max-width: 22rem;
    padding: 0.55rem 0.7rem;
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 6px;
    font-size: 1.05em;
    background: #fff;
    color: #1a1a1a;
}

.atdt-tool-falt input::placeholder {
    color: #6b6b6b;
}

.atdt-tool-falt input:focus,
.atdt-tool-falt select:focus {
    outline: 2px solid currentColor;
    outline-offset: 1px;
}

.atdt-tool-resultat {
    font-weight: 600;
    font-size: 1.1em;
    min-height: 1.4em;
    margin: 0.5rem 0 0.75rem;
}

.atdt-tool-block {
    padding-top: 0.5rem;
}

.atdt-tool-block + .atdt-tool-block {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    margin-top: 0.75rem;
}

.atdt-tool-block h3 {
    font-size: 1.1em;
    margin: 0.5rem 0 0.75rem;
}

.atdt-tool-tabell {
    margin: 1.5rem 0;
    overflow-x: auto;
}

.atdt-tool-tabell table {
    border-collapse: collapse;
    min-width: 16rem;
}

.atdt-tool-tabell th,
.atdt-tool-tabell td {
    border: 1px solid rgba(0, 0, 0, 0.15);
    padding: 0.4rem 0.9rem;
    text-align: right;
}

.atdt-tool-tabell th {
    text-align: left;
}

.atdt-tool-tabell figcaption {
    font-size: 0.85em;
    margin-top: 0.4rem;
    opacity: 0.8;
}

.atdt-tool-tonrad {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.5rem;
    align-items: center;
}

.atdt-tool-knapp {
    padding: 0.45rem 0.9rem;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 6px;
    background: #fff;
    color: #1a1a1a;
    cursor: pointer;
    font-size: 0.95em;
}

.atdt-tool-knapp.atdt-tool-vald {
    background: #1a7a3a;
    border-color: #1a7a3a;
    color: #fff;
}
