.page-style-tours-private-tour{
    background-color: var(--background-color);
    width: 100%;
    min-height: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 100px;
    margin-bottom: 20px;
}
.details-section-tours-private-tour{
    width: 95%;
    height: 50px;
    display: flex;
    height: 100px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.details-section-title-style-tours-private-tour{
    flex: 10;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.details-section-action-tours-private-tour-left{
    flex: 4;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
}
.details-section-action-tours-private-tour-right{
    flex: 4;
    height: 100%;
    display: flex;
    margin-bottom: 10px;
    align-items: center;
    justify-content: end;
    flex-direction:column;
    color: var(--gray-2-color);
}
.page-style-tour-title-style-tours-private-tour{
    font-size: 30px;
    display: flex;
    justify-content: center;
    font-weight: bold;
    text-align: right;
    width: 90%;
    font-family: var(--font-main);
    color: var(--black-color);
}
.page-style-tour-subtitle-tours-private-tour{
    font-size: 20px;
    display: flex;
    justify-content: center;
    font-weight: bold;
    text-align: right;
    width: 90%;
    font-family: var(--font-main);
    color: var(--black-color);
}
.change-action-button-style-tours-private-tour{
    display: inline-block;
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    color: var(--black-color);
    background-color: var(--background-color);
    border: 1px solid var(--black-color);
    text-decoration: none;
    font-weight: bold;
    font-family: var(--font-main);
    border-radius: 20px;
    font-size: 14px;
    text-align: center;
}
.form-group-whatsapp-tours-private-tour{
    height: 100px;
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: end;
    justify-content: start;
}
.form-group-whatsapp-text-tours-private-tour{
    font-family: var(--font-main);
    font-size: 14px;
    color: var(--gray-2-color);
    font-weight: bold;
}
.search-section-tours-private-tour{
    background-color: var(--gray-color);
    width: 95%;
    margin-top: 10px;
    display: flex;
    border-radius: 20px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 70px;
}
.search-subsection-tours-private-tour{
    flex: 4;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 70px;
}
.search-subsection-tours-private-tour a{
    width: 100%;
    margin: 10px;
}
.search-subsection-tours-private-tour.clickable {
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.search-subsection-tours-private-tour.clickable:hover {
  background-color: rgba(0,0,0,0.05);
}



.search-subsection-button-tours-private-tour{
    flex: 4;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
}
.search-action-button-tours-private-tour{
    display: inline-block;
    height: 60px;
    width: 100px;
    line-height: 60px;
    padding: 0 30px;
    color: var(--white-color);
    background-color: var(--pink-color);
    text-decoration: none;
    font-weight: bold;
    font-family: var(--font-main);
    border-radius: 20px;
    font-size: 14px;
    text-align: center;
}
.search-subsection-label-tours-private-tour{
    font-weight: bold;
    font-family: var(--font-main);
    font-size: 18px;
    color: var(--gray-2-color);
}
.search-subsection-label-art-private-tour{
    font-weight: bold;
    font-family: var(--font-main);
    font-size: 30px;
    color: var(--black-color);
}
.search-results-section-tours-private-tour{
    width: 95%;
    margin-top: 20px;
    flex-direction: column;
    display: flex;
}
.search-action-button-private-tour{
    display: inline-block;
    height: 60px;
    width: 100px;
    line-height: 60px;
    padding: 0 30px;
    color: var(--white-color);
    background-color: var(--pink-color);
    text-decoration: none;
    font-weight: bold;
    font-family: var(--font-main);
    border-radius: 20px;
    font-size: 14px;
    text-align: center;
}
.search-results-section-private-tours{
    width: 95%;
    margin-top: 20px;
    flex-direction: row;
    display: flex;
}
.custom-grid-private-tours {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto auto;
    width: 100%;
    gap: 20px;
}
.grid-item-private-tours {
    font-family: var(--font-main);
    text-align: center;
}
.grid-item-private-tours.full {
    grid-column: span 2;
}
.search-subsection-label-art-private-tours{
    font-weight: bold;
    font-family: var(--font-main);
    font-size: 30px;
    color: var(--black-color);
}
.search-subsection-icon-private-tours{
    width: 20px;
    height: 20px;
}
.details-subsection-private-tours{
    width: 95%;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 30px;
}
.details-subsection-action-private-tours-left{
    flex: 4;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
}
.details-section-action-private-tours-right{
    flex: 4;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
    flex-direction:column;
    color: var(--gray-2-color);
}
.page-style-tour-subtitle-style-private-tours{
    font-size: 30px;
    display: block;
    font-weight: bold;
    width: 100%;
    font-family: var(--font-main);
    color: var(--black-color);
    text-align: right;
}