.ory-branding {
  display: none;
}

.ory_elements__card__1t5ly153 {
  border-color: #ddd;
}

.ory_elements__button__xkj8ku0 {
	background-color: #4a89c8;
}

.ory_elements__button__xkj8ku0:hover {
  background-color: #E9E9E9; 
  color: #4a89c8;
}

.ory_elements__card__1t5ly152 {
  max-height: 3rem;
}

.ory_elements__button_link__w27ftz0 {
	color: #4a89c8;
  display: inline;
}

.ory_elements__button_link__w27ftz0:hover {
  color: #4a89c8;
	text-decoration: underline;
}

.ory_elements__button_social_variant_semibold__16pmekl5{
    font-weight: normal;
    font-style: normal;
}

.ory_elements__typography_size_small__vpyugz8{
  font-size: 0.85rem;
  line-height: 1.4rem;
}

.ory_elements__input_field__1tgfa2l1{
  padding: .75rem .75rem;
  height: 35px;
  border: 1px solid var(--ory-theme-foreground-muted);
}

.ory_elements__button_social_size_medium__16pmekl2 {
    font-size: .85rem;
    height: 35px;
}

.ory_elements__typography_size_caption__vpyugz9{
  font-size: .85rem;
}

.ory-conditions-generales {
  font-family: var(--ory-theme-font-family);
  font-size: .7rem;
  line-height: 1.25rem;

  display: flex;
  flex-direction: column;
  align-items: stretch;
  border: 1px solid var(--ory-theme-border-def);
  border-radius: 1rem;
  padding: 20px 0 20px 48px;
  background: var(--ory-theme-background-surface);
  color: var(--ory-theme-foreground-def);
  box-sizing: border-box;
  margin-top: 20px;
  max-width: 27.125rem;
  min-width: 27.125rem;
}

.ory_elements__card__1t5ly151 {
    align-items: start;
    border-radius: 10px;
    font-weight: 400;
    display: flex;
    padding: 18px 7px;
    background-color: #F0F5FF;
}

.ory_elements__button_social_size_medium__16pmekl2 {
    line-height: 0.75rem;
}

.ory_elements__grid_gap_32__roeg5j7 { 
  gap: 1rem;
}

@media (max-width: 768px) {
  .ory-conditions-generales {
    
    border: none;
    border-radius: 0; 
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: .5rem; 
    margin-top: 5px;
    min-width: 100%;
    max-width: 100%;
  
  }
}

@media (min-width: 1024px) {
  body {
    background-color: #f6f6f6;
  }
}