/*
Theme Name: RWR Aesthetics
Theme URI: https://example.com/rwr-aesthetics
Author: GitHub Copilot
Description: Custom WordPress theme for Redefine With Rebecca Aesthetics.
Version: 1.0.0
Requires at least: 6.7
Tested up to: 6.9
Requires PHP: 8.1
Text Domain: rwr-aesthetics
*/

:root {
	--rwr-deep: #123b49;
    --rwr-deeper: #1a4d5f;
	--rwr-mid: #234f61;
	--rwr-mist: #d9d5db;
	--rwr-ivory: #f6f2ed;
	--rwr-line: rgba(217, 213, 219, 0.24);
	--rwr-shadow: 0 22px 60px rgba(8, 20, 27, 0.22);
	--rwr-radius: 26px;
	--rwr-content: 1160px;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	font-family: "Manrope", "Segoe UI", sans-serif;
	background:
		radial-gradient(circle at top, rgba(52, 98, 116, 0.22), transparent 34%),
		linear-gradient(180deg, var(--rwr-deep) 0%, var(--rwr-deeper) 100%);
	color: var(--rwr-ivory);
	line-height: 1.7;
}

a {
	color: inherit;
	text-decoration: none;
}

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

p,
ul,
ol,
table {
	margin: 0 0 1.2rem;
}

ul,
ol {
	padding-left: 1.2rem;
}

h1,
h2,
h3,
h4 {
	font-family: "Cormorant Garamond", Georgia, serif;
	font-weight: 600;
	line-height: 1.05;
	margin: 0 0 1rem;
	letter-spacing: 0.02em;
}

h1 {
	font-size: clamp(3rem, 8vw, 6rem);
	text-transform: uppercase;
	letter-spacing: 0.08em;
	text-wrap: balance;
}

h2 {
	font-size: clamp(2rem, 4vw, 3.2rem);
	text-wrap: balance;
}

h3 {
	font-size: clamp(1.5rem, 3vw, 2rem);
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: var(--rwr-mist);
	clip: auto !important;
	clip-path: none;
	color: var(--rwr-deeper);
	display: block;
	font-size: 0.875rem;
	height: auto;
	left: 1rem;
	line-height: normal;
	padding: 0.75rem 1rem;
	top: 1rem;
	width: auto;
	z-index: 9999;
	border-radius: 999px;
}

.site-shell {
	min-height: 100vh;
	position: relative;
	overflow: hidden;
}

.site-shell::before,
.site-shell::after {
	content: "";
	position: absolute;
	border-radius: 999px;
	pointer-events: none;
	filter: blur(18px);
	z-index: 0;
}

.site-shell::before {
	width: 22rem;
	height: 22rem;
	top: -8rem;
	right: -6rem;
	background: rgba(217, 213, 219, 0.08);
}

.site-shell::after {
	width: 18rem;
	height: 18rem;
	left: -5rem;
	bottom: 16rem;
	background: rgba(255, 255, 255, 0.03);
}

.site-header,
.site-main,
.site-footer {
	position: relative;
	z-index: 1;
}

.site-header {
	padding: 1rem 1.25rem 0;
	z-index: 100;
}

.site-main__inner,
.site-footer__inner,
.hero,
.section,
.page-hero,
.page-content {
	width: min(calc(100% - 2rem), var(--rwr-content));
	margin: 0 auto;
}

.site-header__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
	align-items: center;
	gap: 1rem;
	padding: 1rem 1.25rem;
	border: 1px solid var(--rwr-line);
	border-radius: 999px;
	background: rgba(14, 34, 42, 0.5);
	backdrop-filter: blur(16px);
	box-shadow: var(--rwr-shadow);
	animation: rwr-fade-in 650ms ease-out both;
}

.site-brand {
	display: inline-flex;
	align-items: center;
	justify-self: start;
	min-width: 0;
	margin-left: 0.5rem;
	color: var(--rwr-mist);
}

.site-brand__home {
	justify-self: center;
	min-width: 0;
	max-width: min(100%, 30rem);
	color: var(--rwr-mist);
}

.site-brand__logo,
.custom-logo-link img {
	width: clamp(3.3rem, 8vw, 4.6rem);
	height: auto;
	flex: 0 0 auto;
}

.site-brand__text {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.2rem;
	min-width: 0;
	text-align: center;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.16em;
	font-size: 0.75rem;
}

