
.share-price-short {
    display: flex;
    flex-direction: row;
    padding-bottom: 20px;
}
.share-price-short-top {
    border-bottom: 1px solid #b2b2b2;
}

.share-price-short p {
    font-size: 30px;
    font-weight: 800;
}
.share-price-short h4 {
    margin-bottom: 0;
    margin-top: 0;
}

.share-price-short div:nth-child(2) {
    padding-left: 30px;
}

/* Share price chart */
.share-price-short-wrapper iframe {
    height: 400px;
}

/* RNS feed */
.type-d-none,
.date-d-none,
.search-d-none,
.pagination-d-none {
    display: none;
}

/* Filters */
.rns-filters {
    background-color: #efefef;
}
/* Dropdown */
.transition-trigger {
    display: block;
    position: relative;
    margin: 10px 0 20px 0;
    padding: 0;
    font-size: 0;
    -webkit-transition: opacity 0.35s ease;
    -moz-transition: opacity 0.35s ease;
    -o-transition: opacity 0.35s ease;
    transition: opacity 0.35s ease;
    border: 0;
}
.transition-trigger:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: transparent url("/assets/svg/plus.svg") no-repeat center;
    background-size: 28px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transition: transform 0.35s ease;
    -moz-transition: transform 0.35s ease;
    -o-transition: transform 0.35s ease;
    transition: transform 0.35s ease;
}
.transition-trigger.collapsed {
    margin-top: 0;
}
.transition-trigger.collapsed:after {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
}

/* Inputs */
.rns-filters input {
    padding: 10px 20px;
    box-sizing: content-box;
}

.rns-filters .subscribe-button > div {
    border-color: #575756;
}
.rns-filters .subscribe-button:hover .subscribe-icon img {
    filter: invert(1) brightness(100);
}

/* Date picker */
.ui-widget.ui-widget-content {
    width: calc(100% - 30px);
    max-width: 310px;
    margin-top: 5px;
    border: 1px solid #ececec;
    border-radius: 0;
    padding: 0;
}

/* Month title */
.ui-datepicker .ui-datepicker-header {
    background: #575756;
    color: #fff;
    border: none;
    font-weight: 700;
    padding: 10px 35px;
    border-radius: 0;
}
.ui-widget-header .ui-datepicker-title {
    font-size: 11px;
    margin-left: 0;
    margin-right: 0;
}
/* Font size matches the .text-small class */

/* Month controls */
.ui-widget-header .ui-corner-all {
    background: transparent;
    top: calc(50% - 8px);
    left: 10px;
    width: 16px;
    height: 16px;
    border: none;
    cursor: pointer;
}
.ui-widget-header .ui-corner-all.ui-datepicker-next {
    left: auto;
    right: 10px;
}
.ui-widget-header .ui-corner-all .ui-icon {
    margin: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("/assets/svg/arrow-left-white.svg");
    background-position: 0;
    background-size: cover;
}
.ui-widget-header .ui-corner-all .ui-icon:active,
.ui-widget-header .ui-corner-all .ui-icon:focus {
    outline: none;
}
.ui-widget-header .ui-corner-all.ui-datepicker-next .ui-icon {
    background-image: url("/assets/svg/arrow-right-white.svg");
}

/* Dates */
.ui-datepicker .ui-datepicker-calendar {
    color: #333;
    font-size: 11px;
}
.ui-datepicker [class*="ui-state-"] {
    font-weight: bold;
    font-size: 12px;
    line-height: 18px;
}
.ui-datepicker .ui-state-default {
    background: #ececec;
    color: #333;
    border-color: #ececec;
}

/* Current date */
.ui-datepicker .ui-state-active {
    border: 1px solid #ff9e18;
    background: #ff9e18;
    color: #fff;
}

/* Selected date */
.ui-datepicker .ui-state-highlight {
    border: 1px solid #ff9e18;
}

/* Clear & Done buttons */
.ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-buttonpane button.ui-datepicker-close {
    border-radius: 0;
    border: 2px solid #e9580c;
    background: transparent;
    margin: 10px 0;
    padding: 8px 25px;
    font-size: 14px;
    font-weight: 700;
    color: #333;
}

/* Filter by type */
.rns-filters .type-filter input {
    display: none;
}
.rns-filters .type-filter label {
    display: block;
}
.rns-filters .type-filter input + label .checked {
    display: none;
}
/* Type checked */
.rns-filters  .type-filter input:checked + label .checked {
    display: inline-block;
}
.rns-filters  .type-filter input:checked + label .unchecked {
    display: none;
}

/* Email alerts */
.theme-dark-grey {
    background-color: #575756;
}
.theme-dark-grey * {
    color: #fff;
    border-color: #fff;
}
.theme-dark-grey .internal-link a {
    position: relative;
    color: #fff;
    margin-left: 7px;
    padding-left: 50px;
}
.theme-dark-grey .internal-link a::before {
    filter: invert(1) brightness(2);
}


/* Pagination */
.rns-pagination-status {
    background-color: #efefef;
}
.pagination-number,
.pagination-button {
    border: 1px solid #575756;
    padding: 10px;
    width: 20px;
    height: 20px;
    box-sizing: content-box;
}
.pagination-number.active {
    background-color: #ffea3d;
}
.pagination-button {
    background: #575756;
    color: #fff;
    border-color: #fff;
    width: 22px;
    height: 22px;
    margin-top: -1px;
}
.pagination-button.disabled {
    opacity: 0.6;
}

/* Pagination status */
#page-limit-status .transition-trigger {
    margin-top: 4px;
}
#collapse-num-of-items {
    position: absolute;
    background: #fff;
    margin-top: 50px;
}

@media (max-width: 566px) {
    .text-filter-box {
        margin-bottom: 30px;
    }
}

@media (min-width: 567px) {
    /* RNS */
    .ui-widget-header .ui-datepicker-title,
    .ui-datepicker .ui-datepicker-calendar {
        font-size: 12px;
    }
    /* Font size matches the .text-small class */
    .ui-datepicker-buttonpane button.ui-datepicker-current,
    .ui-datepicker-buttonpane button.ui-datepicker-close {
        font-size: 15px;
    }
    .share-price-short {
        display: grid;
        grid-template-columns: 1fr 1fr;
        padding-bottom: 40px;
    }
    .share-price-short p.numbers {
        font-size: 60px;
        font-weight: 800;
    }
    .share-price-short div:nth-child(2) {
        border-left: 1px solid #b2b2b2;
        padding-left: 40px;
    }
    .share-price-short h4 {
        margin-bottom: initial;
        margin-top: initial;
    }
}

@media (min-width: 768px) {
    /* Share price ticker */
    .share-price-short {
        display: grid;
        grid-template-columns: 1fr 1fr;
        padding-bottom: 40px;
    }
}

@media (min-width: 992px) {
}
