.container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: transparent;
  padding: 20px;
  padding-left: 10rem;
  padding-right: 10rem;
}

.panel {
  flex: 1;
  background-color: transparent;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 20px;
}

.left-panel {
  margin-right: 5rem;
}

@media screen and (max-width: 1050px) {
  .container {
    flex-direction: column;
  }

  .panel {
    margin-right: 0;
    margin-bottom: 0;
  }

  .left-panel {
    order: 2;
  }
}



/* =========================================================== */
/* Web Results Design */
/* =========================================================== */

.gsc-control-cse {
  padding: 0px !important;
  width: 50vw !important;
  max-width: 100% !important;
  margin: auto;
}

.gsc-results {
  width: 100% !important;
}

/* =========================================================== */
/* Inside each Web Search Result */
/* =========================================================== */

.gsc-webResult {
  cursor: pointer;
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.gsc-result, .gsc-adBlock {
  border-radius: 5px;
  padding: 1rem !important;
  background-color: #393543;
  border: none !important;
  box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.gs-title, .gs-title b {
  margin-bottom: 0.5rem;
  font-weight: bold !important;
}

.gsc-url-top {
  margin-bottom: 0.5rem;
}

.gs-snippet {
  margin-bottom: 0.5rem;
}

.gs-image {
  object-fit: cover;
}

.gs-image,
.gs-web-image-box, 
.gs-promotion-image-box .gs-promotion-image {
  border: none !important;
  border-radius: 0.5rem;

  width: 120px !important;
  height: 70px !important;

  max-width: 120px !important;
  max-height: 70px !important;
}

.gsc-table-cell-thumbnail, 
.gs-promotion-image-cell {
  padding-right: 5px;
}

.gsc-table-result {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* =========================================================== */
/* Search Result box */
/* =========================================================== */

.srxFeed {
  text-align: left;
  padding-top: 2rem;
  padding-left: 10vw;
  padding-right: 10vw;
  padding-bottom: 2rem;
}

body {
  overflow-x: hidden;
  overflow-y: hidden;
}

.gcsc-more-maybe-branding-root,
.gcsc-find-more-on-google-root {
  display: none !important;
}

.gsc-cursor {
  margin: auto;
  text-align: center;
  color: white !important;
  display: inherit !important;
}

.gsc-cursor-box {
  margin: auto !important;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.gsc-cursor-page {
  padding: 10px;
  max-width: 100%;
  max-height: 100%;
  border-radius: 1rem;
}


@media screen and (max-width: 1050px) {
  .srxFeed {
    padding: 1rem;
  }
}