.btn-custom {
    background-color: #063a50;
    color: #fff;
    border: none;
    transition: background-color 0.2s, color 0.2s;
}

.btn-custom:hover,
.btn-custom:focus {
    background-color: #063a50e6;
    color: #fff;
}
.results-section {
    padding-top: 12px;
}

.summary-header {
    align-items: center;
}

.summary-title {
    font-size: 1.2rem;
    line-height: 1.3;
    margin: 0;
}

.summary-view-details {
    margin-top: 0;
}

.summary-content p {
    line-height: 1.7;
}

.summary-content li {
    line-height: 1.6;
}

