/* Radio Bercik / Radio Kwidzyn — Ramówka v3 */
.rbsp-ramowka-v3{
	--rbsp-v3-bg:#050518;
	--rbsp-v3-panel:#08081d;
	--rbsp-v3-panel-2:#101027;
	--rbsp-v3-border:#30304d;
	--rbsp-v3-white:#fff;
	--rbsp-v3-muted:#b8b8ca;
	--rbsp-v3-purple:#5225d7;
	--rbsp-v3-purple-2:#6b35ff;
	--rbsp-v3-red:#ff3d4d;
	max-width:1100px;
	margin:0 auto;
	padding:24px 20px 42px;
	color:var(--rbsp-v3-white);
	background:var(--rbsp-v3-bg);
	font-family:inherit;
}
.rbsp-ramowka-v3 *{box-sizing:border-box}
.rbsp-ramowka-v3 button{font-family:inherit}
.rbsp-v3-now{
	background:linear-gradient(145deg,#0c0c22,#070719);
	border:1px solid var(--rbsp-v3-border);
	border-radius:24px;
	padding:28px;
	margin-bottom:22px;
	box-shadow:0 18px 50px rgba(0,0,0,.28);
	text-align:center;
}
.rbsp-v3-section-title{
	font-size:24px;
	line-height:1.1;
	font-weight:900;
	letter-spacing:.02em;
	text-align:center;
	text-transform:uppercase;
	margin-bottom:18px;
}
.rbsp-v3-section-title-now{color:var(--rbsp-v3-red)}
.rbsp-v3-section-title-next{color:#fff}
.rbsp-v3-now-card{
	display:flex;
	flex-direction:column;
	align-items:center;
	width:100%;
	border:0;
	background:transparent;
	color:inherit;
	cursor:pointer;
	padding:0;
	text-align:center;
}
.rbsp-v3-now-heading{
	width:100%;
	display:flex;
	align-items:center;
	justify-content:center;
	gap:20px;
	margin-bottom:18px;
	flex-wrap:wrap;
}
.rbsp-v3-now-title{
	font-size:32px;
	font-weight:900;
	line-height:1.15;
}
.rbsp-v3-now-time{
	font-size:20px;
	font-weight:800;
	color:#e8e8f5;
	white-space:nowrap;
}
.rbsp-v3-now-image{
	display:block;
	width:min(100%,820px);
	max-height:470px;
	height:auto;
	object-fit:contain;
	border-radius:18px;
	background:#0b0b1c;
	margin:0 auto 18px;
	box-shadow:0 14px 36px rgba(0,0,0,.35);
}
.rbsp-v3-image-placeholder{
	display:flex;
	align-items:center;
	justify-content:center;
	width:min(100%,820px);
	min-height:240px;
	border-radius:18px;
	background:#11112a;
	color:#777791;
	margin:0 auto 18px;
}
.rbsp-v3-presenter{
	display:flex;
	align-items:center;
	justify-content:center;
	gap:12px;
	font-size:17px;
	color:#f3f3fb;
}
.rbsp-v3-presenter-image{
	width:52px;
	height:52px;
	object-fit:cover;
	border-radius:50%;
	border:2px solid rgba(107,53,255,.75);
}
.rbsp-v3-empty-now,
.rbsp-v3-empty-next,
.rbsp-v3-empty-day{
	color:var(--rbsp-v3-muted);
	padding:18px 0;
}
.rbsp-v3-next{
	margin-bottom:24px;
}
.rbsp-v3-next-grid{
	display:grid;
	grid-template-columns:repeat(3,minmax(0,1fr));
	gap:14px;
}
.rbsp-v3-next-card{
	display:flex;
	align-items:center;
	gap:14px;
	min-height:104px;
	padding:12px;
	border:0;
	border-radius:16px;
	background:linear-gradient(135deg,var(--rbsp-v3-purple),var(--rbsp-v3-purple-2));
	color:#fff;
	cursor:pointer;
	text-align:left;
	box-shadow:0 10px 26px rgba(50,20,160,.25);
	transition:transform .18s ease,filter .18s ease;
}
.rbsp-v3-next-card:hover{
	transform:translateY(-2px);
	filter:brightness(1.08);
}
.rbsp-v3-next-image{
	width:76px;
	height:76px;
	flex:0 0 76px;
	object-fit:cover;
	border-radius:12px;
	background:rgba(255,255,255,.13);
}
.rbsp-v3-thumb-placeholder{
	display:block;
}
.rbsp-v3-next-info{
	display:flex;
	flex-direction:column;
	gap:6px;
	min-width:0;
}
.rbsp-v3-next-info small{
	font-size:14px;
	font-weight:700;
	opacity:.9;
}
.rbsp-v3-next-info strong{
	font-size:18px;
	line-height:1.2;
}
.rbsp-v3-day-info{
	display:flex;
	align-items:center;
	justify-content:center;
	gap:10px;
	padding:16px 18px;
	margin-bottom:16px;
	border-top:1px solid #35354c;
	border-bottom:1px solid #35354c;
	color:#f2f2fb;
	font-size:17px;
	text-align:center;
}
.rbsp-v3-day-info-icon{
	color:#a86cff;
	font-size:24px;
	line-height:1;
}
.rbsp-v3-days{
	display:flex;
	align-items:center;
	justify-content:center;
	flex-wrap:wrap;
	gap:10px;
	margin-bottom:22px;
}
.rbsp-v3-day-button{
	appearance:none;
	border:0;
	border-radius:16px;
	background:linear-gradient(135deg,var(--rbsp-v3-purple),var(--rbsp-v3-purple-2));
	color:#fff;
	padding:13px 18px;
	font-size:16px;
	font-weight:800;
	line-height:1;
	cursor:pointer;
	box-shadow:0 8px 20px rgba(50,20,160,.2);
	transition:transform .18s ease,filter .18s ease;
	text-decoration:none;
}
.rbsp-v3-day-button:hover,
.rbsp-v3-day-button.is-active{
	transform:translateY(-1px);
	filter:brightness(1.1);
}
.rbsp-v3-full-day{
	background:linear-gradient(145deg,#08081c,#060615);
	border:1px solid var(--rbsp-v3-border);
	border-radius:22px;
	padding:22px;
}
.rbsp-v3-full-day-heading{
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:16px;
	margin-bottom:16px;
	text-align:center;
}
.rbsp-v3-full-day-heading h2{
	margin:0;
	flex:1;
	font-size:27px;
	font-weight:900;
}
.rbsp-v3-full-day-heading span{
	color:var(--rbsp-v3-muted);
	font-size:14px;
}
.rbsp-v3-day-list{
	display:grid;
	gap:10px;
}
.rbsp-v3-day-item{
	display:grid;
	grid-template-columns:86px 1fr;
	align-items:center;
	gap:16px;
	width:100%;
	padding:10px 14px;
	border:1px solid #30304a;
	border-radius:15px;
	background:linear-gradient(135deg,#10102a,#0a0a1c);
	color:#fff;
	cursor:pointer;
	text-align:left;
	transition:transform .18s ease,border-color .18s ease,background .18s ease;
}
.rbsp-v3-day-item:hover{
	transform:translateY(-1px);
	border-color:#6546df;
	background:linear-gradient(135deg,#151536,#0c0c20);
}
.rbsp-v3-day-thumb{
	width:86px;
	height:64px;
	display:block;
	object-fit:cover;
	border-radius:10px;
	background:#16162f;
}
.rbsp-v3-day-item-main{
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:20px;
	width:100%;
}
.rbsp-v3-day-item-title{
	font-size:20px;
	font-weight:850;
	text-align:center;
	flex:1;
}
.rbsp-v3-day-item-time{
	font-size:17px;
	font-weight:800;
	white-space:nowrap;
	color:#ededf8;
}
.rbsp-v3-day-placeholder{
	min-height:250px;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	gap:14px;
	border:1px solid var(--rbsp-v3-border);
	border-radius:22px;
	background:linear-gradient(145deg,#08081c,#060615);
	text-align:center;
}
.rbsp-v3-placeholder-icon{
	display:flex;
	align-items:center;
	justify-content:center;
	width:70px;
	height:70px;
	border:1px dashed #754fff;
	border-radius:50%;
	color:#9b6cff;
	font-size:30px;
}
.rbsp-v3-day-placeholder p{
	margin:0;
	color:#f2f2fb;
	font-size:21px;
	line-height:1.45;
}
.rbsp-v3-modal[hidden]{display:none}
.rbsp-v3-modal{
	position:fixed;
	inset:0;
	z-index:99999;
	display:flex;
	align-items:center;
	justify-content:center;
	padding:20px;
}
.rbsp-v3-modal-backdrop{
	position:absolute;
	inset:0;
	background:rgba(0,0,0,.82);
	backdrop-filter:blur(5px);
}
.rbsp-v3-modal-dialog{
	position:relative;
	z-index:1;
	width:min(780px,100%);
	max-height:90vh;
	overflow:auto;
	background:linear-gradient(145deg,#0c0c24,#070719);
	border:1px solid #3b3b58;
	border-radius:22px;
	padding:28px;
	color:#fff;
	box-shadow:0 24px 100px rgba(0,0,0,.65);
}
.rbsp-v3-modal-close{
	position:absolute;
	top:10px;
	right:14px;
	width:40px;
	height:40px;
	border:0;
	border-radius:50%;
	background:#1b1b35;
	color:#fff;
	font-size:30px;
	line-height:1;
	cursor:pointer;
}
.rbsp-v3-modal-show-head{
	display:grid;
	grid-template-columns:190px 1fr;
	align-items:center;
	gap:22px;
	padding-right:38px;
}
.rbsp-v3-modal-show-image{
	width:190px;
	height:150px;
	object-fit:contain;
	border-radius:14px;
	background:#0c0c1d;
}
.rbsp-v3-modal-title{
	margin:0 0 8px;
	font-size:30px;
	font-weight:900;
}
.rbsp-v3-modal-description{
	margin:20px 0;
	color:#d2d2df;
	font-size:16px;
	line-height:1.65;
}
.rbsp-v3-modal-emissions{
	display:grid;
	gap:8px;
	margin-top:12px;
}
.rbsp-v3-modal-emission{
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:14px;
	padding:11px 13px;
	border-radius:11px;
	background:#10102a;
	border:1px solid #30304a;
}
.rbsp-v3-modal-presenter{
	display:flex;
	align-items:center;
	gap:12px;
	margin-top:22px;
}
.rbsp-v3-modal-presenter img{
	width:62px;
	height:62px;
	border-radius:50%;
	object-fit:cover;
	border:2px solid #6b35ff;
}
body.rbsp-modal-open{overflow:hidden}

@media (max-width:767px){
	.rbsp-ramowka-v3{
		padding:14px 10px 28px;
	}
	.rbsp-v3-now{
		padding:18px 14px;
		border-radius:18px;
	}
	.rbsp-v3-section-title{
		font-size:20px;
		margin-bottom:14px;
	}
	.rbsp-v3-now-heading{
		gap:8px;
		margin-bottom:12px;
	}
	.rbsp-v3-now-title{
		font-size:24px;
	}
	.rbsp-v3-now-time{
		font-size:16px;
	}
	.rbsp-v3-now-image,
	.rbsp-v3-image-placeholder{
		border-radius:13px;
		max-height:340px;
	}
	.rbsp-v3-presenter{
		font-size:15px;
	}
	.rbsp-v3-presenter-image{
		width:44px;
		height:44px;
	}
	.rbsp-v3-next-grid{
		grid-template-columns:1fr;
		gap:9px;
	}
	.rbsp-v3-next-card{
		min-height:82px;
		padding:9px;
		border-radius:13px;
	}
	.rbsp-v3-next-image{
		width:62px;
		height:62px;
		flex-basis:62px;
		border-radius:9px;
	}
	.rbsp-v3-next-info strong{
		font-size:17px;
	}
	.rbsp-v3-day-info{
		font-size:14px;
		padding:13px 10px;
	}
	.rbsp-v3-days{
		display:grid;
		grid-template-columns:repeat(2,minmax(0,1fr));
		gap:7px;
	}
	.rbsp-v3-day-button{
		width:100%;
		padding:11px 8px;
		border-radius:13px;
		font-size:14px;
	}
	.rbsp-v3-day-button:last-child{
		grid-column:1 / -1;
	}
	.rbsp-v3-full-day{
		padding:14px 10px;
		border-radius:17px;
	}
	.rbsp-v3-full-day-heading{
		display:block;
		text-align:center;
	}
	.rbsp-v3-full-day-heading h2{
		font-size:22px;
		margin-bottom:5px;
	}
	.rbsp-v3-day-item{
		grid-template-columns:66px 1fr;
		gap:11px;
		padding:8px;
		border-radius:12px;
	}
	.rbsp-v3-day-thumb{
		width:66px;
		height:66px;
	}
	.rbsp-v3-day-item-main{
		display:flex;
		flex-direction:column;
		align-items:center;
		justify-content:center;
		gap:4px;
		text-align:center;
	}
	.rbsp-v3-day-item-title{
		font-size:17px;
	}
	.rbsp-v3-day-item-time{
		font-size:14px;
	}
	.rbsp-v3-day-placeholder{
		min-height:190px;
		border-radius:17px;
	}
	.rbsp-v3-day-placeholder p{
		font-size:17px;
	}
	.rbsp-v3-modal{
		padding:10px;
	}
	.rbsp-v3-modal-dialog{
		padding:20px 16px;
		border-radius:18px;
		max-height:94vh;
	}
	.rbsp-v3-modal-show-head{
		display:block;
		padding-right:30px;
	}
	.rbsp-v3-modal-show-image{
		width:100%;
		height:auto;
		max-height:280px;
		margin-bottom:14px;
	}
	.rbsp-v3-modal-title{
		font-size:25px;
	}
	.rbsp-v3-modal-emission{
		display:block;
		text-align:center;
	}
	.rbsp-v3-modal-emission strong{
		display:block;
		margin-top:4px;
	}
}

/* =========================================================
   RBSP FINAL — UJEDNOLICENIE PC + MOBILE
   ========================================================= */

.rbsp-ramowka-v3,
.rbsp-ramowka-v3 *{
	box-sizing:border-box !important;
}

.rbsp-ramowka-v3{
	min-width:0 !important;
	max-width:1100px !important;
	width:100% !important;
	overflow-x:hidden !important;
}

/* Karty i przyciski zawsze zachowują wariant 1 — obłe narożniki. */
.rbsp-ramowka-v3 .rbsp-v3-next-card,
.rbsp-ramowka-v3 .rbsp-v3-day-button,
.rbsp-ramowka-v3 .rbsp-v3-day-item,
.rbsp-ramowka-v3 .rbsp-v3-now-card,
.rbsp-ramowka-v3 .rbsp-v3-full-day,
.rbsp-ramowka-v3 .rbsp-v3-now,
.rbsp-ramowka-v3 .rbsp-v3-modal-dialog{
	border-radius:20px !important;
}

.rbsp-ramowka-v3 .rbsp-v3-day-button{
	appearance:none !important;
	-webkit-appearance:none !important;
	border:1px solid rgba(139,98,255,.35) !important;
	padding:12px 18px !important;
}

.rbsp-ramowka-v3 .rbsp-v3-next-card{
	border:1px solid rgba(139,98,255,.28) !important;
	overflow:hidden !important;
}

/* TERAZ GRAMY — karta skaluje się do kontenera i nie wypycha viewportu. */
.rbsp-ramowka-v3 .rbsp-v3-now-card{
	width:100% !important;
	max-width:100% !important;
	min-width:0 !important;
	margin:0 auto !important;
	padding:16px !important;
	background:linear-gradient(135deg,var(--rbsp-v3-purple),var(--rbsp-v3-purple-2)) !important;
	border:1px solid rgba(139,98,255,.75) !important;
	overflow:hidden !important;
	color:#fff !important;
}

.rbsp-ramowka-v3 .rbsp-v3-now-heading{
	width:100% !important;
	max-width:100% !important;
	min-width:0 !important;
	display:grid !important;
	grid-template-columns:minmax(0,1fr) auto !important;
	align-items:center !important;
	justify-content:initial !important;
	gap:14px !important;
	margin:0 0 14px !important;
}

.rbsp-ramowka-v3 .rbsp-v3-now-title{
	min-width:0 !important;
	max-width:100% !important;
	font-size:clamp(25px,3vw,34px) !important;
	font-weight:700 !important;
	line-height:1.12 !important;
	text-align:center !important;
	white-space:normal !important;
	overflow-wrap:anywhere !important;
	word-break:normal !important;
	hyphens:auto !important;
}

.rbsp-ramowka-v3 .rbsp-v3-now-time{
	white-space:nowrap !important;
	font-size:19px !important;
	font-weight:500 !important;
	line-height:1.1 !important;
	text-align:center !important;
}

.rbsp-ramowka-v3 .rbsp-v3-now-image,
.rbsp-ramowka-v3 .rbsp-v3-image-placeholder{
	display:block !important;
	width:100% !important;
	max-width:100% !important;
	min-width:0 !important;
	height:360px !important;
	max-height:360px !important;
	object-fit:contain !important;
	margin:0 auto 14px !important;
	border-radius:16px !important;
	background:#0b0b1c !important;
}

.rbsp-ramowka-v3 .rbsp-v3-presenter{
	display:flex !important;
	align-items:center !important;
	justify-content:center !important;
	flex-wrap:wrap !important;
	gap:7px !important;
	min-width:0 !important;
	max-width:100% !important;
	font-size:17px !important;
	line-height:1.25 !important;
	text-align:center !important;
}

/* Pełna ramówka — PC: niski pasek, tytuł geometrycznie centralny. */
@media (min-width:768px){

	.rbsp-ramowka-v3 .rbsp-v3-day-item{
		display:grid !important;
		grid-template-columns:76px minmax(0,1fr) !important;
		align-items:center !important;
		gap:12px !important;
		width:100% !important;
		min-width:0 !important;
		height:68px !important;
		min-height:68px !important;
		padding:6px 10px !important;
		overflow:hidden !important;
	}

	.rbsp-ramowka-v3 .rbsp-v3-day-thumb-wrap,
	.rbsp-ramowka-v3 .rbsp-v3-day-thumb{
		width:76px !important;
		height:54px !important;
		min-width:76px !important;
		max-width:76px !important;
		border-radius:10px !important;
	}

	.rbsp-ramowka-v3 .rbsp-v3-day-item-main{
		display:grid !important;
		grid-template-columns:minmax(0,1fr) auto !important;
		align-items:center !important;
		width:100% !important;
		min-width:0 !important;
		max-width:100% !important;
		gap:12px !important;
	}

	.rbsp-ramowka-v3 .rbsp-v3-day-item-title{
		display:block !important;
		min-width:0 !important;
		max-width:100% !important;
		font-size:21px !important;
		font-weight:500 !important;
		line-height:1.15 !important;
		text-align:center !important;
		white-space:normal !important;
		overflow-wrap:anywhere !important;
	}

	.rbsp-ramowka-v3 .rbsp-v3-day-item-time{
		font-size:17px !important;
		font-weight:500 !important;
		white-space:nowrap !important;
		align-self:center !important;
	}

	.rbsp-ramowka-v3 .rbsp-v3-full-day-heading h2{
		text-align:center !important;
	}
}

/* Modal — obraz audycji centralnie, prezenter na dole ze zdjęciem. */
.rbsp-ramowka-v3 .rbsp-v3-modal-show-head{
	display:flex !important;
	align-items:center !important;
	justify-content:center !important;
	width:100% !important;
	padding:0 !important;
	margin:0 0 18px !important;
}

.rbsp-ramowka-v3 .rbsp-v3-modal-show-image{
	display:block !important;
	width:min(100%,520px) !important;
	height:auto !important;
	max-height:360px !important;
	object-fit:contain !important;
	margin:0 auto !important;
	border-radius:16px !important;
}

.rbsp-ramowka-v3 .rbsp-v3-modal-image-placeholder{
	display:flex !important;
	align-items:center !important;
	justify-content:center !important;
	min-height:180px !important;
	background:#10102a !important;
	color:#777791 !important;
}

.rbsp-ramowka-v3 .rbsp-v3-modal-emissions-title{
	margin:8px 0 12px !important;
	font-size:27px !important;
	font-weight:700 !important;
}

.rbsp-ramowka-v3 .rbsp-v3-modal-presenter{
	display:flex !important;
	flex-direction:column !important;
	align-items:center !important;
	justify-content:center !important;
	gap:9px !important;
	margin-top:24px !important;
	padding-top:20px !important;
	border-top:1px solid #30304a !important;
	text-align:center !important;
}

.rbsp-ramowka-v3 .rbsp-v3-modal-presenter img{
	width:90px !important;
	height:90px !important;
	max-width:90px !important;
	object-fit:cover !important;
	border-radius:50% !important;
	border:2px solid #6b35ff !important;
}

.rbsp-ramowka-v3 .rbsp-v3-modal-presenter-name{
	font-size:17px !important;
	line-height:1.3 !important;
}

/* MOBILE — twarda granica viewportu i łamanie tytułów. */
@media (max-width:767px){

	.rbsp-ramowka-v3{
		width:100% !important;
		max-width:100% !important;
		min-width:0 !important;
		padding-left:8px !important;
		padding-right:8px !important;
		overflow-x:hidden !important;
	}

	.rbsp-ramowka-v3 .rbsp-v3-now,
	.rbsp-ramowka-v3 .rbsp-v3-next,
	.rbsp-ramowka-v3 .rbsp-v3-full-day{
		width:100% !important;
		max-width:100% !important;
		min-width:0 !important;
	}

	.rbsp-ramowka-v3 .rbsp-v3-now-card{
		width:min(100%,calc(100vw - 32px)) !important;
		max-width:calc(100vw - 32px) !important;
		min-width:0 !important;
		padding:12px !important;
		border-radius:18px !important;
	}

	.rbsp-ramowka-v3 .rbsp-v3-now-heading{
		display:flex !important;
		flex-direction:column !important;
		align-items:center !important;
		justify-content:center !important;
		width:100% !important;
		max-width:100% !important;
		min-width:0 !important;
		gap:6px !important;
		margin-bottom:12px !important;
	}

	.rbsp-ramowka-v3 .rbsp-v3-now-title{
		display:block !important;
		width:100% !important;
		max-width:100% !important;
		min-width:0 !important;
		font-size:clamp(20px,6.2vw,27px) !important;
		font-weight:700 !important;
		line-height:1.08 !important;
		white-space:normal !important;
		overflow:visible !important;
		text-overflow:clip !important;
		overflow-wrap:anywhere !important;
		word-break:break-word !important;
		hyphens:auto !important;
		text-align:center !important;
	}

	.rbsp-ramowka-v3 .rbsp-v3-now-time{
		font-size:17px !important;
		font-weight:500 !important;
		white-space:nowrap !important;
	}

	.rbsp-ramowka-v3 .rbsp-v3-now-image,
	.rbsp-ramowka-v3 .rbsp-v3-image-placeholder{
		width:100% !important;
		max-width:100% !important;
		min-width:0 !important;
		height:auto !important;
		max-height:340px !important;
		margin-left:auto !important;
		margin-right:auto !important;
		border-radius:14px !important;
	}

	.rbsp-ramowka-v3 .rbsp-v3-next-grid{
		width:100% !important;
		max-width:100% !important;
		min-width:0 !important;
	}

	.rbsp-ramowka-v3 .rbsp-v3-next-card{
		width:100% !important;
		max-width:100% !important;
		min-width:0 !important;
		border-radius:16px !important;
		overflow:hidden !important;
	}

	.rbsp-ramowka-v3 .rbsp-v3-next-info{
		min-width:0 !important;
		max-width:100% !important;
		overflow-wrap:anywhere !important;
	}

	.rbsp-ramowka-v3 .rbsp-v3-next-info strong{
		white-space:normal !important;
		overflow-wrap:anywhere !important;
		word-break:break-word !important;
	}

	.rbsp-ramowka-v3 .rbsp-v3-day-button{
		width:100% !important;
		min-width:0 !important;
		border-radius:14px !important;
		padding:11px 8px !important;
	}

	.rbsp-ramowka-v3 .rbsp-v3-day-item{
		width:100% !important;
		max-width:100% !important;
		min-width:0 !important;
		box-sizing:border-box !important;
		overflow:hidden !important;
		border-radius:14px !important;
	}

	.rbsp-ramowka-v3 .rbsp-v3-day-item-main{
		display:grid !important;
		grid-template-columns:minmax(0,1fr) auto !important;
		align-items:center !important;
		width:100% !important;
		min-width:0 !important;
		max-width:100% !important;
		gap:8px !important;
		overflow:visible !important;
	}

	.rbsp-ramowka-v3 .rbsp-v3-day-item-title{
		display:block !important;
		grid-column:1 !important;
		width:100% !important;
		max-width:100% !important;
		min-width:0 !important;
		font-size:17px !important;
		font-weight:500 !important;
		line-height:1.18 !important;
		white-space:normal !important;
		overflow:visible !important;
		text-overflow:clip !important;
		overflow-wrap:anywhere !important;
		word-break:break-word !important;
		hyphens:auto !important;
		text-align:center !important;
	}

	.rbsp-ramowka-v3 .rbsp-v3-day-item-time{
		grid-column:2 !important;
		font-size:14px !important;
		font-weight:500 !important;
		white-space:nowrap !important;
		align-self:center !important;
	}

	.rbsp-ramowka-v3 .rbsp-v3-modal{
		width:100vw !important;
		max-width:100vw !important;
		padding:8px !important;
		overflow:hidden !important;
	}

	.rbsp-ramowka-v3 .rbsp-v3-modal-dialog{
		width:100% !important;
		max-width:100% !important;
		min-width:0 !important;
		padding:18px 14px !important;
		border-radius:18px !important;
		max-height:94vh !important;
	}

	.rbsp-ramowka-v3 .rbsp-v3-modal-show-image{
		width:100% !important;
		max-width:100% !important;
		max-height:300px !important;
	}

	.rbsp-ramowka-v3 .rbsp-v3-modal-presenter img{
		width:76px !important;
		height:76px !important;
		max-width:76px !important;
	}
}
