a.read-more-btn-open.pause {
    color: white !important;
    background: #be000c;
    text-decoration: none;
    padding: 8px 26px;
    border-radius: 48px;
    position: relative;
	margin: 1rem 0;
}
a.read-more-btn-open.pause::before {
    content: "";
    position: absolute;
    top: -5px;
    right: -5px;
    width: 26px;
    height: 26px;
    background-color: white;
    border-radius: 50%;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -2 23 28" fill="none" stroke="%23be000c" stroke-width="2" stroke-linecap="round"><circle cx="12" cy="12" r="10"/><line x1="12" y1="8" x2="12" y2="8"/><line x1="12" y1="11" x2="12" y2="16"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#topseller .cms-element-title {
        text-align: center;
    font-size: calc(2.25rem + .6vw);
    color: #be000c !important;
}

#topseller .card {
    border: none;
}

#topseller .btn {
    background:#be000c;
    border:none;
}

#topseller .btn:hover {
    background:#98000a !important;
}