@charset "UTF-8";

.rssTableContainer {
  --background-color-active: rgb(233 233 233);
}

@media screen and (max-width: 480px) {

  #rssTableContainerAgriniara .tablerss, #rssTableContainerAgriniaraTopiko .tablerss {
    width: 85%;
  }
  
  .rssTableContainer .rsstitle {
    display: flex;
    flex-direction: column;
    margin-bottom: 1.2em;
  }

  .rssTableContainer .rsstitle-active {
    background-color: var(--background-color-active);
  }

  .rsshead {
    text-decoration: underline;
    cursor: pointer;   
  }

  .rssTableContainer .rssdate {
  }

  .rssTableContainer .rssdescription {
    font-size: small;
    line-height: normal;
  }

  .rssperigrafi {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.5s ease, opacity 0.5s ease;
    padding: 0;
  }

    .rssperigrafi.visible {
      max-height: max-content;
      opacity: 1;
      padding: 0.5em;
      max-width: 85vw;
    }

  blockquote {
    margin: 0;
  }


}





@media screen and (min-width: 481px) and (max-width: 768px) {


  #rssTableContainerAgriniara .tablerss, #rssTableContainerAgriniaraTopiko .tablerss {
    width: 85%;
  }

  .rssTableContainer .rsstitle {
    display: flex;
    flex-direction: column;
    margin-bottom: 1.2em;
  }

  .rssTableContainer .rsstitle-active {
    background-color: var(--background-color-active);
  }

  .rsshead {
    text-decoration: underline;
    cursor: pointer;
  }

  .rssTableContainer .rssdate {
  }

  .rssTableContainer .rssdescription {
    font-size: small;
    line-height: normal;
  }

  .rssperigrafi {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.5s ease, opacity 0.5s ease;
    padding: 0;
  }

    .rssperigrafi.visible {
      max-height: max-content;
      opacity: 1;
      padding: 0.5em;
      max-width: 85vw;
    }

  blockquote {
    margin: 0;
  }
}






@media screen and (min-width: 769px) and (max-width: 1024px) {

  #rssTableContainerAgriniara .tablerss, #rssTableContainerAgriniaraTopiko .tablerss {
    width: 95%;
  }

  .rssTableContainer .rsstitle {
    display: flex;
    flex-direction: column;
    margin-bottom: 1.2em;
  }

  .rssTableContainer .rsstitle-active {
    background-color: var(--background-color-active);
  }

  .rsshead {
    text-decoration: underline;
    cursor: pointer;
  }

  .rssTableContainer .rssdate {
  }

  .rssTableContainer .rssdescription {
    font-size: small;
    line-height: normal;
  }

  .rssperigrafi {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.5s ease, opacity 0.5s ease;
    padding: 0;
  }

    .rssperigrafi.visible {
      max-height: max-content;
      opacity: 1;
      padding: 0.5em;
      max-width: 85vw;
    }

  blockquote {
    margin: 0;
  }
}





@media screen and (min-width: 1025px) and (max-width: 1899px) {
  .rssTableContainer .rssTableContainerTopiko {
    width: 100%;
  }

  .rssTableContainer .tablerss {
  }

  .rssTableContainer .rsstitle {
    max-width: 1000px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
  }

    .rssTableContainer .rsstitle a:hover {
      background-color: var(--background-color-active);
    }

  .rssTableContainer .rsstitle-active {
    background-color: var(--background-color-active);
  }

  .rsshead {
    text-decoration: underline;
    cursor: pointer;
    width: 870px;
  }

  .rssdate {
    width: 120px;
  }

  .rssdescription {
    display: inline-table
  }
  
  .rssperigrafi { 
    max-width: 95%;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.5s ease, opacity 0.5s ease;
    padding: 0 1em;
    margin: 0.2em;
  }

    .rssperigrafi.visible {
      max-height: max-content;
      opacity: 1;
      /* display: inline-table; */
    }

    .rssperigrafi p {
      padding: 0;
    }

   .rssperigrafi img {
      max-width: 50vw;
      height: auto;
    }
 
    .rssperigrafi * {
      /* max-width: 70vw; */
      /* height: auto; */
    }
}