.site-brand__title {
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 1.2rem;
	letter-spacing: 0.08em;
	white-space: nowrap;
}

.site-brand__subtitle {
	font-size: 0.68rem;
	opacity: 0.8;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.site-header__menu-toggle {
	display: none;
	grid-column: 3;
	justify-self: end;
	border: 0;
	padding: 0.8rem 1rem;
	border-radius: 999px;
	background: rgba(217, 213, 219, 0.1);
	color: var(--rwr-ivory);
	font: inherit;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	cursor: pointer;
}

.site-header__navigation {
	display: flex;
	align-items: center;
	grid-column: 3;
	justify-self: end;
	z-index: 5;
}

.site-header__navigation > ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 0.35rem;
}

.site-header__navigation li {
	margin: 0;
}

.site-header__navigation > ul > li {
	position: relative;
	flex: 0 0 auto;
	min-width: 0;
}

.site-header__navigation > ul > li.menu-item-has-children {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.site-header__navigation a {
	display: inline-flex;
	align-items: center;
	padding: 0.8rem 1rem;
	border-radius: 999px;
	font-size: 0.87rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(246, 242, 237, 0.84);
	transition: background-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.site-header__submenu-toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.4rem;
	height: 2.4rem;
	margin-left: -0.35rem;
	border: 0;
	border-radius: 999px;
	background: transparent;
	color: rgba(246, 242, 237, 0.84);
	cursor: pointer;
	transition: background-color 160ms ease, color 160ms ease, transform 160ms ease;
	flex: 0 0 auto;
}

.site-header__submenu-toggle::before {
	content: "▾";
	font-size: 0.82rem;
	line-height: 1;
	transition: transform 160ms ease;
}

.site-header__navigation .sub-menu {
	position: absolute;
	top: calc(100% + 0.6rem);
	left: 0;
	min-width: 16rem;
	padding: 0.55rem;
	margin: 0;
	list-style: none;
	display: grid;
	gap: 0.25rem;
	border: 1px solid rgba(217, 213, 219, 0.18);
	border-radius: 24px;
	background: rgba(9, 24, 31, 0.94);
	backdrop-filter: blur(18px);
	box-shadow: var(--rwr-shadow);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateY(8px);
	transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
	flex: 0 0 100%;
	z-index: 10;
}

.site-header__navigation .sub-menu a {
	width: 100%;
	padding: 0.85rem 1rem;
	border-radius: 18px;
	justify-content: flex-start;
	font-size: 0.79rem;
	letter-spacing: 0.12em;
	transform: none;
}

.site-header__navigation a:hover,
.site-header__navigation a:focus-visible,
.site-header__navigation .current-menu-item > a,
.site-header__navigation .current_page_item > a,
.site-header__navigation .current-menu-ancestor > a,
.site-header__navigation .current-menu-parent > a,
.site-header__submenu-toggle:hover,
.site-header__submenu-toggle:focus-visible,
.site-header__navigation li.submenu-open > .site-header__submenu-toggle {
	background: rgba(217, 213, 219, 0.14);
	color: var(--rwr-ivory);
	transform: translateY(-1px);
}

.site-header__navigation > ul > li:hover > .sub-menu,
.site-header__navigation > ul > li:focus-within > .sub-menu,
.site-header__navigation > ul > li.submenu-open > .sub-menu {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: translateY(0);
}

.site-header__navigation > ul > li.menu-item-has-children::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 0.75rem;
}

.site-header__navigation > ul > li.submenu-open > .site-header__submenu-toggle::before,
.site-header__navigation > ul > li:hover > .site-header__submenu-toggle::before,
.site-header__navigation > ul > li:focus-within > .site-header__submenu-toggle::before {
	transform: rotate(180deg);
}

.hero {
	padding: clamp(3rem, 8vw, 7rem) 0 2rem;
	display: grid;
	grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.8fr);
	gap: 2rem;
	align-items: center;
}

.hero__copy {
	animation: rwr-rise 700ms ease-out both;
}

.eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 0.7rem;
	padding: 0.5rem 0.9rem;
	margin-bottom: 1.4rem;
	border-radius: 999px;
	background: rgba(217, 213, 219, 0.1);
	border: 1px solid rgba(217, 213, 219, 0.16);
	text-transform: uppercase;
	letter-spacing: 0.18em;
	font-size: 0.74rem;
	color: var(--rwr-mist);
}

