.document-card .document-card-inner {
    padding: 24px;
    border: 2px solid #EDEBE4;
    border-radius: 8px;
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%
}

.document-card .doc-card-img {
    padding: 23px;
    display: inline-block;
    background-color: #EDEBE4;
    border-radius: 8px
}
.glider-track .doc-card-img {
    padding: 5px;
}
.document-card .doc-card-img img {
    max-width: 54px
}

.document-card .doc-card-contents {
    margin-top: 34px
}

.document-card .top-info-bar,.document-card .calendar-detail {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.document-card .calendar-detail p {
    margin-bottom: 0;
    font-family: 'RethinkSans-Regular';
    font-size: 13px;
    line-height: 16px;
    color: #000E56;
    margin-left: 0px !important;
}

.document-card .bottom-info h3:hover,.document-card .bottom-info h3:focus {
    color: #061F80;
}

.document-card .bottom-info h3 {
    font-size: 25px;
    line-height: 30px;
    font-family: 'RethinkSans-SemiBold';
    font-weight: 600;
    color: #000E56;
    margin-top: 10px;
    margin-bottom: 0;
    display: inline;
}

.document-card .right-contents,.document-card .left-contents {
    display: flex
}

.document-card .right-contents img {
    margin-left: 10px;
    margin-right: 10px
}

.document-card button.btn.report-btn,.document-card button.btn.report-btn:hover,.document-card button.btn.report-btn:focus {
    font-family: 'RethinkSans-Regular';
    font-size: 13px;
    line-height: 16px;
    padding: 5px 10px;
    background-color: #5D6265;
    color: #fff;
    border-radius: 4px;
    margin-right: 10px
}

.document-card .dash.document-dash {
    color: #5D6265;
    background: none;
    display: inline-block;
    width: 10px;
    top: unset;
    margin-left:5px;
    margin-right: 10px;
}

.document-card .bottom-info p {
    font-family: 'RethinkSans-Medium';
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 0px;
}

.document-card .download-icon {
    border-right: 2px solid #EDEBE4;
}

.document-card .pdf-text {
    font-family: 'RethinkSans-SemiBold';
    font-size: 13px;
    line-height: 16px;
    text-wrap: nowrap;
    color: #000E56;
}

.document-card .pdf {
    display: inline;
    align-items: baseline;
    margin-top: 5px;
    margin-left: 10px;
}

.document-card .pdf-text {
    margin-left: 10px
}

.document-card .card-controls button span {
    width: 100%;
    height: 100%;
    display: block;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat
}

.document-card .glider-prev span {
    background-image: url(/wp-content/themes/ipsen-main/dist/images/blue-left-arrow.png);
    margin-right: 15px
}

.document-card .glider-prev {
    margin-right: 15px
}

.document-card .glider-next span {
    background-image: url(/wp-content/themes/ipsen-main/dist/images/blue-right-arrow.png)
}

.document-card .glider-prev.disabled span {
    background-image: url(/wp-content/themes/ipsen-main/dist/images/Slider-Arrow.png)
}

.document-card .glider-next.disabled span {
    background-image: url(/wp-content/themes/ipsen-main/dist/images/Slider-Arrow-rigt.png)
}

.document-card .glider-prev.disabled,.glider-next.disabled {
    opacity: 1!important
}

.document-card .card-controls button {
    position: static;
    transform: translate(0,0);
    width: 37px;
    height: 34px;
    background: transparent;
    padding: 0;
    appearance: none;
    cursor: pointer;
    border: none
}

.document-card .document-card-inner:hover,.document-card .document-card-inner:focus {
    /* box-shadow: 0 2px 6px 0 #000026; */
}

.document-card-inner .share-tray {
    position: absolute;
    box-shadow: 0 0 5px #888;
    border-radius: 5px;
    right: 5px;
    top: 5px;
    background-color: #fff;
    z-index: 10
}

.document-card-inner .share-tray-inner {
    background: #fff;
    padding: 10px 12px
}

.document-card .document-card-inner .share-tray a {
    display: flex;
    padding: 10px;
    align-items: center
}

.document-card .document-card-inner .share-tray a {
     color: #000E56;
}

.document-card .share-tray img {
    width: 30px;
    height: 30px;
    margin-right: 15px;
    object-fit: contain;
    display: block;
    pointer-events: all !important;
}

.glider.draggable .document-tray.glider-slide img{
    pointer-events: all !important;
    margin-right: 12px;
}
.document-card {
    margin: 40px 0
}

.document-card .document-tray {
    margin-right: 29px
}

#post-38273 .document-card .document-card-inner {
    padding: 45px !important;
}

.document-card button.btn.report-btn, .document-card button.btn.report-btn:hover, .document-card button.btn.report-btn:focus {
   margin-right: 10px !important;
}
.document-card .calendar-detail p {
    margin-left: 0px !important;
}
/* Spain site document card texts and download button in the same line */
.no-report{
    margin-top: -58px;
    word-break: break-word;
}
.no-report .doc-h1{
    width: 83%;
}
.document-card .download-icon:lang(es) {
    border: none;
}

@media (max-width: 767px) {
    .document-card .bottom-info p {
        margin-top:24px
    }

    .document-card .container {
        display: flex;
        flex-direction: column-reverse
    }

    .document-card .card-controls {
        margin-top: 20px;
        display: flex;
        justify-content: center
    }

    .document-card .document-card-inner {
        box-shadow: none;
    }
}

@media (min-width: 768px) {
    .document-card .document-card-inner {
        padding:30px
    }

    .document-card .document-card-inner>.row .column-1 {
        padding-right: 0
    }

    .document-card .doc-card-contents {
        margin-left: 20px;
        /* margin-top: 0 */
    }

    .document-card .top-info-bar {
        margin-bottom: 26px
    }

    .document-card .bottom-info h3 {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 16px;
        margin-top: 0px;
    }

    .document-card .bottom-info p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 0
    }

    .document-card .doc-h1 {
        display: flex;
        margin-bottom: 0;
        align-items: center
    }

    .document-card .pdf {
        margin-left: 10px;
        margin-bottom: auto;
        margin-top: 10px;
    }

    .document-card .mob-block {
        display: none
    }

    .document-card .card-controls {
        display: flex;
        justify-content: flex-end;
        margin-bottom: 20px
    }

    

    .document-card .container>h1 {
        line-height: 53px
    }

    .document-card {
        margin: 50px 0
    }
}

@media only screen and (min-width: 1600px) {
    .document-card .highlight-block-title {
        margin-bottom:40px
    }
}

@media only screen and (min-width: 1200px) and (max-width:1599px) {
    .document-card .highlight-block-title {
        margin-bottom:40px
    }
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
    .document-card .highlight-block-title {
        margin-bottom:40px
    }
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .document-card .highlight-block-title {
        margin-bottom:20px
    }
}

@media only screen and (min-width: 360px) and (max-width:767px) {
    .document-card .highlight-block-title {
        margin-bottom:25px
    }
}

@media (max-width: 991px){
    .no-report {
        margin-top: -22px;
        width: 80%;
    }
   .document-card .pdf {
    display: inline-block;
   }
}

@media only screen and (max-width: 600px) {
    .glider.draggable .document-tray.glider-slide img {
       margin-right: 15px;
      }
    }