.Surface_A:focus, .Surface_B:focus {
 	border: none;
}

.Primary_Container {
	background-color: #fceed0;
	color: #D09112;
}

.Primary_Container:hover {
	cursor: pointer;
	background-color: #EADDC2;
	color: #D09112;
}

.Primary_Container:focus {
	cursor: pointer;
	background-color: #E5D9BF;
	color: #D09112;
}

.btn{
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
}

.btn.rect-small{
  padding: 20px 24px;
  gap: 16px;
  border-radius: 12px;
  width: 512px;
} 

.btn.rect-small svg{
  width: 32px;
  height: 32px;
}

.btn.rect-small span{
  width: 368px;
  display: flex;
  gap: 16PX;
  align-items: center;
  justify-content: center;
}

.btn.rect-medium{
  padding: 28px 32px;
  gap: 16px;
  border-radius: 12px;
  width: 512px;
} 

.btn.rect-medium svg{
  width: 40px; 
  height: 40px;
}

.btn.rect-medium span{
  width: 328px;
  display: flex;
  gap: 20px; 
  justify-content: center;
}

.btn.rect-large{
  padding: 28px 40px;
  gap: 20px;
  border-radius: 12px;
  width: 512px;
} 

.btn.rect-large svg{
  width: 48px; 
  height: 48px;
}

.btn.rect-large span{
  width: 448px;
  display: flex;
  gap: 20px; 
  justify-content: center;

}

.btn.pill-small{
  padding: 20px 24px;
  gap: 16px;
  border-radius: 9999px;
  /* width: 118px; */
}

.btn.pill-small svg{
  width: 32px;
  height: 32px;
}

.btn.pill-small span{
  /* width: 166px; */
  display: flex;
  gap: 16PX;
  align-items: center;
  justify-content: center;

}

.btn.pill-medium{
  padding: 28px 32px;
  gap: 16px;
  border-radius: 9999px;
}

.btn.pill-medium svg{
  width: 40px;
  height: 40px;
}

.btn.pill-medium span{
  display: flex;
  gap: 16PX;
  align-items: center;
  justify-content: center;

}

.pill-medium{
    display: flex;
    padding: 28px 32px;
    gap: 16px;
    border-radius: 9999px;
    background: #FAFAFC;
    color: #1A1E27;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    border: none;
    margin: 0 auto;
}

.pill-medium svg{
  width: 40px;
  height: 40px;
}

.btn.pill-large{
  padding: 32px 36px;
  gap: 16px;
  border-radius: 9999px;
}

.btn.pill-large svg{
  width: 48px;
  height: 48px;
}

.btn.pill-large span{ 
  display: flex;
  gap: 16PX;
  align-items: center;
  justify-content: center;

}