.hero__lead,
.page-hero__lead {
	max-width: 40rem;
	font-size: clamp(1.05rem, 2.2vw, 1.28rem);
	color: rgba(246, 242, 237, 0.82);
	margin-bottom: 1.8rem;
}

.hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.9rem;
	margin-top: 2rem;
}

.button-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.95rem 1.4rem;
	border-radius: 999px;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	font-size: 0.82rem;
	transition: transform 160ms ease, background-color 160ms ease, color 160ms ease, border-color 160ms ease;
	border: 1px solid transparent;
	min-width: 11rem;
}

.button-link:hover,
.button-link:focus-visible {
	transform: translateY(-2px);
}

.button-link--solid {
	background: var(--rwr-mist);
	color: var(--rwr-deeper);
	box-shadow: var(--rwr-shadow);
}

.button-link--ghost {
	background: transparent;
	color: var(--rwr-ivory);
	border-color: rgba(217, 213, 219, 0.24);
}

.grecaptcha-badge {
	visibility: hidden;
}

.recaptcha-disclosure {
	font-size: 0.78rem;
	line-height: 1.5;
	color: rgba(246, 242, 237, 0.68);
}

.recaptcha-disclosure a {
	text-decoration: underline;
	text-underline-offset: 0.18em;
}

.hero__crest {
	position: relative;
	padding: clamp(1.6rem, 4vw, 2.4rem);
	border-radius: var(--rwr-radius);
	border: 1px solid var(--rwr-line);
	background:
		linear-gradient(145deg, rgba(217, 213, 219, 0.12), rgba(217, 213, 219, 0.03)),
		rgba(9, 24, 31, 0.45);
	box-shadow: var(--rwr-shadow);
	min-height: 24rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 1.5rem;
	overflow: hidden;
	animation: rwr-fade-in 950ms ease-out both;
}

.hero__crest::before {
	content: "";
	position: absolute;
	inset: 1rem;
	border-radius: calc(var(--rwr-radius) - 0.6rem);
	border: 1px solid rgba(217, 213, 219, 0.18);
	pointer-events: none;
}

.hero__crest img {
	width: min(100%, 36rem);
	filter: drop-shadow(0 16px 30px rgba(0, 0, 0, 0.22));
	object-fit: contain;
}

.section {
	padding: 2rem 0;
	animation: rwr-fade-in 650ms ease-out both;
}

.section--cards {
	padding-top: 1.5rem;
	padding-bottom: 3rem;
}

.section-heading {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	align-items: end;
	margin-bottom: 1.7rem;
}

.section-heading p {
	max-width: 34rem;
	color: rgba(246, 242, 237, 0.78);
}

.service-grid,
.detail-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.2rem;
}

.service-card,
.detail-card {
	padding: 1.6rem;
	border-radius: 24px;
	border: 1px solid var(--rwr-line);
	background: rgba(10, 24, 31, 0.5);
	box-shadow: var(--rwr-shadow);
	transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease;
	position: relative;
	overflow: hidden;
}

.service-card::after,
.detail-card::after {
	content: "";
	position: absolute;
	inset: auto -3rem -5rem auto;
	width: 8rem;
	height: 8rem;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(217, 213, 219, 0.22), transparent 70%);
	opacity: 0.35;
	pointer-events: none;
}

.service-card:hover,
.service-card:focus-within,
.detail-card:hover,
.detail-card:focus-within {
	transform: translateY(-4px);
	border-color: rgba(217, 213, 219, 0.38);
	background: rgba(13, 33, 42, 0.62);
}

.service-card__eyebrow {
	font-size: 0.72rem;
	text-transform: uppercase;
	letter-spacing: 0.18em;
	color: var(--rwr-mist);
	margin-bottom: 0.8rem;
	opacity: 0.75;
}

.service-card h3,
.detail-card h3 {
	margin-bottom: 0.7rem;
}

.service-card p,
.detail-card p {
	color: rgba(246, 242, 237, 0.76);
	margin-bottom: 1rem;
}

.service-card__link,
.detail-card__link {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	font-size: 0.78rem;
	text-transform: uppercase;
	letter-spacing: 0.16em;
	color: var(--rwr-mist);
}

.service-card__link::after,
.detail-card__link::after {
	content: ">";
	font-size: 0.9rem;
	line-height: 1;
}

.page-hero {
	padding: clamp(2.5rem, 6vw, 4.75rem) 0 1.6rem;
	text-align: center;
	animation: rwr-rise 700ms ease-out both;
}

