.result-title {
    color: #aa1f2e;
}

.result-title--centered {
    text-align: center;
}

.form-field .tool-input {
    background-color: rgb(224, 127, 0);
    border: 1px solid #ccc;
    border-radius: 10px;
    color: rgb(30, 30, 30);
    padding: 6px 12px;
}

.form-field .tool-label {
    padding-top: 1rem;
}

.result-value--large {
    font-size: 32px;
    font-weight: bold;
    line-height: 44px;
    text-align: center;
}

.two-col {
    display: flex;
    gap: 1rem;
}

.two-col > * {
    flex: 1;
}

.drilling-grid-row {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 2rem;
    margin-bottom: 2rem;
}

.drilling-grid-row .tool-input {
    margin: 0;
}
