#block-recitemeblock {
    padding-top: 10px;
    font-family: Arial;
    font-size: 18px;
    font-style: normal;
    font-stretch: normal;
    font-weight: 700;
    line-height: 21px;
    text-align: left;
    text-transform: none;
    letter-spacing: -0.9px;
    padding-left: 18px;
    padding-right: 18px;
  }
  
  .recite-me-container {
    height: 80px;
  }
  
  .reciteme-dropdown-field {
    width: 224px;
    height: 20px;
    margin-top: 5px;
    float: left;
    padding: 12px;
    color: #000000;
    font-weight: bold;
    cursor: pointer;
    background-color: #eeeeee !important;
  }
  
  .reciteme-dropdown-field .text,
  .reciteme-dropdown-field .translated {
    width: 200px;
    float: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
  }
  
  .reciteme-dropdown-field:hover,
  .shown-reciteme li :hover {
    cursor: pointer;
  }
  
  .recite-me-container .right_image {
    float: right;
    cursor: pointer;
    height: 48px;
    width: 48px;
  }
  
  .recite-me-container .english-button,
  .recite-me-container .english-button::after {
    content: url("../site_furniture/EN.png");
  }
  
  .recite-me-container .english-button:hover {
    content: url("../site_furniture/EN_hover.png");
  }
  
  .recite-me-container .welsh-button,
  .recite-me-container .welsh-button::after {
    content: url("../site_furniture/CY.png");
  }
  
  .recite-me-container .welsh-button:hover {
    content: url("../site_furniture/CY_hover.png");
  }
  
  .reciteme-dropdown-field .reciteme-arrow {
    margin-top: 8px;
    float: right;
  }
  
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { 
    .reciteme-dropdown-field .reciteme-arrow {
      margin-top: 0;
    }
  }
  
  @supports (-ms-ime-align:auto) {
    .reciteme-dropdown-field .reciteme-arrow {
      margin-top: 0;
    }
  }
  
  .reciteme-dropdown-field .reciteme-arrow,
  .reciteme-dropdown-field .reciteme-arrow::after {
    content: url("../site_furniture/dewis-icons/arrow.png");
  }
  
  .custom-reciteme-dropdown ul {
    margin-top: 53px;
    list-style: none;
    width: 248px;
    background-color: #eeeeee !important;
    height: 400px;
    overflow-y: auto;
    z-index: 99;
    position: absolute;
    display: none;
    border-radius: initial !important;
    overflow-y: auto !important;
    padding-left: 0;
  }
  
  .custom-reciteme-dropdown ul li {
    border-bottom: none !important;
  }
  
  
  
  .reciteme-dropdown-field:hover,
  .reciteme-dropdown-field .reciteme-arrow {
    cursor: pointer;
  }
  
  .custom-reciteme-dropdown ul li:hover {
    background-color: #c3c3c3  !important;
    color: #FFFFFF  !important;
    padding: 16px !important;
  }
  
  .custom-reciteme-dropdown ul::-webkit-scrollbar {
    all: revert !important;
  }
  
  .shown {
    display: block !important;
  }
  
  .shown-reciteme {
    display: block !important;
  }
  
  
  #reciteme-modal-container {
    background: rgba(0, 0, 0, 0.75);
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: none;
  }
  
  #reciteme-modal {
    z-index: 99;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 400px;
    width: 310px;
  }
  
  .modal-header {
    float: right;
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    letter-spacing: 0;
    font-weight: bolder;
    cursor: pointer;
  }
  
  .modal-header .close,
  .modal-header .close::after {
    content: url('../site_furniture/recite-me/close.png');
    padding-right: 5px;
    padding-bottom: 1px;
  }
  
  .modal-content {
    background: #FFFFFF;
    border: 1px solid #979797;
    height: 374px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 27px;
    float: right;
    color: #3b3b3b;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    letter-spacing: 0;
    font-weight: bolder;
  }
  
  .modal-dropdown-container {
    margin-top: 40px;
  }
  
  .reciteme-modal-dropdown-field {
    width: 90%;
    height: 20px;
    border: 1px solid #979797;
    margin-top: 5px;
    float: left;
    color: #000000;
    font-weight: bold;
    cursor: pointer;
    padding: 12px;
  }
  
  .reciteme-modal-dropdown-field .text {
    width: 220px;
    float: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  .recite-me-container .reciteme-image,
  .recite-me-container .reciteme-image::after {
    float: right;
    cursor: pointer;
  }
  
  .reciteme-modal-dropdown-field .reciteme-arrow {
    float: right;
  }
  
  .reciteme-modal-dropdown-field .reciteme-arrow,
  .reciteme-modal-dropdown-field .reciteme-arrow::after {
    content: url("../site_furniture/dewis-icons/arrow.png");
  }
  
  .custom-modal-reciteme-dropdown ul {
    margin-top: 53px;
    list-style: none;
    width: 82%;
    padding-left: 12px;
    background-color: #eeeeee !important;
    border: 1px solid #979797;
    height: 400px;
    overflow-y: auto;
    z-index: 99;
    position: absolute;
    display: none;
  }
  
  .reciteme-modal-dropdown-field:hover,
  .reciteme-modal-dropdown-field .reciteme-arrow {
    cursor: pointer !important;
  }
  
  .custom-modal-reciteme-dropdown ul li:hover {
    background-color: #c3c3c3 !important;
    color: #FFFFFF !important;
    cursor: pointer;
  }
  
  .modal-header div {
    float: right;
  }
  
  .recite_language_native_name_str {
    color: #A70C7D !important;
  }
  
  ul#recite-languages li {
    padding:12px !important;
  }
  
  ul#recite-languages li:hover {
    background-color: #c3c3c3 !important;
    color: #FFFFFF !important;
    padding: 16px !important;
  }
  
  @media only screen and (max-width: 350px) {
  
    #block-recitemeblock .reciteme-dropdown-field {
      padding-left: 10px !important;
      width: 190px !important;
    }
  
    .reciteme-dropdown-field .text,
    .reciteme-dropdown-field .translated {
      width: 170px !important;
      overflow: hidden !important;
      text-overflow: ellipsis !important;
    }
  }
  