h2, h3 {
    border: none !important;
    border-bottom: none !important;
    text-decoration: none !important;
    box-shadow: none !important;
    margin-top: 20px;
    margin-bottom: 10px;
}
.detail-title h2,
.detail-title h3 {
    border: none !important;
    border-bottom: none !important;
    text-decoration: none !important;
    box-shadow: none !important;
}
.table-custom {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}
.table-custom th, .table-custom td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: left;
}
.table-custom th {
    background-color: #f2f2f2;
    font-weight: bold;
}
