.accordion {
    border: none;
}

.accordion-header {
    display: flex;
    justify-content: space-between;
    padding: 15px;
    background-color: transparent; /* No background */
    border: none;
    width: 100%;
    text-align: left;
    font-size: 16px;
    cursor: pointer;
    outline: none;
    border-bottom: 1px solid #000; /* Black bottom border */
}

.accordion-position {
    flex: 1;
      font-weight: bold;
}

.accordion-location {
    flex: 1;
    text-align: right;
}

.accordion-content {
    border-bottom: 1px solid #000;
      padding: 15px;
}