.page-hero h1 {
	font-size: clamp(2.4rem, 6vw, 4.4rem);
	margin-bottom: 1rem;
}

.page-hero__lead {
	margin-left: auto;
	margin-right: auto;
}

.page-content {
	padding: 0 0 4rem;
}

.page-content__grid {
	display: grid;
	gap: 1.5rem;
	align-items: start;
}

.page-content__grid--with-media {
	grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
	align-items: stretch;
}

.page-media {
	margin: 0;
	border-radius: 30px;
	overflow: hidden;
	box-shadow: var(--rwr-shadow);
	min-height: 100%;
	background: rgba(247, 243, 238, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.08);
	animation: rwr-rise 700ms ease-out both;
	display: flex;
	align-items: center;
	justify-content: center;
}

.page-media img {
	width: 100%;
	height: 100%;
	min-height: clamp(20rem, 54vw, 38rem);
	object-fit: contain;
	object-position: center;
}

.entry-card {
	padding: clamp(1.6rem, 4vw, 2.8rem);
	border-radius: 30px;
	background: rgba(247, 243, 238, 0.98);
	color: var(--rwr-deeper);
	box-shadow: var(--rwr-shadow);
	border: 1px solid rgba(13, 40, 51, 0.06);
	position: relative;
	overflow: hidden;
}

.entry-card::before {
	content: "";
	position: absolute;
	inset: 0 auto auto 0;
	width: 100%;
	height: 0.5rem;
	background: linear-gradient(90deg, var(--rwr-mid), var(--rwr-mist));
	opacity: 0.9;
}

.entry-card h2,
.entry-card h3,
.entry-card h4 {
	color: var(--rwr-deeper);
	margin-top: 2rem;
}

.entry-card h2:first-child,
.entry-card h3:first-child,
.entry-card h4:first-child {
	margin-top: 0;
}

.entry-card p,
.entry-card li {
	color: rgba(13, 40, 51, 0.88);
}

.entry-card ul li + li,
.entry-card ol li + li {
	margin-top: 0.45rem;
}

.entry-card table {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.97rem;
	margin-top: 1.25rem;
	overflow: hidden;
	border-radius: 20px;
	background: rgba(21, 56, 71, 0.05);
}

.entry-card th,
.entry-card td {
	padding: 0.95rem 1rem;
	text-align: left;
	border-bottom: 1px solid rgba(21, 56, 71, 0.12);
	vertical-align: top;
}

.entry-card thead th {
	font-size: 0.8rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	background: rgba(21, 56, 71, 0.08);
	color: var(--rwr-deep);
}

.entry-card tbody tr:last-child td {
	border-bottom: 0;
}

.content-note {
	padding: 1rem 1.1rem;
	border-left: 4px solid var(--rwr-mid);
	background: rgba(21, 56, 71, 0.06);
	border-radius: 0 16px 16px 0;
	margin-top: 1.5rem;
	font-size: 0.95rem;
}

.site-footer {
	padding: 0 1.25rem 2.25rem;
}

.site-footer__inner {
	padding: 1.5rem 1.6rem;
	border-radius: 28px;
	border: 1px solid var(--rwr-line);
	background: rgba(12, 30, 38, 0.48);
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 0.35rem;
	align-items: center;
	text-align: center;
	box-shadow: var(--rwr-shadow);
	color: rgba(246, 242, 237, 0.72);
	font-size: 0.92rem;
}

.site-footer__inner p {
	margin: 0;
}

.site-footer__brand {
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 1.25rem;
	letter-spacing: 0.06em;
	color: var(--rwr-mist);
}

.site-footer__contact {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.5rem;
	align-items: start;
	width: min(100%, 52rem);
	margin: 0.75rem 0;
	color: rgba(246, 242, 237, 0.82);
	text-wrap: balance;
}

.site-footer__contact-item {
	display: grid;
	gap: 0.35rem;
	justify-items: center;
}

.site-footer__contact-row {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.9rem;
	flex-wrap: wrap;
}

.site-footer__contact strong {
	font-size: 0.78rem;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: rgba(246, 242, 237, 0.58);
}

.site-footer__contact a {
	color: var(--rwr-mist);
	text-decoration: none;
}

.site-footer__contact a:hover,
.site-footer__contact a:focus-visible {
	text-decoration: underline;
}

