/* Market News CSS */
.pr-stories-container {
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-top: 7rem;
    margin-bottom: 5rem;
}

.pr-stories-container a {
    text-decoration: none;
}

.pr-stories-header {
    background-color: #f5f5f5;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-color: #ddd;
    color: #333;
    margin: 0;
    padding: 15px 8px;
}

.pr-stories-header span {
    font-size: 18px;
}

.pr-pull-right {
    float: right !important;
}

.pr-pull-right::after {
    clear: both;
}

.pr-btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.pr-btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.pr-btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.pr-story-block {
    padding: 10px 0;
    clear: both;
    border-top: 1px solid #ccc;
}

.pr-story-block::after {
    clear: both;
}

.pr-thumbnail {
    float: left;
    margin-right: 10px;
    padding: 2px;
}

.pr-thumbnail img {
    width: 150px;
    max-width: 150px;
    height: 100px;
    max-height: 100px;
    object-fit: scale-down;
    display: block;
    vertical-align: middle;
    border: 0;
}

.pr-story-headline-container {
    display: grid;
    grid-template-columns: minmax(170px, max-content)  auto;
    gap: 15px;
    font-size: 15px;
    padding: 0 8px;
}

.pr-story-headline-container a {
    color: #333;
    padding: 3px 0;
    /*font-size: 1rem;*/
    font-size: 17px;
    font-weight: 600;
}

.pr-story-headline-container a:hover {
    text-decoration: underline;
}

.pr-story-headline-container .pr-story-organization,
.pr-story-headline-container .pr-story-summary {
    color: #555;
    padding: 3px 0;
}

.pr-story-headline-container .pr-story-summary {
    line-height: 1.325rem;
}

.pr-story-headline-container .pr-story-organization::after {
    content: " - ";
}

.pr-story-meta-info {
    padding: 3px 0;
}

.pr-story-publish-time {
    color: #999;
}

.pr-mt-10 {
    margin-top: 10px;
}

.pr-mb-10 {
    margin-bottom: 10px;
}

.pr-text-center {
    text-align: center;
}

.pr-btn-md {}

.pr-btn-primary {
    background-color: #337ab7;
    border-color: #2e6da4;
    color: #fff;
}

#pr-load-more button:hover {
    background-color: transparent;
    color: #337ab7;
}

.pr-align-right {
    text-align: right;
}

#pr-story {
    margin-top: 1.725rem;
}

#pr-story .pr-story-title {
    background-color: transparent;
    font-size: 21px;
    margin-bottom: 0;
    margin-top: 0;
    line-height: 2.5rem;
    font-weight: 600;
    letter-spacing: -1px;
    text-transform: none;
    border: none;
}

#pr-story .pr-story-author::after,
#pr-story .pr-feed::after {
    content: " - ";
}

#pr-story .pr-story-meta-info {
    font-size: 14px;
    color: #555;
    padding: 1rem 0 1.25rem;
    border-bottom: 1px solid #ccc;
    margin-bottom: 7px;
}

#pr-story .pr-story-meta-info a {
    color: #337ab7;
    text-decoration: none;
}

#pr-story .pr-story-publish-time {
    color: inherit;
}

#pr-story .pr-img-container {
    margin-bottom: 15px;
}

.pr-img-responsive {
    display:block;
    max-width:100%;
    height:auto;
}

#pr-story .pr-story-image {
    margin-bottom: 15px;
    width: 100%;
    max-height: 375px;
    object-fit: cover;
    object-position: 0px 40%;
    display: inline-block;
}

#pr-story .pr-content {
    font-size: 15px !important;
    line-height: 1.95rem !important;
    overflow: hidden;
    clear: both;
    float: none;
}

#pr-story .pr-content a {
    color: #337ab7;
}

#pr-story .pr-content p {
    font-size: 15px !important;
    line-height: 1.95rem !important;
    overflow: hidden;
    clear: both;
    float: none;
    margin-bottom: 1.25rem;
    text-rendering: optimizeLegibility;
    text-align: justify;
}
