/**
* @package Joomla! 1.7
* @author 2008 (c)  Denys Nosov (aka Dutch)
* @author web-site: www.joomla-ua.org
* @copyright This module is licensed under a Creative Commons Attribution-Noncommercial-No Derivative Works 3.0 License.
**/

.junewsultra,
.junewsultra .jn,
.junewsultra .jn-head {
    overflow: hidden;
}

.junewsultra .jn-head,
.junewsultra .jn .jn-intro,
.junewsultra .jn .jn-more {
    clear: both;
    padding: 6px 4px;
}

.junewsultra .jn a,
.junewsultra .jn a:link,
.junewsultra .jn a:visited {
    text-decoration: none;
    background: transparent;
    border-bottom: none;
    font-size: 1.07em;
    color: #11274b;
}

.junewsultra .jn a:hover,
.junewsultra .jn a:focus,
.junewsultra .jn a:active {
    text-decoration: underline;
    color: #ff9d12;
    border: none;
}

.junewsultra .jn .jn-left img:hover {
    opacity: .7;
}

.junewsultra .jn {
    margin: 10px 0 20px;
    padding: 0;
    clear: both;
    display: block;
    border-bottom: 0.5px solid #dbdbdb;
}

.junewsultra .jn .jn-head {
    background: #fff repeat-x 0 100%;
}

.junewsultra .jn .jn-left {
    display: flex;
    width: 100%;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    line-height: 1.3;
}

.junewsultra .jn .jn-left img {
    padding: 1px;
    border-radius: 3px;
}

.junewsultra .jn .jn-right {
    display: flex;
    width: 100%;
    padding: 20px 5px 10px;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.junewsultra .jn .jn-right h4 {
    font-size: 98%;
    font-weight: bolder;
}

.junewsultra .jn .jn-right .jn-info {
    font-size: 90%;
    color: #778899;
    padding: 5px 0 0 0;
}

.junewsultra .jn .jn-right .jn-hit-n-rating {
    padding-top: 3px;
}

.junewsultra .jn .jn-right .jn-hit-n-rating .jn-small {
    float: left;
    padding-right: 3px;
}

.junewsultra .jn .jn-right .jn-hit-n-rating .jn-rating img {
    border: none;
    padding: 0;
    margin: 0;
}

.junewsultra .jn .jn-more {
    text-align: right;
}

.junewsultra .jn .jn-more a {
    padding-left: 5px;
}

@media (min-width: 500px) and (max-width: 991px) {
  .junewsultra, .junewsultra .jn, .junewsultra .jn-head {
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    column-gap: 2;
    justify-content: space-between;
    align-content: space-between;
    align-items: baseline;
    justify-items: center;
   }
  .junewsultra .jn {
    margin: 10px 0 20px;
    padding: 0;
    clear: both;
    display: flex;
    border-bottom: 0.5px solid #dbdbdb;
    flex-wrap: nowrap;
    flex-direction: column;
    max-width: 300px;
    align-content: stretch;
    justify-content: center;
    align-items: baseline;
   }
  .junewsultra .jn .jn-head {
    background: #fff repeat-x 0 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    max-height: 300px;
    max-width: 300px;
  }
  .junewsultra .jn {
    margin: 10px 0 20px;
    padding: 0;
    clear: both;
    display: flex;
    border-bottom: 0.5px solid #dbdbdb;
    flex-wrap: nowrap;
    flex-direction: column;
    max-width: 300px;
    align-content: stretch;
    justify-content: center;
    align-items: baseline;
   }
   .junewsultra .jn .jn-head {
    background: #fff repeat-x 0 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    max-height: 300px;
    max-width: 300px;
    }
    .junewsultra .jn .jn-right {
    display: flex;
    width: 100%;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 0px;
}
}

@media (max-width: 499px){
   .junewsultra, .junewsultra .jn, .junewsultra .jn-head {
    overflow: hidden;
    display: grid;
    gap: 10px;
    justify-content: space-around;
    align-content: space-between;
    align-items: center;
    justify-items: center;
   }
  .junewsultra .jn {
    margin: 10px 0 20px;
    padding: 0;
    clear: both;
    display: flex;
    border-bottom: 0.5px solid #dbdbdb;
    flex-wrap: nowrap;
    flex-direction: column;
    max-width: 300px;
    max-width: 300px;
    align-content: stretch;
    justify-content: center;
    align-items: baseline;
   }
  .junewsultra .jn .jn-head {
    background: #fff repeat-x 0 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    max-height: 300px;
    max-width: 300px;
  }
  .junewsultra .jn {
    margin: 10px 0 20px;
    padding: 0;
    clear: both;
    display: flex;
    border-bottom: 0.5px solid #dbdbdb;
    flex-wrap: nowrap;
    flex-direction: column;
    max-width: 300px;
    align-content: stretch;
    justify-content: center;
    align-items: baseline;
   }
   .junewsultra .jn .jn-head {
    background: #fff repeat-x 0 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    max-height: 300px;
    }
    .junewsultra .jn .jn-right {
    display: flex;
    width: 100%;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 10px 0 25px 0;
}
}