/*
 Theme Name: divi-child-accessible
 Theme URI: https://example.com/
 Description: Child theme for Divi with accessibility toolbar and language switcher
 Author: ChatGPT Assistant
 Version: 1.0.0
 Template: Divi
 Text Domain: divi-child-accessible
 License: GPL-2.0-or-later
*/

/* ???????? sidebar ? ????????? ??????? ?? ????? ?????? ? ??? ??????? */
.single #sidebar,
.single .et_pb_widget_area {
  display: none !important;
}

.single #left-area {
  width: 100% !important;
  float: none !important;
}

.single .container::before {
  display: none !important; /* ??????? ??????????? ???? */
}
/* League of Officers — News list fixes */
.news-list .et_pb_post .entry-featured-image-url img,
.news-list .dbe-list img {
  width: 100%;
  height: auto;
  display: block;
}
.news-list .et_pb_row,
.news-list .et_pb_column {
  overflow: hidden;
}
.news-list { 
  word-wrap: break-word; 
  overflow-wrap: anywhere; 
}
