<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.orange-coin-passes {
    display: flex;
    gap: 20px;
}

.orange-coin-passes__img {
    width: calc(50% - 10px);
}

.spot-table-th {
    min-width: 60px;
}

.release-period-table {
    width: 100%;
}

.release-period-table .spot-table {
    width: 100%;
}

.release-period-table th,
.release-period-table td {
    text-align: center;
    vertical-align: middle;
}
</pre></body></html>