.pathThemesPreview {
    display: flex;
    flex-direction: column;
    /* gap: 0.5rem; */
    width: auto;
    padding: 1rem;
}

.pathThemesArea {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    margin-bottom: 0.5rem;
    margin-top: 1rem;
}

.journey-booth {
    display: flex;
    align-items: center;
    padding: 1rem;
    width: auto;
    font-size: 1rem;
}

.booth-container {
    display: flex;
    flex-direction: column;
    width: auto;
    padding: 0.25rem 0;
}

.path-booth-preview {
    display: flex;
}

.path-booth-preview {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.path-booth-info {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.path-booth-number {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 1rem;
    font-size: 0.75rem;
    font-weight: 700;
    color: white;
    width: 1.25rem;
    height: 1.25rem;
    min-width: 1.25rem;
    min-height: 1.25rem;
}

.path-booth-id {
    font-size: 0.85rem;
    text-transform: uppercase;
    color: #B1B1B1;
    font-weight: 700;
}

.path-booth-title {
    font-size: 0.85rem;
    color: #323232;
    font-weight: 700;
}

.path-booth-details {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.details-label {
    font-size: 0.75rem;
    color: #21BF61;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 1rem;
}

.details-description {
    font-style: italic;
    font-size: 0.85rem;
    margin-top: 1rem;
}

.details-about {
    font-size: 0.85rem;
}

.details-industries {
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem;
}

.details-industry {
    font-size: 0.65rem;
    font-weight: 700;
    padding: 0rem 0.5rem;
    background-color: #FFF;
    color: #197A56;
    border-radius: 1rem;
    text-decoration: none;
}

.path-booth-contacts {
    display: flex;
}

.contact {
    font-size: 0.85rem;
}

.path-separator {
    height: 1px;
    width: 100%;
    background-color: #DFD7CC;
    width: auto;
    margin: 0.5rem 0;
}

#path-title {
    padding: 0 1rem 1rem 1rem;
    font-weight: 700;
    color: #21BF61;
}

#highlights {
    padding: 1rem;
    width: auto;
    background-color: #F1EEEA;
}

.path-label {
    font-size: 1rem;
    padding: 1rem 0;
    font-weight: 700;
}

.arrow-icon {
    transition: transform 0.3s ease-in-out;
  }
  