/* Child Theme - Custom CSS File for Buyers to Modify */
.sidebar.property-sidebar .property-agent .agent-info {
	display: none;
}
.sidebar.property-sidebar .property-agent .property-agent-title {
	display: none;
}

.property-info-tabs {
    display: flex;
    gap: 30px;
    margin: 40px 0;
	padding: 0 20px 26px;
  	margin-bottom: 0;
  	font-size: 14px;
  	line-height: 28px;
  	border-bottom: 1px solid #dedede;
}

.property-info-tabs__nav {
	width: max-content;
    max-width: 240px;
    flex-shrink: 0;
    border-right: 1px solid #ddd;
}

.property-info-tabs__button {
    display: block;
    width: 100%;
    padding: 14px 18px;
    border: 0;
    border-bottom: 1px solid #eee;
    background: #f7f7f7;
    text-align: left;
    cursor: pointer;
    font-weight: 600;
}

.property-info-tabs__button.is-active {
    background: #ffffff;
    border-left: 4px solid #0080c9;
}

.property-info-tabs__content {
    flex: 1;
}

.property-info-tabs__panel {
    display: none;
}
.property-info-tabs__panel > * {
  word-wrap: anywhere;
}

.property-info-tabs__panel.is-active {
    display: block;
}

.property-info-tabs__panel h1,
.property-info-tabs__panel h2,
.property-info-tabs__panel h3,
.property-info-tabs__panel p {
    margin-top: 0;
}

@media (max-width: 768px) {
    .property-info-tabs {
        flex-direction: column;
    }

    .property-info-tabs__nav {
        width: 100%;
        border-right: 0;
    }
}
