/* Pasif modül kalan tek sütunu content alanında tam genişliğe çek */
#content .grid-cols > .grid-col:only-of-type,
#content-top .grid-cols > .grid-col:only-of-type,
#content-bottom .grid-cols > .grid-col:only-of-type {
  width: 100% !important;
}
