/* БАЗА (как было) */
html, body { background-color:#f9f4ef !important; }
#allrecords { background-color:#3A7F4F !important; margin-top:0 !important; padding-top:0 !important; }
.t-rec > *:first-child { margin-top:0; }
.t-rec > *:last-child  { margin-bottom:0; }

/* --- МАСКА, ПЕРЕКРЫВАЮЩАЯ "ЗЕЛЁНУЮ ПОЛОСУ" ПЕРЕД GL10N --- */
#rec1111362696 {
  position: relative;                 /* чтобы псевдо-элемент позиционировался от блока */
  background-color:#f9f4ef !important;/* сам блок бежевый */
  z-index: 2;                         /* выше предыдущего блока */
}

/* Бежевый "плинтус", перекрывающий любой шов сверху */
#rec1111362696::before {
  content: "";
  position: absolute;
  top: -12px;     /* поднять маску над стыком (можно регулировать) */
  left: 0;
  right: 0;
  height: 14px;   /* толще самой линии, чтобы гарантированно перекрыть */
  background: #f9f4ef;  /* бежевый */
  z-index: 3;     /* поверх всего, но кликов не перехватывает */
  pointer-events: none;
}

/* На всякий случай отключим любые "линии" внутри самого GL10N */
#rec1111362696 .t050__line,
#rec1111362696 .t021__line,
#rec1111362696 .t015__line,
#rec1111362696 .t126__hr,
#rec1111362696 .t142__hr,
#rec1111362696 hr { display:none !important; height:0 !important; border:0 !important; background:transparent !important; }

/* Если нижняя граница у ПРЕДЫДУЩЕГО блока — прибьём её тоже */
#rec1111362696.previous-off::before,
#rec1111362696.previous-off::after { display:none !important; } /* на случай кастомных псевдо-линий */
.t-rec + #rec1111362696 { border-top:0 !important; box-shadow:none !important; } /* страхуемся */

/* Якорный блок — полностью плоский и бежевый */
#rec1111049581{
  background:#f9f4ef !important;
  height:0 !important;
  min-height:0 !important;
  padding:0 !important;
  margin:0 !important;
  border:0 !important;
  box-shadow:none !important;
  overflow:hidden !important;
}
/* на всякий случай вырубаем любые линии внутри якоря */
#rec1111049581 .t050__line,
#rec1111049581 .t021__line,
#rec1111049581 .t015__line,
#rec1111049581 .t126__hr,
#rec1111049581 .t142__hr,
#rec1111049581 hr,
#rec1111049581 [class*="__line"],
#rec1111049581 [class*="__hr"]{
  display:none !important; height:0 !important; border:0 !important; background:transparent !important;
}
