<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.article img {
    float: left;
    display: block;
    margin-left: auto;
    margin-right: 1em;
    /* width: 50%; */
    margin-bottom: 1em;
    margin-top: 1em;
    max-width: 300px;
    max-height: 300px;
}

.article h3 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;
}

.article h2 {
    padding-top: 20px;
    font-weight: bold;
}

.article h4, h5 {
    font-size: 24px;
    color: #F87022;
    margin-top: 1em;
}
.article .card-title {
    font-size: 34px;
    text-align: left;
    margin-left: 25px;
    margin-bottom: 1em;
    margin-top: 1em;
}
.article .card-text {
    line-height:1.5em;
    margin-left: 25px;
    margin-right: 25px;
}

/* .card-body{
    width: 80%;
} */
.article ul {
    list-style-type: disc;
    margin-left: 25px;
}
/* .article figure{
    color: #F87022;
} */

.caption_for_article {
    color:green;
    font-style: italic;
    font-size: 15px;
    text-decoration: underline;
}

.MuiTab-wrapper {
    flex-direction: row !important;
}

.MuiTab-labelIcon {
    min-height: 5px !important;
    border-color: #2F5596 !important;
    border-radius: 10px !important;
    /* color:azure !important; */
    /* margin: 2px !important; */
    /* padding: 2px !important; */
    padding-bottom: 0px !important;
}

.MuiTabs-root {
    display: flex;
    overflow: hidden;
    min-height: 4px !important;
}

.MuiTab-textColorSecondary.Mui-selected {
    color: white !important;
    background-color: #496493;
}

.popup {
    position: relative;
    background: #2F5596;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    border-radius: 1%;
  }

/* Recipe search result pagination */
.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .paginationItem {
    background: #fff;
    border: 2px solid #666;
    padding: 10px 15px;
    border-radius: 50%;
    height: 45px;
    width: 45px;
    position: relative;
    margin: 0 5px;
    cursor: pointer;
  }
  
  .paginationItem span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  .prev,
  .next {
    background: #fff;
    border: 2px solid #2F5596;
    padding: 10px;
    color: #2F5596;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
    margin: 0 10px;
    cursor: pointer;
    border-radius: 40%;
  }
  
  .paginationItem.active {
    border: 3px solid #2F5596;
    color: #2F5596;
    pointer-events: none;
    box-shadow: #2F5596;
  }
  
  .prev.disabled,
  .next.disabled {
    pointer-events: painted;
    box-shadow: none;
    color: #999;
  }
  /* Recipe search result pagination end */
  </pre></body></html>