.elspot-graf-wrapper {
    width: 100%;
    margin: 1rem auto;
}

.elspot-graf-inner {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #f8fafc;
    border-radius: 18px;
    padding: 1.25rem;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.04);
    box-sizing: border-box;
}

.elspot-graf-canvas,
.elspot-arsmedel-canvas {
    width: 100% !important;
    height: 100% !important;
}

.elspot-table-wrapper {
    width: 100%;
    overflow-x: auto;
    margin: 1rem 0;
}

.elspot-table {
    width: 100%;
    min-width: 600px;
    border-collapse: collapse;
    font-size: 14px;
}

.elspot-table th,
.elspot-table td {
    padding: 0.6rem 0.8rem;
    text-align: right;
    border-bottom: 1px solid #e2e8f0;
    white-space: nowrap;
}

.elspot-table th:first-child,
.elspot-table td:first-child {
    text-align: left;
}

.elspot-table th {
    font-weight: 600;
    color: #475569;
    background: #f8fafc;
}

.elspot-table tr:nth-child(even) td {
    background: #f9fafb;
}
