<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import "../../../scoop/assets/css/style.min.css";

.entry-content-parashot {
    max-width: 700px;
    margin: 0 auto;
}

.single-humash {
	margin-bottom: 20px;
	background: #ffffff;
}

.single-humash-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #dddddd;
    padding: 0 20px;
	transition: background 0.5s  ease-out, color 0.5s  ease-out;
	cursor: pointer;
	background: #fef7ec;
}

.single-humash-title h4 {
	margin: 5px 0;
	transition: color 0.5s  ease-out;
}

.single-humash-title:hover,
.single-humash-title.active {
	background: #a02b34;
	color: #fef7ec;
}

.single-humash-title:hover h4,
.single-humash-title.active h4 {
	color: #fef7ec;
}

.single-humash-container-wrapper {
	display: none;
}

.single-humash-container {
	border: 1px solid #dddddd;
	border-top: 0;
	padding: 5px;
}

.single-humash-container a {
    font-size: 20px;
    display: block;
}

.single-humash-container a:hover {
	color: #a02b34;
}

.single-humash-container hr {
    margin: 5px 0;
}

.single-humash-container hr:last-child {
    display: none;
}

.parasha-playlist {
	list-style-type: none;
	-webkit-padding-start: 0;
	background: #fef7ec;
    border: 6px double #a02b34;
    padding: 10px 15px;
}

.parasha-playlist li {
	cursor: pointer;
	transition: 0.5s;
	border-bottom: 1px dashed #a02b34;
}

.parasha-playlist li:hover,
.parasha-playlist li.active {
    font-weight: bold;
	color: #a02b34;
}

.single-parasha .pdfemb-viewer {
	margin-top: 35px !important;
}

.single-parasha .pdfemb-toolbar.pdfemb-toolbar-hover.pdfemb-toolbar-bottom {
	display: block !important;
}

.mejs-button.mejs-playpause-button {
    transform: scale(2);
}

.mejs-container.svg.mejs-audio {
    padding-bottom: 10px;
    box-sizing: initial;
}

.pdfemb-page-area:before {
    content: '« למעבר לדף הבא';
    display: inline-block;
    background: rgba(255,255,255,.9);
    color: red;
    line-height: 18px;
    font-size: 18px;
    font-weight: bold;
    margin-right: 5px;
	animation: blinker 3s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.elementor-field-group-remember_mobile_version {
	text-align: center;
}</pre></body></html>