.detail-title {
    font-family: "ubuntu-regular" !important;
    font-size: 32px;
    text-align: start;
    word-wrap: break-word;
    text-decoration: none;
    line-height: 40px;
    display: flex;
    letter-spacing: 0;
    color: #212121;
    margin-bottom: 24px;
}

.table-title {
    font-family: "ubuntu-medium" !important;
    font-size: 20px;
    text-align: start;
    word-wrap: break-word;
    text-decoration: none;
    line-height: 28px;
    display: flex;
    letter-spacing: 0;
    color: #212121;
}

table {
    font-family: "ubuntu-regular" !important;
    border-collapse: collapse;
    background-color: #f5f5f5;
    color: #212121;
    border: 0px solid #e0e0e0;
    width: 100%;
}

tbody {
    border: 1px solid #e0e0e0;
    border-radius: 8px !important;
    border-width: 0px;
    border-color: transparent;
}

td,
th {
    color: #212121;
    line-height: 22px;
    width: 50%;
    gap: 8px;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-family: "ubuntu-medium" !important;
    text-decoration: none;
    text-align: left;
    padding: 16px;
}

td {
    font-family: "ubuntu-regular" !important;
}

.col-table th:nth-child(1),
.col-table td:nth-child(1),
.col-table th:nth-child(2),
.col-table td:nth-child(2) {
    width: calc(100% / 2);
    max-width: calc(100% / 2);
    min-width: calc(100% / 2);
}

tbody tr:nth-child(odd) {
    background-color: #ffffff;
}

tbody tr {
    border-bottom: 1px solid #eeeeee;
}

#accordion {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 16px;
}

    #accordion .dropdown-btn {
        background-color: transparent;
        justify-content: space-between;
        font-family: "ubuntu-medium" !important;
        font-size: 16px;
        padding: 0px;
        text-align: start;
        word-wrap: break-word;
        text-decoration: none;
        line-height: 22px;
        letter-spacing: 0;
        color: #212121;
        display: flex;
        gap: 8px;
        border: 0px solid transparent;
        border-radius: 8px;
        width: 100%;
    }

        #accordion .dropdown-btn img {
            transition: 200ms ease;
        }

    #accordion .rotate img {
        rotate: -180deg;
    }

.index-text-wrap {
    font-family: "ubuntu-regular" !important;
    font-size: 16px;
    text-align: start;
    word-wrap: break-word;
    text-decoration: none;
    line-height: 22px;
    display: flex;
    gap: 8px;
    letter-spacing: 0;
    color: #212121;
    max-height: 0;
    padding-top: 0px;
    overflow: hidden;
    transition: max-height 300ms ease-in-out; /* Smooth transition */
}

    .index-text-wrap.show {
        max-height: 5000px; /* Adjust this value as needed based on content size */
    }

.index-text {
    padding-top: 16px;
}
