
.ethan-nav {
    display: block;
    border-radius: 0.9rem;
    padding: 0.85rem 1rem;
    color: rgb(203 213 225);
    font-size: 0.95rem;
    font-weight: 600;
    transition: all .2s ease;
}

.ethan-nav:hover {
    background: rgba(255,255,255,.08);
    color: #fff;
}

.ethan-card {
    background: #fff;
    border: 1px solid rgb(226 232 240);
    border-radius: 1.25rem;
    box-shadow: 0 10px 30px rgba(15, 23, 42, .06);
}

.ethan-table {
    width: 100%;
    min-width: 900px;
    border-collapse: collapse;
}

.ethan-table th {
    background: rgb(248 250 252);
    color: rgb(100 116 139);
    text-transform: uppercase;
    font-size: .75rem;
    font-weight: 800;
    padding: .9rem 1.25rem;
    text-align: left;
}

.ethan-table td {
    padding: 1rem 1.25rem;
    border-top: 1px solid rgb(241 245 249);
}

.ethan-btn-dark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: .9rem;
    background: rgb(15 23 42);
    color: #fff;
    padding: .75rem 1rem;
    font-weight: 700;
}

.ethan-btn-dark:hover {
    background: #000;
}
