[data-position="left"] {
    justify-content: flex-start !important;
}

@font-face {
  font-family: "Brix Slab Web Bold";
  src: url("../fonts-ew11/Brix-Slab-Web-Bold.eot");
  src: url("../fonts-ew11/Brix-Slab-Web-Bold.eot?#iefix") format("embedded-opentype"),
       url("../fonts-ew11/Brix-Slab-Web-Bold.woff2") format("woff2"),
       url("../fonts-ew11/Brix-Slab-Web-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Brix Slab Web Regular";
  src: url("../fonts-ew11/Brix-Slab-Web-Regular.eot");
  src: url("../fonts-ew11/Brix-Slab-Web-Regular.eot?#iefix") format("embedded-opentype"),
       url("../fonts-ew11/Brix-Slab-Web-Regular.woff2") format("woff2"),
       url("../fonts-ew11/Brix-Slab-Web-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

ul[data-myOwnType='tabHeader'] {
    position: relative;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

ul[data-myOwnType='tabHeader'] li.myOwnTab-active {
    color: #fff;
    background-color: #666;
}

ul[data-myOwnType='tabHeader'] li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    margin: 0 4px;
    padding: 9px 14px;
    text-transform: capitalize;
    font-weight: 700;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.myOwn-page {
  display: none;
}

.myOwnTab-active {
  display: block;
}

/* ========== FEED EW11 DASHCARD ========== */

.wk-feedew11-professor {
  min-height: 600px;
  justify-content: center;
}

.wk-feedew11-professor-image {
  margin-bottom: 30px;
}

.wk-feedew11-container {
  padding: 30px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 200px;
}

.wk-feedew11-desc {
  font-size: 16px;
  color: #456e98;
  line-height: 1.6;
  font-weight: 500;
  font-family: "Brix Slab Web Regular", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif !important;
  margin-bottom: 25px;
}

.wk-feedew11-subtitle {
  font-size: 18px;
  color: #0f5091;
  font-weight: 700 !important;
  font-family: "Brix Slab Web Bold", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif !important;
}

.wk-feedew11-container .wk-feedew11-btn {
  background-color: #addc40;
  color: #0f5091;
  border: 1px solid #a6d83a;
  padding: 10px 26px;
  border-radius: 12px;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
  font-size: 14px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 2px 6px rgba(84, 140, 32, 0.25);
}

.wk-feedew11-container .wk-feedew11-btn:hover {
  filter: brightness(0.98) saturate(1.05);
  box-shadow: 0 4px 10px rgba(84, 140, 32, 0.35);
  transform: translateY(-1px);
}

.wk-feedew11-container .wk-feedew11-btn:active {
  transform: translateY(0);
  box-shadow: 0 2px 6px rgba(84, 140, 32, 0.25);
}

/* Campo de pesquisa do Feed EW11 */
.wk-feedew11-search-container {
  padding: 0 20px 15px;
}

.wk-feedew11-search-input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.wk-feedew11-search-input {
  width: 100%;
  padding: 12px 45px 12px 15px;
  border: 1px solid #d0d0d0;
  border-radius: 12px !important;
  font-size: 14px;
  color: #333;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  height: 40px;
}

.wk-feedew11-search-input:focus {
  outline: none;
  border-color: #0f5091;
  box-shadow: 0 0 0 3px rgba(15, 80, 145, 0.1);
}

.wk-feedew11-search-input::placeholder {
  color: #999;
}

.wk-feedew11-search-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #0f5091;
  font-size: 18px;
  pointer-events: none;
}

/* Responsivo */
@media (max-width: 768px) {
  .wk-feedew11-search-container {
    padding: 0 15px 12px;
  }

  .wk-feedew11-search-input {
    padding: 10px 40px 10px 12px;
    font-size: 13px;
  }

  .wk-feedew11-search-icon {
    font-size: 16px;
    right: 12px;
  }
}

/* Responsivo */
@media (max-width: 768px) {
  .wk-feedew11-container {
    padding: 20px 15px;
    min-height: 180px;
  }

  .wk-feedew11-desc {
    font-size: 13px;
    margin-bottom: 20px;
  }

  .wk-feedew11-container .wk-feedew11-btn {
    padding: 10px 24px;
    font-size: 13px;
  }
}