.dime-wrapper-2dbe471a {
    font-family: inherit;
    max-width: 900px;
    margin: 0 auto;
    color: #333;
}

.dime-header {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    font-weight: normal;
    text-transform: uppercase;
}

.dime-cards {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-bottom: 3rem;
}

.dime-card {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.dime-letter {
    font-size: 1.5rem;
    font-weight: bold;
    min-width: 30px;
}

.dime-card-content h3 {
    display: inline;
    font-size: 1.1rem;
    margin: 0;
    font-weight: bold;
}

.dime-card-content p {
    display: inline;
    margin: 0;
    line-height: 1.6;
    color: #555;
}

.dime-chart-title {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
    font-weight: normal;
}

.dime-table {
    width: 100%;
    border-collapse: collapse;
}

.dime-table th, .dime-table td {
    padding: 1rem 0;
    text-align: left;
    border-bottom: 1px solid #eee;
}

.dime-table th {
    font-weight: bold;
    color: #333;
    border-bottom: 1px solid #ccc;
}

.dime-total-row td {
    border-top: 1px solid #ccc;
}

.dime-net-row td {
    border-bottom: none;
}
