div[aria-expanded='true'] > span > .expand_plus {
    transform: rotate(-90deg);
}

div[aria-expanded='true'] {
    background-color: #ffa31a;
    margin-bottom: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

div[aria-expanded='true'] + div {
    border: 1px solid #ffa31a;
    border-radius: 0.375rem;
    border-top-right-radius: 0 !important;
    border-top-left-radius: 0 !important;
    margin-bottom: 0.5rem;
}

table tr:last-child {
    border-bottom: 1px solid #45a8ee;
}

.job-description {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.container-fluid .card:first-child {
    margin-bottom: -1px;
}
