/**
 * Broker page — CSS from Oxygen template 527095 ("Agent archive"),
 * code blocks #3 (agent card) and #5 (their offers).
 *
 * %%EPID%% resolved to the element ids Oxygen used, so 527095.css still applies.
 */
.contacts-container{
	display: grid;
    grid-template-columns: 1fr 2fr;
    margin-top: 15px;
}
.contacts-container p{
  margin: 5px;
}
.contacts-container a{
  margin: 5px;
  color: #313131;
  border-bottom: 2px solid #6fce00;
  display: block;
  width: max-content;
}

.contacts-container img{
	width: 100%;
 	max-width: 200px;
 	border-radius: 25px;
}

.us-broker-name{
	margin-bottom: 10px;
}

.us-broker-phone{
 	margin-bottom: 10px; 
}

.us-broker-mail{
	margin-bottom: 10px;
}

.us-broker-all-offers a{
 	color: #404040; 
}

.agent-cards{
	margin-bottom: 0;
}

.agent-cards .card{
  	max-width: 500px !important;
}

@media screen and (max-width: 992px){
 .agent-cards .card{
  	width: max-content !important;
   	max-width: 100% !important;
} 
}
.oxy-post-custom-template .oxy-post-custom-content-container .oxy-post-content{
	/*max-height: 90px;*/
}