/* .teamup-partners-list {
    display: grid;
  grid-template-columns: calc(33.333% - 16px) calc(33.333% - 16px) calc(33.333% - 16px);
  gap: 24px;
  width: 100%;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .teamup-partners-list {
    grid-template-columns: 100%;
  }
} */

/* .teamup-partner {
	flex: 1 1 calc(33.333% - 1rem);
  background: #EFE7DF;
  padding: 24px;
  border-radius: 12px;
  box-sizing: border-box;
	display: grid;
  grid-template-columns: 80px calc(100% - 96px);
  column-gap: 16px;
}

.teamup-partner--logo {
	width: 80px;
	height: 80px;
	background: rgba(30, 16, 12, 0.06);
	border-radius: 8px;
}

.teamup-partner--text h3 {
	font-weight: 400;
	font-size: 20px;
	color: #2E160F;
	margin-top: 7px;
	    line-height: 24px;
}

.teamup-partner--category {
    display: none;
}

.teamup-partner--location, .teamup-partner--website {
    font-size: 16px;
    line-height: 22px;
		position: relative;
		padding-left: 24px;
		margin-top: 4px;
		color: #2E160F;
}

.teamup-partner--website a {
	color: #2E160F;
}

.teamup-partner--location:after,.teamup-partner--website:after{
	content:'';
	position:absolute;
	left: 0;
	top: 2px;
	height: 16px;
	width: 16px;
	background-image: url("http://localhost/wp-content/uploads/2025/06/pin.svg");
	background-position: center;
	background-size: 16px 16px;
	background-repeat: no-repeat;
}

.teamup-partner--website:after {
	background-image: url("http://localhost/wp-content/uploads/2025/06/internet.svg");
}

.patner-logo {
    position: absolute;
    width: calc(100% - 32px);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 100%;
}

.patner-logo span img{
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.patner-logo span{
    display: inline-table !important;
    position: initial !important;
}

.patner-logo--wrap {
    position: relative;
    min-height: 100px;
} */

body.augusto-distribution #page-container a.btn-clicked {
	    color: #1E100C !important;
}

body.augusto-distribution #page-container .et_pb_module:has(.btn-clicked) {
    border-bottom: 4px solid #DAC481;
}

#tab1-content .teamup-partners-list {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 16px;
    margin: 20px 0;
}

#tab1-content .teamup-partner--logo {
    background-color: #EFE7DF;
    border-radius: 12px;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 80px;
    position: relative;
}

#tab1-content .teamup-partner--logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

#tab1-content .patner-logo {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.teamup-partner--text h3 {
	font-weight: 400;
	font-size: 20px;
	color: #2E160F;
	margin-top: 7px;
	    line-height: 24px;
}

.teamup-partner--location, .teamup-partner--website {
    font-size: 16px;
    line-height: 22px;
		position: relative;
		padding-left: 24px;
		margin-top: 4px;
		color: #2E160F;
}

.teamup-partner--website a {
	color: #2E160F;
}

.teamup-partner--location:after,.teamup-partner--website:after{
	content:'';
	position:absolute;
	left: 0;
	top: 2px;
	height: 16px;
	width: 16px;
	background-image: url("http://localhost/wp-content/uploads/2025/06/pin.svg");
	background-position: center;
	background-size: 16px 16px;
	background-repeat: no-repeat;
}

.teamup-partner--website:after {
	background-image: url("http://localhost/wp-content/uploads/2025/06/internet.svg");
}

#tab2-content .teamup-partners-list {
    display: grid;
    grid-template-columns: calc(33.333% - 16px) calc(33.333% - 16px) calc(33.333% - 16px);
    gap: 16px;
    margin: 20px 0;
}

#tab2-content .teamup-partner {
	flex: 1 1 calc(33.333% - 1rem);
    background: #EFE7DF;
    padding: 24px;
    border-radius: 12px;
    box-sizing: border-box;
}

#tab3-content .teamup-partners-list {
    display: grid;
    grid-template-columns: calc(33.333% - 16px) calc(33.333% - 16px) calc(33.333% - 16px);
    gap: 16px;
    margin: 20px 0;
}

#tab3-content .teamup-partner {
	flex: 1 1 calc(33.333% - 1rem);
    background: #EFE7DF;
    padding: 24px;
    border-radius: 12px;
    box-sizing: border-box;
    	display: grid;
  grid-template-columns: 80px calc(100% - 96px);
  column-gap: 16px;
}

#tab3-content .patner-logo {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}