
/* castom------------------------- */
.universal-news .castom-news-section {
    background-image: url(/image/catalog/news/transmitter-guide/custom-img.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 260px 50px 50px 50px;
}
.castom-news-wrap {
    display: flex;
    flex-direction: column;
    max-width: 512px;
    width: 100%;
}

.castom-news-wrap img {
    filter: drop-shadow(0 4px 88px rgba(255, 255, 255, 0.27));
    -webkit-filter: drop-shadow(0 4px 88px rgba(255, 255, 255, 0.27));
    max-width: 512px;
    width: 100%;
}
.castom-news-wrap h3 {
    color: #FFF;
    font-size: 20px;
    font-style: italic;
    font-weight: 600;
    line-height: 140%;
    text-transform: uppercase;
    margin: 20px 0;
}
.castom-news-wrap-link {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
    padding: 5px 5px 5px 30px;
    border-radius: 40px;
    background: #266141;
    border: 1px solid #266141;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    max-width: 455px;
    width: 100%;
    transition: all 0.3s ease;
    cursor: pointer;
    text-decoration: none;
}
.castom-news-wrap-link span {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
}
.castom-news-wrap-link button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}
.castom-news-wrap-link:hover {
    background-color: #FFF;
}
.castom-news-wrap-link:hover span {
    color: #266141;
}
.castom-news-wrap-link:hover button {
    background-color: #266141;
}
.castom-news-wrap-link:hover button svg path {
    fill: #FFF;
}
@media screen and (max-width: 1344px) {
    .universal-news .castom-news-section {
        padding: 260px 30px 30px 30px;
    }
}
@media screen and (max-width: 1199px) {
    .universal-news .castom-news-section {
        padding: 260px 30px 30px 30px;
    }
    .castom-news-wrap img {
        max-width: 450px;
    }
}
@media screen and (max-width: 767px){
    .universal-news .castom-news-section {
        background-image: url(/image/catalog/news/transmitter-guide/custom-img-m.webp);
        background-position: top center;
        padding: 335px 20px 20px 20px;
    }
    .castom-news-wrap {
        align-items: flex-start;
        text-align: center;
        max-width: 100%;
    }
    .castom-news-wrap h3 {
        font-size: 16px;
        margin: 16px auto 16px 0;
        text-wrap: balance;
        max-width: 455px;
        text-align: left;
    }
    .castom-news-wrap-link span {
        text-wrap: balance;
    }
}
@media screen and (max-width: 567px) {
    .universal-news .castom-news-section {
        padding: 305px 16px 16px 16px;
    }
    .castom-news-wrap h3 {
        font-size: 14px;
    }
    .castom-news-wrap-link span {
        font-size: 14px;
    }
}

.universal-quotes-logo {
    width: 51px !important;
    top: unset !important;
    left: unset !important; 
    bottom: 30px;
    right: 30px;
}

@media screen and (max-width: 567px) {
    .universal-quotes-logo {
        bottom: 20px;
        right: 20px;
    }
}

/* castom-acoustic------------------------ */
.universal-news .castom-news-acoustic-section {
    background-image: url(/image/catalog/news/acoustic-injury/custom-img.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 160px 50px 160px 50px;
}
.castom-news-acoustic-wrap {
    display: flex;
    flex-direction: column;
    max-width: 512px;
    width: 100%;
}

.castom-news-acoustic-wrap img {
    filter: drop-shadow(0 4px 88px rgba(255, 255, 255, 0.27));
    -webkit-filter: drop-shadow(0 4px 88px rgba(255, 255, 255, 0.27));
    max-width: 512px;
    width: 100%;
}
.castom-news-acoustic-wrap h3 {
    color: #FFF;
    font-size: 20px;
    font-style: italic;
    font-weight: 600;
    line-height: 140%;
    text-transform: uppercase;
    margin: 20px 0;
}
.castom-news-acoustic-wrap-link {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
    padding: 5px 5px 5px 30px;
    border-radius: 40px;
    background: #266141;
    border: 1px solid #266141;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    max-width: 455px;
    width: 100%;
    transition: all 0.3s ease;
    cursor: pointer;
    text-decoration: none;
}
.castom-news-acoustic-wrap-link span {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
}
.castom-news-acoustic-wrap-link button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}
.castom-news-acoustic-wrap-link:hover {
    background-color: #FFF;
}
.castom-news-acoustic-wrap-link:hover span {
    color: #266141;
}
.castom-news-acoustic-wrap-link:hover button {
    background-color: #266141;
}
.castom-news-acoustic-wrap-link:hover button svg path {
    fill: #FFF;
}
@media screen and (max-width: 1344px) {
    .universal-news .castom-news-acoustic-section {
        padding: 130px 30px 130px 30px;
    }
}
@media screen and (max-width: 1199px) {
    .universal-news .castom-news-acoustic-section {
        padding: 130px 30px 130px 30px;
    }
    .castom-news-acoustic-wrap img {
        max-width: 450px;
    }
}
@media screen and (max-width: 767px){
    .universal-news .castom-news-acoustic-section {
        background-image: url(/image/catalog/news/acoustic-injury/custom-img-m.webp);
        background-position: top right;
        padding: 335px 20px 20px 20px;
    }
    .castom-news-acoustic-wrap {
        align-items: flex-start;
        text-align: center;
        max-width: 100%;
    }
    .castom-news-acoustic-wrap h3 {
        font-size: 16px;
        margin: 16px auto 16px 0;
        text-wrap: balance;
        max-width: 455px;
        text-align: left;
    }
    .castom-news-acoustic-wrap-link span {
        text-wrap: balance;
    }
}
@media screen and (max-width: 567px) {
    .universal-news .castom-news-acoustic-section {
        padding: 305px 16px 16px 16px;
    }
    .castom-news-acoustic-wrap h3 {
        font-size: 14px;
    }
    .castom-news-acoustic-wrap-link span {
        font-size: 14px;
    }
}