.site-footer__social {
	display: flex;
	flex-direction: column;
	row-gap: 3px;
	justify-content: center;
}

.site-footer__social-icons {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.65rem;
}

.site-footer__social-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.25rem;
	height: 2.25rem;
	border-radius: 999px;
	border: 1px solid rgba(246, 242, 237, 0.18);
	background: rgba(246, 242, 237, 0.06);
	color: var(--rwr-mist);
	transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

.site-footer__social-link:hover,
.site-footer__social-link:focus-visible {
	transform: translateY(-2px);
	background: rgba(246, 242, 237, 0.12);
	border-color: rgba(246, 242, 237, 0.34);
	outline: none;
}

.site-footer__social-link svg {
	width: 1.15rem;
	height: 1.15rem;
}

@media (max-width: 700px) {
	.site-footer__contact {
		grid-template-columns: 1fr;
		gap: 1rem;
	}
}

@keyframes rwr-fade-in {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes rwr-rise {
	from {
		opacity: 0;
		transform: translateY(18px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (max-width: 980px) {
	.hero,
	.service-grid,
	.detail-grid {
		grid-template-columns: 1fr;
	}

	.section-heading {
		flex-direction: column;
		align-items: flex-start;
	}

	.site-header__menu-toggle {
		display: inline-flex;
	}

	.site-header__inner {
		grid-template-columns: minmax(0, 1fr) auto;
		border-radius: 28px;
		align-items: flex-start;
	}

	.site-brand {
		grid-column: 1 / -1;
		justify-self: center;
		margin-left: 0;
	}

	.site-brand__home {
		grid-column: 1 / -1;
		justify-self: center;
	}

	.site-header__menu-toggle {
		grid-row: 1;
		grid-column: 2;
		justify-self: end;
	}

	.site-header__navigation {
		display: none;
		grid-column: 1 / -1;
		width: 100%;
	}

	.site-header__navigation--open {
		display: flex;
	}

	.site-header__navigation > ul {
		width: 100%;
		flex-direction: column;
		align-items: stretch;
		padding-top: 0.75rem;
		gap: 0.45rem;
	}

	.site-header__navigation > ul > li,
	.site-header__navigation > ul > li.menu-item-has-children {
		width: 100%;
	}

	.site-header__navigation > ul > li.menu-item-has-children {
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto;
		align-items: center;
	}

	.site-header__navigation > ul > li > a {
		width: 100%;
		justify-content: center;
	}

	.site-header__navigation > ul > li.menu-item-has-children > a {
		justify-content: flex-start;
	}

	.site-header__submenu-toggle {
		width: 3rem;
		height: 3rem;
		margin-left: 0;
	}

	.site-header__navigation .sub-menu {
		position: static;
		min-width: 0;
		margin-top: 0.15rem;
		padding: 0.5rem 0 0;
		border: 0;
		border-radius: 0;
		background: transparent;
		backdrop-filter: none;
		box-shadow: none;
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
		transform: none;
		display: none;
		grid-column: 1 / -1;
	}

	.site-header__navigation > ul > li.submenu-open > .sub-menu {
		display: grid;
	}

	.site-header__navigation .sub-menu a {
		justify-content: flex-start;
		padding-left: 1.2rem;
		font-size: 0.76rem;
	}

	.hero__crest {
		min-height: 18rem;
	}

	.site-brand__title,
	.site-brand__subtitle {
		white-space: normal;
	}
}

@media (max-width: 640px) {
	.site-header,
	.site-footer {
		padding-left: 0.8rem;
		padding-right: 0.8rem;
	}

	.site-header__inner,
	.site-footer__inner,
	.entry-card,
	.service-card,
	.detail-card,
	.hero__crest {
		border-radius: 22px;
	}

	.hero {
		padding-top: 2.25rem;
	}

	.entry-card table,
	.entry-card thead,
	.entry-card tbody,
	.entry-card tr,
	.entry-card th,
	.entry-card td {
		display: block;
	}

	.page-content__grid--with-media {
		grid-template-columns: 1fr;
	}

	.entry-card thead {
		display: none;
	}

	.entry-card tr {
		padding: 0.95rem 0;
		border-bottom: 1px solid rgba(21, 56, 71, 0.12);
	}

	.entry-card tr:last-child {
		border-bottom: 0;
	}

	.entry-card td {
		padding: 0.2rem 1.2rem;
		border: 0;
	}
	}
