/* GLAM TOURING V238 - richieste servizi integrate */
.gt238-services-entry{
  width:min(1320px,calc(100% - 28px));
  margin:32px auto;
  padding:clamp(24px,4vw,44px);
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:25px;
  align-items:center;
  border:1px solid #dfe5df;
  border-radius:27px;
  background:
    radial-gradient(circle at 90% 15%,rgba(183,137,77,.12),transparent 25%),
    linear-gradient(135deg,#fff,#f4f7f2);
  box-shadow:0 16px 46px rgba(31,49,39,.075)
}
.gt238-services-entry>div>span{
  display:block;margin-bottom:7px;color:#b7894d;font-size:12px;font-weight:900;
  letter-spacing:.1em;text-transform:uppercase
}
.gt238-services-entry h2{
  margin:0 0 10px;color:#203129;font-size:clamp(29px,4vw,49px);line-height:1.03;letter-spacing:-.035em
}
.gt238-services-entry p{max-width:820px;margin:0;color:#68736c;line-height:1.62}
.gt238-services-entry__actions{display:flex;gap:9px;flex-wrap:wrap;justify-content:flex-end}
.gt238-services-entry a,
.gt238-context-cta a{
  display:inline-flex;align-items:center;justify-content:center;padding:12px 17px;
  border-radius:999px;border:1px solid #d9e1da;background:#fff;color:#335b35;
  font-weight:900;text-decoration:none;white-space:nowrap
}
.gt238-services-entry a.primary,
.gt238-context-cta a{background:#335b35;border-color:#335b35;color:#fff}
.gt238-context-cta{
  margin-top:14px;padding:14px 15px;
  display:flex;justify-content:space-between;align-items:center;gap:16px;
  border:1px solid #dfe5df;border-radius:15px;background:#f7f9f5
}
.gt238-context-cta span{color:#647169;font-size:13px;line-height:1.45}
.gt238-context-cta a{flex:0 0 auto;padding:10px 14px;font-size:13px}
.gt238-menu-services-request{font-weight:900!important;color:#527e42!important}
@media(max-width:760px){
  .gt238-services-entry{grid-template-columns:1fr;border-radius:21px}
  .gt238-services-entry__actions{display:grid;justify-content:stretch}
  .gt238-services-entry a{width:100%;white-space:normal;text-align:center}
  .gt238-context-cta{align-items:flex-start;flex-direction:column}
  .gt238-context-cta a{width:100%;white-space:normal;text-align:center}
}