/* castom-cold------------------------ */
.universal-news .castom-news-cold-section {
    background-image: url(/image/catalog/news/cold-in-tent/custom-img.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 160px 50px 50px 50px;
}
.castom-news-cold-wrap {
    display: flex;
    flex-direction: column;
    max-width: 512px;
    width: 100%;
}

.castom-news-cold-wrap img {
    filter: drop-shadow(0 4px 88px rgba(255, 255, 255, 0.27));
    -webkit-filter: drop-shadow(0 4px 88px rgba(255, 255, 255, 0.27));
    max-width: 512px;
    width: 100%;
}
.castom-news-cold-wrap h3 {
    color: #FFF;
    font-size: 15px;
    font-style: italic;
    font-weight: 600;
    line-height: 140%;
    margin: 20px 0;
}
.castom-news-cold-wrap-link {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
    padding: 5px 5px 5px 30px;
    border-radius: 40px;
    background: #266141;
    border: 1px solid #266141;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    max-width: 455px;
    width: 100%;
    transition: all 0.3s ease;
    cursor: pointer;
    text-decoration: none;
}
.castom-news-cold-wrap-link span {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
}
.castom-news-cold-wrap-link button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}
.castom-news-cold-wrap-link:hover {
    background-color: #FFF;
}
.castom-news-cold-wrap-link:hover span {
    color: #266141;
}
.castom-news-cold-wrap-link:hover button {
    background-color: #266141;
}
.castom-news-cold-wrap-link:hover button svg path {
    fill: #FFF;
}
@media screen and (max-width: 1344px) {
    .universal-news .castom-news-cold-section {
        padding: 130px 30px 130px 30px;
    }
}
@media screen and (max-width: 1199px) {
    .universal-news .castom-news-cold-section {
        padding: 130px 30px 130px 30px;
    }
    .castom-news-cold-wrap img {
        max-width: 450px;
    }
}
@media screen and (max-width: 767px){
    .universal-news .castom-news-cold-section {
        background-image: url(/image/catalog/news/cold-in-tent/custom-img-m.webp);
        background-position: top right;
        padding: 335px 20px 20px 20px;
    }
    .castom-news-cold-wrap {
        align-items: flex-start;
        text-align: center;
        max-width: 100%;
    }
    .castom-news-cold-wrap h3 {
        font-size: 15px;
        margin: 16px auto 16px 0;
        text-wrap: balance;
        max-width: 455px;
        text-align: left;
    }
    .castom-news-cold-wrap-link span {
        text-wrap: balance;
    }
}
@media screen and (max-width: 567px) {
    .universal-news .castom-news-cold-section {
        padding: 305px 16px 16px 16px;
    }
    .castom-news-cold-wrap h3 {
        font-size: 13px;
    }
    .castom-news-cold-wrap-link span {
        font-size: 14px;
    }
}






/* castom-refrige------------------------ */
.universal-news .castom-news-refrige-section {
    position: relative;
    background-image: url(/image/catalog/news/refrig-vs-bag/motorhome.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 50px;
}
.universal-news .castom-news-refrige-section-svg {
    position: absolute;
    top: 20px;
    right: 20px;
    object-fit: contain;
    width: 100%;
    max-width: 100px;
}
.castom-news-refrige-wrap {
    display: flex;
    flex-direction: column;
    max-width: 480px;
    width: 100%;
    gap: 150px;
}

.castom-news-refrige-wrap p {
    margin: 0;
    color: #FFF;
    font-size: 15px;
    font-weight: 400;
    line-height: 140%;
}
.castom-news-refrige-wrap h3 {
    margin: 0;
    color: #FFF;
    font-size: 30px;
    font-weight: 700;
    line-height: 130%;
    text-transform: uppercase;
}
.castom-news-refrige-wrap-link {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
    padding: 5px 5px 5px 30px;
    border-radius: 40px;
    background: #266141;
    border: 1px solid #266141;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    max-width: 455px;
    width: 100%;
    transition: all 0.3s ease;
    cursor: pointer;
    text-decoration: none;
}
.castom-news-refrige-wrap-link span {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
}
.castom-news-refrige-wrap-link button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}
.castom-news-refrige-wrap-link:hover {
    background-color: #FFF;
}
.castom-news-refrige-wrap-link:hover span {
    color: #266141;
}
.castom-news-refrige-wrap-link:hover button {
    background-color: #266141;
}
.castom-news-refrige-wrap-link:hover button svg path {
    fill: #FFF;
}
@media screen and (max-width: 1344px) {
    .universal-news .castom-news-refrige-section {
        padding: 130px 30px 130px 30px;
    }
}
@media screen and (max-width: 1199px) {
    .universal-news .castom-news-refrige-section {
        padding: 130px 30px 130px 30px;
    }
    .castom-news-refrige-wrap img {
        max-width: 450px;
    }
}
@media screen and (max-width: 767px){
    .universal-news .castom-news-refrige-section {
        background-image: url(/image/catalog/news/refrig-vs-bag/motorhome-m.webp);
        background-position: top right;
        padding: 50px;
    }
    .castom-news-refrige-wrap {
        align-items: flex-start;
        max-width: 100%;
        gap: 120px;
    }
    .castom-news-refrige-wrap h3 {
        text-wrap: balance;
        max-width: 319px;
        text-align: left;
    }
    .castom-news-refrige-wrap-link span {
        text-wrap: balance;
    }
}
@media screen and (max-width: 567px) {
    .universal-news .castom-news-refrige-section {
        padding: 16px;
    }
    .castom-news-refrige-wrap p {
        font-size: 13px;
    }
    .castom-news-refrige-wrap h3 {
        font-size: 20px;
        max-width: 230px;
    }
    .universal-news .castom-news-refrige-section-svg {
        top: 10px;
        right: 10px;
        width: 70px;
        height: 70px;
    }
}



/* castom-fresh------------------------ */
.universal-news .castom-news-fresh-section {
    position: relative;
    background-image: url(/image/catalog/news/refrig-vs-bag/fresh.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
    padding: 50px;
}
.universal-news .castom-news-fresh-section-svg {
    position: absolute;
    top: 20px;
    right: 20px;
    object-fit: contain;
    width: 100%;
    max-width: 100px;
}
.castom-news-fresh-wrap {
    display: flex;
    flex-direction: column;
    max-width: 580px;
    width: 100%;
    gap: 200px;
}

.castom-news-fresh-wrap p {
    margin: 0;
    color: #FFF;
    font-size: 24px;
    font-weight: 500;
    line-height: 130%;
}
.castom-news-fresh-wrap h3 {
    margin: 0;
    color: #FFF;
    font-size: 30px;
    font-weight: 700;
    line-height: 130%;
    text-transform: uppercase;
    max-width: 480px;
}
.castom-news-fresh-wrap-link {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
    padding: 5px 5px 5px 30px;
    border-radius: 40px;
    background: #266141;
    border: 1px solid #266141;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    max-width: 455px;
    width: 100%;
    transition: all 0.3s ease;
    cursor: pointer;
    text-decoration: none;
}
.castom-news-fresh-wrap-link span {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
}
.castom-news-fresh-wrap-link button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}
.castom-news-fresh-wrap-link:hover {
    background-color: #FFF;
}
.castom-news-fresh-wrap-link:hover span {
    color: #266141;
}
.castom-news-fresh-wrap-link:hover button {
    background-color: #266141;
}
.castom-news-fresh-wrap-link:hover button svg path {
    fill: #FFF;
}
@media screen and (max-width: 1344px) {
    .universal-news .castom-news-fresh-section {
        padding: 130px 30px 130px 30px;
    }
}
@media screen and (max-width: 1199px) {
    .universal-news .castom-news-fresh-section {
        padding: 130px 30px 130px 30px;
    }
    .castom-news-fresh-wrap img {
        max-width: 450px;
    }
}
@media screen and (max-width: 1199px) {
    .castom-news-fresh-wrap p {
        font-size: 20px;
    }
}
@media screen and (max-width: 767px){
    .universal-news .castom-news-fresh-section {
        background-image: url(/image/catalog/news/refrig-vs-bag/fresh-m.webp);
        background-position: top right;
        padding: 50px;
    }
    .castom-news-fresh-wrap {
        align-items: flex-start;
        max-width: 100%;
        gap: 120px;
    }
    .castom-news-fresh-wrap h3 {
        text-wrap: balance;
        max-width: 319px;
        text-align: left;
    }
    .castom-news-fresh-wrap-link span {
        text-wrap: balance;
    }
}
@media screen and (max-width: 567px) {
    .universal-news .castom-news-fresh-section {
        padding: 16px;
    }
    .castom-news-fresh-wrap h3 {
        font-size: 20px;
        max-width: 230px;
    }
    .universal-news .castom-news-fresh-section-svg {
        top: 10px;
        right: 10px;
        width: 70px;
        height: 70px;
    }
}

.universal-news .universal-text {
    text-align: start;
}
.universal-table th, .universal-table td {
    white-space: normal;
}
.third-news-section__list {
    padding-left: 0;
    padding-right: 0;
}