/*--------------------------------------------------------------
This is your custom stylesheet.

Add your own styles here to make theme updates easier.
To override any styles from other stylesheets, simply copy them into here and edit away.

Make sure to respect the media queries! Otherwise you may
accidentally add desktop styles to the mobile layout.
https://www.w3schools.com/css/css_rwd_mediaqueries.asp
--------------------------------------------------------------*/



/* ===== GrowPost — No forced background, uses BuddyBoss theme color ===== */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Playfair+Display:wght@700&display=swap');

.growpost-container {
	width: 100%;
	padding: 2rem 1.25rem 3rem;
	box-sizing: border-box;
	font-family: 'Inter', sans-serif;
	color: #2D2D2D;
}

.growpost-container h1,
.growpost-container h2,
.growpost-container h3 {
	font-family: 'Playfair Display', serif;
	color: #1A3A1A;
}

.growpost-subtext {
	color: #555;
	font-size: 0.9rem;
	max-width: 1100px;
	margin: 0 auto 1rem;
}

/* ===== Card grid (Explore, feed, my-runs) ===== */

.growpost-card-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.25rem;
	max-width: 1100px;
	margin: 0 auto;
}

.growpost-card {
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 4px 20px rgba(0,0,0,.07);
	color: #2D2D2D;
}

.growpost-card-photo {
	height: 160px;
	background: #F0F7F0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.growpost-photo-placeholder {
	color: #8a9a8a;
	font-size: 0.75rem;
}

.growpost-card-body {
	padding: 1.25rem 1.4rem;
}

.growpost-card-title {
	font-weight: 700;
	font-size: 1rem;
	margin: 0;
	color: #1A3A1A;
	font-family: 'Playfair Display', serif;
}

.growpost-card-meta {
	font-size: 0.8rem;
	color: #666;
	margin: 0.4rem 0 0.75rem;
}

.growpost-card-actions {
	display: flex;
	gap: 1rem;
}

.growpost-action {
	font-size: 0.8rem;
	color: #666;
	cursor: pointer;
}

/* ===== Buttons ===== */

.growpost-btn {
	display: inline-block;
	background: #C8860A;
	color: #fff !important;
	text-decoration: none;
	font-weight: 700;
	border-radius: 5px;
	padding: 0.85rem 2rem;
	font-size: 0.95rem;
	cursor: pointer;
	border: none;
	box-shadow: 0 4px 14px rgba(200,134,10,.35);
	transition: all .2s;
}

.growpost-btn:hover {
	background: #A86E08;
	transform: translateY(-1px);
}

.growpost-btn-small {
	padding: 0.5rem 1.2rem;
	font-size: 0.85rem;
	box-shadow: none;
}

.growpost-link {
	color: #1A3A1A;
	text-decoration: none;
	font-size: 0.85rem;
	font-weight: 500;
}

/* ===== Dashboard ===== */

.growpost-dash-actions {
	display: flex;
	flex-direction: column;
	gap: 0.85rem;
	margin-bottom: 1.5rem;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}

.growpost-dash-btn {
	background: #fff;
	border-radius: 10px;
	padding: 1.25rem 1.4rem;
	box-shadow: 0 4px 20px rgba(0,0,0,.07);
	color: #2D2D2D;
	border-left: 4px solid #C8860A;
    display: block;
	text-decoration: none;
}

.growpost-dash-btn span {
	display: block;
	font-weight: 700;
	font-size: 0.95rem;
	color: #1A3A1A;
	font-family: 'Playfair Display', serif;
}

.growpost-dash-btn small {
	display: block;
	color: #666;
	font-size: 0.8rem;
	margin-top: 0.2rem;
}

.growpost-dash-primary {
	background: #FFF8EC;
	border-left: 4px solid #C8860A;
}

.growpost-dash-primary small {
	color: #8a6408;
}

.growpost-dash-secondary {
	border-top: 1px solid #E0EDE0;
	padding-top: 0.9rem;
	max-width: 1100px;
	margin: 0 auto;
}

.growpost-dash-secondary p {
	font-size: 0.85rem;
	color: #444;
	margin: 0.5rem 0;
}

/* ===== Filter chips (Explore) ===== */

.growpost-filter-chips {
	display: flex;
	gap: 0.5rem;
	margin-bottom: 1rem;
	flex-wrap: wrap;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}

.growpost-chip {
	background: #F0F7F0;
	color: #1A3A1A;
	font-size: 0.75rem;
	padding: 0.35rem 0.9rem;
	border-radius: 20px;
	font-weight: 600;
}

.growpost-chip-active {
	background: #F0F7F0;
	color: #1A3A1A;
}

/* ===== Fallback: dummy/disabled form styling ===== */
.growpost-dummy-form {
	display: flex;
	flex-direction: column;
	gap: 0.65rem;
	max-width: 480px;
	margin: 0 auto;
}

.growpost-dummy-form label {
	font-size: 0.8rem;
	color: #444;
	margin-bottom: -0.25rem;
	font-weight: 600;
}

.growpost-dummy-form input {
	background: #F8FBF8;
	border: 1px solid #E0EDE0;
	border-radius: 6px;
	padding: 0.7rem 0.85rem;
	color: #2D2D2D;
	font-size: 0.9rem;
	width: 100%;
	box-sizing: border-box;
}

/* ===== ACF Front-end Form — same design system ===== */
/* After registaion show card */

.acf-form {
    max-width: 1000px;
    margin: 0 auto;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0,0,0,.07);
    padding: 2rem 1.5rem;
    font-family: 'Inter', sans-serif;
}

.acf-field {
    border: none !important;
    padding: 1rem 0 !important;
    border-bottom: 1px solid #E0EDE0 !important;
    margin-bottom: 0 !important;
}
.acf-label label {
    font-weight: 700;
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
    display: block;
}
/* Text/email/number/textarea — no arrow */
.acf-form input[type="text"],
.acf-form input[type="email"],
.acf-form input[type="number"],
.acf-form textarea {
	background: #F0F7F0;
	border: 1px solid transparent;
	border-radius: 24px;
	padding: 0.85rem 1.1rem;
	width: 100%;
	box-sizing: border-box;
	font-size: 0.9rem;
	line-height: 1.4;
}

.acf-form input[type="text"]:focus,
.acf-form input[type="email"]:focus,
.acf-form textarea:focus {
	background-color: #fff;
	border-color: #C8860A;
	outline: none;
}

/* Select (dropdown) — arrow yahi rahega */
.acf-form select {
	background: #F0F7F0;
	border: 1px solid transparent;
	border-radius: 24px;
	padding: 0.85rem 2.5rem 0.85rem 1.1rem;
	width: 100%;
	box-sizing: border-box;
	font-size: 0.9rem;
	line-height: 1.4;
	height: auto;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23C8860A' stroke-width='2.5'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 1rem center;
	background-size: 16px;
	cursor: pointer;
}

.acf-form select:focus {
	background-color: #fff;
	border-color: #C8860A;
	outline: none;
}
.acf-radio-list,
.acf-checkbox-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px !important;
    margin-top: 0.5rem;
}

.acf-radio-list li,
.acf-checkbox-list li {
    background: #F0F7F0;
    border-radius: 20px;
    padding: 0.5rem 1rem;
    display: flex;
    align-items: center;
}
.acf-form input[type="radio"],
.acf-form input[type="checkbox"] {
    accent-color: #C8860A !important;
}
.acf-form .growpost-btn {
    background: #C8860A !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 5px !important;
    padding: 1.2rem 2rem !important;
    font-weight: 700 !important;
  
    width: 70% !important; 
    margin: 50px auto 0 auto !important; 
    
    display: block !important;
    text-align: center !important;
    cursor: pointer !important;
    box-sizing: border-box !important;
    transition: background 0.3s ease !important;
}
.acf-form .growpost-btn:hover {
    background: #A86E08 !important; 
    transform: translateY(-2px);
}


/* ===== Dashboard — 3 action cards (Create / Continue / Explore) ===== */

.growpost-dash-action {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 1rem;
	text-decoration: none;
	background: #fff;
	border-radius: 12px;
	padding: 1.25rem 1.4rem;
	box-shadow: 0 4px 20px rgba(0,0,0,.06);
	transition: all 0.25s ease;
}

.growpost-dash-action:hover {
	background: #F0F7F0;
	transform: translateY(-3px);
	box-shadow: 0 10px 30px rgba(0,0,0,.1);
}

.growpost-dash-action .growpost-dash-icon {
	flex-shrink: 0;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: #F0F7F0;
	box-shadow: 0 2px 6px rgba(0,0,0,.05);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0;
	line-height: 0;
}

.growpost-dash-action .growpost-dash-icon svg {
	width: 18px;
	height: 18px;
	color: #C8860A;
}

.growpost-dash-text {
	display: flex;
	flex-direction: column;
	gap: 0.15rem;
}

.growpost-dash-text > span:first-child {
	font-weight: 700;
	font-size: 0.95rem;
	font-family: 'Playfair Display', serif;
	color: #1A3A1A;
}

.growpost-dash-text small {
	color: #666;
	font-size: 0.8rem;
}

/* ===== Grower Card box (last item, gold) ===== */

.growpost-grower-card-box {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 0.75rem;
	background: #C8860A;
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	font-size: 0.9rem;
	border-radius: 12px;
	border-left: 4px solid #1A3A1A;
	padding: 1.1rem 1.4rem;
	max-width: 1100px;
	margin: 0 auto;
	transition: all 0.25s ease;
	box-shadow: 0 4px 20px rgba(0,0,0,.1);
}

.growpost-grower-card-box:hover {
	background: #A86E08;
	transform: translateY(-2px);
	box-shadow: 0 8px 24px rgba(200,134,10,.3);
}

.growpost-grower-card-box .growpost-dash-icon {
	flex-shrink: 0;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: rgba(255,255,255,.2);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0;
	line-height: 0;
}

.growpost-grower-card-box .growpost-dash-icon svg {
	width: 16px;
	height: 16px;
	color: #fff;
}
.growpost-dash-action {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 1rem;
	text-decoration: none;
	background: #fff;
	border-radius: 12px;
	border-left: 4px solid #C8860A;
	padding: 1.25rem 1.4rem;
	box-shadow: 0 4px 20px rgba(0,0,0,.06);
	transition: all 0.25s ease;
}

.acf-radio-list,
.acf-checkbox-list {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 8px !important;
    margin-top: 0.5rem;
    list-style: none;
    padding: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
}

.acf-radio-list li,
.acf-checkbox-list li {
    background: #F9F9F9;
    border: 1px solid #E0EDE0;
    border-radius: 12px;
    padding: 0;
    margin: 0 !important;
    overflow: hidden;
    transition: all 0.2s ease;
    flex: 1 1 0% !important;
    box-sizing: border-box !important;
}

.acf-radio-list li label,
.acf-checkbox-list li label {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 10px 6px !important;
    margin: 0 !important;
    cursor: pointer;
    font-size: 12px !important;
    color: #333;
    font-weight: 500;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: nowrap !important;
}

.acf-radio-list input[type="radio"],
.acf-checkbox-list input[type="checkbox"] {
    display: none !important;
}

.acf-radio-list li label img,
.acf-checkbox-list li label img {
    width: 14px !important;
    height: 14px !important;
    max-width: none !important;
}

.acf-radio-list li:has(input[type="radio"]:checked),
.acf-checkbox-list li:has(input[type="checkbox"]:checked) {
    background: #F0F7F4 !important;
    border-color: #2e7d32 !important;
    box-shadow: 0 2px 8px rgba(46, 125, 50, 0.15);
}

.acf-radio-list li:has(input[type="radio"]:checked) label,
.acf-checkbox-list li:has(input[type="checkbox"]:checked) label {
    color: #1A3A1A !important;
    font-weight: 600;
}

/* ===== Create GrowPost — social-post-box style ===== */

.growpost-post-box {
	max-width: 600px;
	margin: 0 auto;
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 4px 20px rgba(0,0,0,.07);
	overflow: hidden;
}

.growpost-post-header {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	padding: 1.25rem 1.5rem 1rem;
}

.growpost-post-header img {
	border-radius: 50%;
	flex-shrink: 0;
}

.growpost-post-header-text {
	display: flex;
	flex-direction: column;
}

.growpost-post-name {
	font-weight: 700;
	font-size: 0.95rem;
	color: #1A3A1A;
	font-family: 'Playfair Display', serif;
}

.growpost-post-sub {
	font-size: 0.75rem;
	color: #888;
}

/* The acf-form sits directly under the header now, no outer card of its own */
.growpost-post-box .acf-form {
	box-shadow: none;
	border-radius: 0;
	margin: 0;
	max-width: none;
	padding: 0 1.5rem 1.5rem;
	display: flex;
	flex-direction: column;
}

/* Reorder: Genetics/Strain acts as the big "caption" field, right under header */
.growpost-post-box .acf-form .acf-field:nth-child(3) {
	order: 1;
	border-top: 1px solid #E0EDE0;
	border-bottom: none;
	padding-top: 1rem;
}

.growpost-post-box .acf-form .acf-field:nth-child(3) input {
	border: none;
	background: #F8FBF8;
	border-radius: 8px;
	font-size: 1.05rem;
	padding: 0.7rem 0.9rem;
}

/* Current Stage — small pill select, order 2 */
.growpost-post-box .acf-form .acf-field:nth-child(1) {
	order: 2;
}

/* Cover Photo — order 3, styled as a compact toolbar row */
.growpost-post-box .acf-form .acf-field:nth-child(2) {
	order: 3;
	display: flex;
	align-items: center;
	gap: 0.75rem;
	border-top: 1px solid #E0EDE0;
	padding-top: 1rem;
}

.growpost-post-box .acf-form .acf-field:nth-child(2) .acf-label {
	margin: 0;
}

.growpost-post-box .acf-form .acf-field:nth-child(2) .acf-label label {
	font-size: 0.8rem;
}

/* Visibility — order 4, small pill row */
.growpost-post-box .acf-form .acf-field:nth-child(4) {
	order: 4;
	border-bottom: none;
	padding-bottom: 0.5rem;
}

/* Submit button — order last, full width gold like before */
.growpost-post-box .acf-form > div:last-child {
	order: 5;
}














/* ===== Timeline entries — clean layout, sized images ===== */

.growpost-update-entry {
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 4px 20px rgba(0,0,0,.06);
	padding: 1.25rem 1.4rem;
	margin-bottom: 1.25rem;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}

.growpost-update-entry-head {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	flex-wrap: wrap;
	margin-bottom: 0.75rem;
}

.growpost-update-date {
	font-size: 0.75rem;
	color: #888;
	margin-left: auto;
}

.growpost-update-photos {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
	gap: 0.5rem;
	margin-bottom: 0.75rem;
}

.growpost-update-photos img {
	width: 100%;
	height: 100px;
	object-fit: cover;
	border-radius: 6px;
}

.growpost-update-fields p {
	font-size: 0.85rem;
	color: #444;
	margin: 0.3rem 0;
}

.growpost-update-notes {
	font-size: 0.85rem;
	color: #555;
	font-style: italic;
	margin-top: 0.5rem;
	border-top: 1px solid #E0EDE0;
	padding-top: 0.5rem;
}








/* ===== Post card — main GrowPost + every Timeline update, same style ===== */

.growpost-post-card {
	max-width: 700px;
	margin: 0 auto 1.25rem;
	background: #fff;
	border: 1px solid #E0E0E0;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 1px 4px rgba(0,0,0,.05);
}

.growpost-post-header {
	display: flex;
	align-items: center;
	gap: 0.65rem;
	padding: 1rem 1.25rem 0.75rem;
}

.growpost-post-header img {
	border-radius: 50%;
	flex-shrink: 0;
}

.growpost-post-header-text {
	display: flex;
	flex-direction: column;
	line-height: 1.3;
	flex: 1;
	min-width: 0;
}

.growpost-post-name {
	font-family: 'Inter', sans-serif;
	font-weight: 600;
	font-size: 0.88rem;
	color: #1A3A1A;
}

.growpost-post-sub {
	font-family: 'Inter', sans-serif;
	font-size: 0.75rem;
	color: #888;
}

.growpost-status-chip {
	margin-left: auto;
	font-size: 0.7rem;
	font-weight: 600;
	padding: 0.25rem 0.7rem;
	border-radius: 20px;
	background: #F0F7F0;
	color: #1A3A1A;
	white-space: nowrap;
	flex-shrink: 0;
}

.growpost-status-fire,
.growpost-status-looking-good { background: #e6f4ea; color: #1A7A1A; }
.growpost-status-need-advice { background: #FFF8EC; color: #8a6408; }
.growpost-status-problem,
.growpost-status-emergency { background: #FFF5F5; color: #C0392B; }

.growpost-post-card-body {
	padding: 1rem 1.25rem 1.1rem;
}

.growpost-post-card-title {
	font-family: 'Playfair Display', serif;
	font-size: 1.25rem;
	font-weight: 500;
	color: #1A3A1A;
	margin: 0 0 0.6rem;
}

.growpost-post-card-title-small {
	font-family: 'Playfair Display', serif;
	font-size: 1rem;
	font-weight: 700;
	color: #1A3A1A;
	margin: 0 0 0.4rem;
}
.growpost-post-card-title,
.growpost-post-card-title-small {
	font-style: normal !important;
}
.growpost-post-card-notes {
	font-family: 'Inter', sans-serif;
	font-size: 0.88rem;
	color: #333;
	margin: 0 0 0.6rem;
	line-height: 1.6;
}

.growpost-update-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem;
	margin-bottom: 0.75rem;
}

.growpost-post-card-actions {
	display: flex;
	align-items: center;
	gap: 1.5rem;
	border-top: 1px solid #EFEFEF;
	padding-top: 0.75rem;
	margin-top: 0.25rem;
}

.growpost-post-card-actions .growpost-action {
	font-family: 'Inter', sans-serif;
	font-size: 0.85rem;
	color: #555;
	font-weight: 500;
	cursor: pointer;
}

.growpost-post-card-actions .growpost-action-add {
	margin-left: auto;
	color: #C8860A;
	text-decoration: none;
	font-weight: 600;
}

/* ===== Dynamic photo grid ===== */

.growpost-photo-grid {
	display: grid;
	gap: 3px;
}

.growpost-photo-tile {
	position: relative;
	overflow: hidden;
	background: #F0F7F0;
}

.growpost-photo-tile img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.growpost-photo-grid.count-1 { grid-template-columns: 1fr; }
.growpost-photo-grid.count-1 .growpost-photo-tile { height: 320px; }

.growpost-photo-grid.count-2 { grid-template-columns: 1fr 1fr; }
.growpost-photo-grid.count-2 .growpost-photo-tile { height: 220px; }

.growpost-photo-grid.count-3 { grid-template-columns: 1fr 1fr; }
.growpost-photo-grid.count-3 .growpost-photo-tile:nth-child(1) { grid-column: 1 / span 2; height: 240px; }
.growpost-photo-grid.count-3 .growpost-photo-tile:nth-child(2),
.growpost-photo-grid.count-3 .growpost-photo-tile:nth-child(3) { height: 150px; }

.growpost-photo-grid.count-4plus { grid-template-columns: 1fr 1fr; grid-auto-rows: 150px; }

.growpost-photo-more {
	position: absolute;
	inset: 0;
	background: rgba(0,0,0,.55);
	color: #fff;
	font-family: 'Inter', sans-serif;
	font-size: 1.4rem;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
}
/* ===== Timeline "no updates" card ===== */

.growpost-timeline {
	max-width: 700px;
	margin: 2rem auto 0;
}

.growpost-timeline h2 {
	font-family: 'Playfair Display', serif;
	color: #1A3A1A;
	margin-bottom: 1rem;
}

.growpost-timeline > .growpost-subtext {
	background: #fff;
	border: 1px solid #E0E0E0;
	border-radius: 12px;
	padding: 1.5rem;
	text-align: center;
}

/* ===== Comments ===== */

.growpost-comment-list {
	list-style: none;
	margin: 1.5rem 0 0;
	padding: 0;
}

.growpost-comment-list li {
	border-top: 1px solid #EFEFEF;
	padding: 0.9rem 0;
	font-size: 0.85rem;
	color: #333;
}

.growpost-comment-list .comment-author {
	font-weight: 600;
	color: #1A3A1A;
	font-size: 0.85rem;
}

.growpost-comment-list .comment-meta {
	font-size: 0.72rem;
	color: #888;
	margin-bottom: 0.3rem;
}

#commentform textarea {
	width: 100%;
	background: #F0F7F0;
	border: 1px solid transparent;
	border-radius: 10px;
	padding: 0.75rem 1rem;
	font-family: 'Inter', sans-serif;
	font-size: 0.88rem;
	box-sizing: border-box;
	min-height: 80px;
}

#commentform textarea:focus {
	background: #fff;
	border-color: #C8860A;
	outline: none;
}

#commentform .form-submit input[type="submit"] {
	background: #C8860A;
	color: #fff;
	border: none;
	border-radius: 8px;
	padding: 0.6rem 1.5rem;
	font-weight: 600;
	margin-top: 0.6rem;
	cursor: pointer;
}
.growpost-comment-form {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	margin-bottom: 1rem;
}

.growpost-comment-input {
	width: 100%;
	background: #F0F7F0;
	border: 1px solid transparent;
	border-radius: 10px;
	padding: 0.75rem 1rem;
	font-family: 'Inter', sans-serif;
	font-size: 0.88rem;
	box-sizing: border-box;
	min-height: 70px;
	resize: vertical;
}

.growpost-comment-input:focus {
	background: #fff;
	border-color: #C8860A;
	outline: none;
}

.growpost-comment-submit {
	align-self: flex-end;
	padding: 0.5rem 1.4rem;
}

.growpost-comment-list {
	list-style: none;
	margin: 1rem 0 0;
	padding: 0;
}

.growpost-comment-item {
	display: flex;
	gap: 0.6rem;
	border-top: 1px solid #EFEFEF;
	padding: 0.9rem 0;
}

.growpost-comment-item img {
	border-radius: 50%;
	flex-shrink: 0;
}

.growpost-comment-body {
	flex: 1;
}

.growpost-comment-author {
	font-weight: 600;
	color: #1A3A1A;
	font-size: 0.85rem;
	display: block;
}

.growpost-comment-text {
	font-size: 0.85rem;
	color: #333;
	margin: 0.2rem 0;
}

.growpost-comment-time {
	font-size: 0.72rem;
	color: #888;
}

.growpost-post-card-actions {
	display: flex;
	align-items: center;
	gap: 1.25rem;
	border-top: 1px solid #EFEFEF;
	padding-top: 0.75rem;
	margin-top: 0.25rem;
}

.growpost-icon-btn {
	display: flex;
	align-items: center;
	gap: 0.4rem;
	background: none;
	border: none;
	color: #666;
	cursor: pointer;
	padding: 0.3rem 0.5rem;
	border-radius: 6px;
	text-decoration: none;
	font-size: 0.85rem;
	font-weight: 500;
	font-family: 'Inter', sans-serif;
	transition: background 0.15s ease, color 0.15s ease;
}

.growpost-icon-btn:hover {
	background: #F0F7F0;
	color: #C8860A;
}

.growpost-icon-btn.is-liked {
	color: #C8860A;
}

.growpost-action-add {
	margin-left: auto;
	color: #C8860A;
	text-decoration: none;
	font-weight: 600;
	font-size: 0.85rem;
	font-family: 'Inter', sans-serif;
}

.growpost-comment-form {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	margin-bottom: 1rem;
}

.growpost-comment-input {
	width: 100%;
	background: #F0F7F0;
	border: 1px solid transparent;
	border-radius: 10px;
	padding: 0.75rem 1rem;
	font-family: 'Inter', sans-serif;
	font-size: 0.88rem;
	box-sizing: border-box;
	min-height: 70px;
	resize: vertical;
}

.growpost-comment-input:focus {
	background: #fff;
	border-color: #C8860A;
	outline: none;
}

.growpost-comment-submit {
	align-self: flex-end;
	padding: 0.5rem 1.4rem;
}

.growpost-comment-list {
	list-style: none;
	margin: 1rem 0 0;
	padding: 0;
}

.growpost-comment-item {
	display: flex;
	gap: 0.6rem;
	border-top: 1px solid #EFEFEF;
	padding: 0.9rem 0;
}

.growpost-comment-item img {
	border-radius: 50%;
	flex-shrink: 0;
}

.growpost-comment-body {
	flex: 1;
}

.growpost-comment-author {
	font-weight: 600;
	color: #1A3A1A;
	font-size: 0.85rem;
	display: block;
}

.growpost-comment-text {
	font-size: 0.85rem;
	color: #333;
	margin: 0.2rem 0;
}

.growpost-comment-time {
	font-size: 0.72rem;
	color: #888;
}

/* ===== Add this to the END of custom.css ===== */

/* Icon fix — ensures Like/Comment SVG icons always render at a fixed size,
   in case a theme/plugin style was collapsing them to 0. */
.growpost-icon-btn svg,
.growpost-post-card-actions svg {
	width: 18px;
	height: 18px;
	flex-shrink: 0;
	display: inline-block;
}

/* Comments now live INSIDE the post card, right under the actions row */
.growpost-comments-section {
	margin-top: 0.75rem;
}

.growpost-comment-actions {
	display: flex;
	align-items: center;
	gap: 0.6rem;
	margin-top: 0.15rem;
}

.growpost-comment-like-btn,
.growpost-comment-reply-btn {
	background: none;
	border: none;
	padding: 0;
	font-family: 'Inter', sans-serif;
	font-size: 0.78rem;
	font-weight: 600;
	color: #666;
	cursor: pointer;
}

.growpost-comment-like-btn:hover,
.growpost-comment-reply-btn:hover {
	color: #C8860A;
}

.growpost-comment-like-btn.is-liked {
	color: #C8860A;
}

.growpost-comment-time {
	font-size: 0.72rem;
	color: #999;
}

/* Reply form — indented to align under the comment it replies to */
.growpost-comment-reply-form {
	display: flex;
	flex-direction: column;
	gap: 0.4rem;
	margin-top: 0.5rem;
	margin-left: 0;
}

.growpost-reply-input {
	min-height: 45px;
}

.growpost-reply-submit {
	align-self: flex-end;
	padding: 0.35rem 1rem;
	font-size: 0.8rem;
}

/* Nested replies list — indented under their parent comment */
.growpost-comment-replies {
	list-style: none;
	margin: 0.6rem 0 0;
	padding: 0 0 0 1.6rem;
}

.growpost-comment-replies:empty {
	margin: 0;
}

.growpost-comment-reply {
	border-top: none !important;
	padding: 0.5rem 0 !important;
}

.growpost-comment-reply img {
	border-radius: 50%;
	flex-shrink: 0;
}
/* Icon-only Send button — replaces text "Post"/"Reply" */
.growpost-send-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	padding: 0;
	border-radius: 50%;
	background: #C8860A;
	color: #fff;
	border: none;
	cursor: pointer;
	transition: background 0.15s ease, transform 0.1s ease;
}

.growpost-send-btn:hover {
	background: #b3760a;
	transform: scale(1.05);
}

.growpost-send-btn svg {
	flex-shrink: 0;
}

.growpost-reply-submit.growpost-send-btn {
	width: 32px;
	height: 32px;
}
/* Comment input + send icon inside the box */
.growpost-input-wrap {
	position: relative;
}

.growpost-input-wrap .growpost-comment-input {
	padding-right: 3rem; /* room for the icon so text doesn't go under it */
}

.growpost-input-wrap .growpost-send-btn {
	position: absolute;
	right: 8px;
	bottom: 8px;
}

/* Avatar shape fix — prevents stretching inside flex rows */
.growpost-post-header img,
.growpost-comment-item img,
.growpost-comment-reply img {
	width: 32px;
	height: 32px;
	min-width: 32px;
	min-height: 32px;
	border-radius: 50%;
	object-fit: cover;
	flex-shrink: 0;
}

.growpost-post-header {
	align-items: flex-start;
}

.growpost-comment-item {
	align-items: flex-start;
}
/* ===== Post header (avatar + name + time) ===== */
.growpost-post-header {
	display: flex;
	align-items: center;
	gap: 0.65rem;
	margin-bottom: 0.5rem;
}
.growpost-post-header img,
.growpost-comment-item img,
.growpost-comment-reply img {
	width: 32px;
	height: 32px;
	min-width: 32px;
	min-height: 32px;
	border-radius: 50%;
	object-fit: cover;
	flex-shrink: 0;
}
.growpost-post-header-text {
	display: flex;
	flex-direction: column;
	line-height: 1.3;
}
.growpost-post-name {
	font-weight: 700;
	font-size: 0.9rem;
	color: #1A3A1A;
}
.growpost-post-sub {
	font-size: 0.75rem;
	color: #888;
}

/* Icon fix */
.growpost-icon-btn svg,
.growpost-post-card-actions svg {
	width: 18px;
	height: 18px;
	flex-shrink: 0;
	display: inline-block;
}

/* Actions row */
.growpost-post-card-actions {
	display: flex;
	align-items: center;
	gap: 1.25rem;
	border-top: 1px solid #EFEFEF;
	padding-top: 0.75rem;
	margin-top: 0.25rem;
}
.growpost-icon-btn {
	display: flex;
	align-items: center;
	gap: 0.4rem;
	background: none;
	border: none;
	color: #666;
	cursor: pointer;
	padding: 0.3rem 0.5rem;
	border-radius: 6px;
	text-decoration: none;
	font-size: 0.85rem;
	font-weight: 500;
	font-family: 'Inter', sans-serif;
	transition: background 0.15s ease, color 0.15s ease;
}
.growpost-icon-btn:hover {
	background: #F0F7F0;
	color: #C8860A;
}
.growpost-icon-btn.is-liked {
	color: #C8860A;
}
.growpost-action-add {
	margin-left: auto;
	color: #C8860A;
	text-decoration: none;
	font-weight: 600;
	font-size: 0.85rem;
	font-family: 'Inter', sans-serif;
}

/* Comment input + icon-only send button inside the box */
.growpost-comments-section {
	margin-top: 0.75rem;
}
.growpost-comment-form {
	margin-bottom: 1rem;
}
.growpost-input-wrap {
	position: relative;
}
.growpost-comment-input {
	width: 100%;
	background: #F0F7F0;
	border: 1px solid transparent;
	border-radius: 10px;
	padding: 0.75rem 3rem 0.75rem 1rem;
	font-family: 'Inter', sans-serif;
	font-size: 0.88rem;
	box-sizing: border-box;
	min-height: 70px;
	resize: vertical;
}
.growpost-comment-input:focus {
	background: #fff;
	border-color: #C8860A;
	outline: none;
}
.growpost-send-btn {
	position: absolute;
	right: 8px;
	bottom: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	padding: 0;
	border-radius: 50%;
	background: #C8860A;
	color: #fff;
	border: none;
	cursor: pointer;
	transition: background 0.15s ease, transform 0.1s ease;
}
.growpost-send-btn:hover {
	background: #b3760a;
	transform: scale(1.05);
}
.growpost-reply-submit.growpost-send-btn {
	width: 32px;
	height: 32px;
}

/* Comment list */
.growpost-comment-list {
	list-style: none;
	margin: 1rem 0 0;
	padding: 0;
}
.growpost-comment-item {
	display: flex;
	gap: 0.6rem;
	border-top: 1px solid #EFEFEF;
	padding: 0.9rem 0;
	align-items: flex-start;
}
.growpost-comment-body {
	flex: 1;
}
.growpost-comment-author {
	font-weight: 600;
	color: #1A3A1A;
	font-size: 0.85rem;
	display: block;
}
.growpost-comment-text {
	font-size: 0.85rem;
	color: #333;
	margin: 0.2rem 0;
}
.growpost-comment-actions {
	display: flex;
	align-items: center;
	gap: 0.6rem;
	margin-top: 0.15rem;
}
.growpost-comment-like-btn,
.growpost-comment-reply-btn {
	background: none;
	border: none;
	padding: 0;
	font-family: 'Inter', sans-serif;
	font-size: 0.78rem;
	font-weight: 600;
	color: #666;
	cursor: pointer;
}
.growpost-comment-like-btn:hover,
.growpost-comment-reply-btn:hover {
	color: #C8860A;
}
.growpost-comment-like-btn.is-liked {
	color: #C8860A;
}
.growpost-comment-time {
	font-size: 0.72rem;
	color: #999;
}

/* Reply form + nested replies */
.growpost-comment-reply-form {
	margin-top: 0.5rem;
}
.growpost-reply-input {
	min-height: 45px;
}
.growpost-comment-replies {
	list-style: none;
	margin: 0.6rem 0 0;
	padding: 0 0 0 1.6rem;
}
.growpost-comment-replies:empty {
	margin: 0;
}
.growpost-comment-reply {
	border-top: none !important;
	padding: 0.5rem 0 !important;
}

/* Load more */
.growpost-hidden-comment,
.growpost-hidden-reply {
	display: none;
}
.growpost-load-more-btn {
	background: none;
	border: none;
	color: #C8860A;
	font-family: 'Inter', sans-serif;
	font-size: 0.8rem;
	font-weight: 600;
	cursor: pointer;
	padding: 0.4rem 0;
	margin-top: 0.3rem;
}
.growpost-load-more-btn:hover {
	text-decoration: underline;
}
.growpost-load-more-replies {
	margin-left: 1.6rem;
}

/* 3-dot menu */
.growpost-menu-wrap {
	position: relative;
	margin-left: auto;
}
.growpost-menu-btn {
	background: none;
	border: none;
	cursor: pointer;
	color: #888;
	padding: 0.3rem;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.growpost-menu-btn:hover {
	background: #F0F7F0;
	color: #1A3A1A;
}
.growpost-menu-dropdown {
	display: none;
	position: absolute;
	right: 0;
	top: 110%;
	background: #fff;
	border: 1px solid #E0E0E0;
	border-radius: 8px;
	box-shadow: 0 4px 20px rgba(0,0,0,.1);
	min-width: 140px;
	z-index: 10;
	overflow: hidden;
}
.growpost-menu-dropdown.is-open {
	display: block;
}
.growpost-menu-item {
	display: block;
	width: 100%;
	text-align: left;
	background: none !important;
	border: none;
	padding: 0.6rem 1rem;
	font-family: 'Inter', sans-serif;
	font-size: 0.85rem;
	color: #333 !important;
	cursor: pointer;
}
.growpost-menu-item:hover {
	background: #F0F7F0 !important;
	color: #1A3A1A !important;
}
.growpost-delete-btn {
	color: #C0392B !important;
}
.growpost-delete-btn:hover {
	background: #FFF5F5 !important;
	color: #C0392B !important;
}
.growpost-delete-btn {
	color: #C0392B;
}


















/* ===== My Runs Page ===== */

.growpost-runs-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1100px;
	margin: 0 auto 1.5rem;
	gap: 0.75rem;
}

.growpost-runs-header h1 {
	font-family: 'Playfair Display', serif;
	color: #1A3A1A;
	margin: 0;
	font-size: 1.6rem;
}

/* New Create Button */
.growpost-runs-header .growpost-btn {


	background: #C8860A;
	color: #fff !important;
	border: 1px solid #C8860A;
	border-radius: 8px;
	padding: 0.55rem 1rem;
	font-size: 0.85rem;
	font-weight: 600;
	white-space: nowrap;
	text-decoration: none;
	box-shadow: none;
	transition: all 0.25s ease;
}

/* Hover */
.growpost-runs-header .growpost-btn:hover {
	background: transparent;
	color: #1A3A1A !important;
	border-color: #C8860A;
	box-shadow: none;
	transform: none;
}

/* Mobile */
@media (max-width: 600px) {
	.growpost-runs-header {
		padding: 0 0.75rem;
	}

	.growpost-runs-header h1 {
		font-size: 1.15rem;
	}

	.growpost-runs-header .growpost-btn {
		font-size: 0.75rem;
		padding: 0.45rem 0.75rem;
	}

	.growpost-runs-grid {
		padding: 0 0.75rem;
	}
}
.growpost-runs-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
	gap: 1.25rem;
	max-width: 1100px;
	margin: 0 auto;
	align-items: stretch;
}

.growpost-run-card-link {
	text-decoration: none;
	color: inherit;
	display: block;
	height: 100%;
}

.growpost-run-card-mini {
	background: #fff;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 2px 10px rgba(0,0,0,.05);
	transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.28s cubic-bezier(0.22, 1, 0.36, 1);
	height: 100%;
	display: flex;
	flex-direction: column;
	will-change: transform;
}
.growpost-run-card-mini:hover {
	transform: translateY(-6px) scale(1.015);
	box-shadow: 0 14px 32px rgba(26,58,26,.16);
}

.growpost-run-card-mini-image {
	position: relative;
	width: 100%;
	height: 160px;
	background: #F0F7F0;
	flex-shrink: 0;
}
.growpost-run-card-mini-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.growpost-run-card-mini-noimage {
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, #F0F7F0, #E0EEE0);
}

.growpost-status-badge {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 0.7rem;
	font-weight: 700;
	padding: 0.25rem 0.6rem;
	border-radius: 20px;
	background: #fff;
	color: #1A3A1A;
	box-shadow: 0 2px 6px rgba(0,0,0,.15);
}
.growpost-status-badge-draft {
	color: #8a6408;
}
.growpost-status-badge-private {
	color: #C0392B;
}

.growpost-run-card-mini-body {
	padding: 0.9rem 1rem 1.1rem;
	flex: 1;
	display: flex;
	flex-direction: column;
}
.growpost-run-card-mini-body h3 {
	font-family: 'Playfair Display', serif;
	font-size: 1rem;
	color: #1A3A1A;
	margin: 0 0 0.5rem;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 1.3;
	min-height: 2.6em;
}
.growpost-run-card-mini-body .growpost-update-tags {
	max-height: 32px;
	overflow: hidden;
	flex-wrap: nowrap;
}
.growpost-run-card-mini-body .growpost-update-tags .growpost-chip {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 140px;
}
.growpost-run-card-mini-meta {
	display: block;
	margin-top: auto;
	padding-top: 0.6rem;
	font-size: 0.75rem;
	color: #888;
}
.growpost-mini-comments {
	margin-top: 0.5rem;
}








:root {
	--gp-green: #1A3A1A;
	--gp-gold: #C8860A;
	--gp-bg: #F3F7F1;
}

body {
	background: #E9EEE7;
	margin: 0;
	overflow-x: hidden;
}

.gp-shell {
	display: flex;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -48.5vw !important;
	margin-right: -48.5vw !important;
	margin-top: -3rem !important;
	margin-bottom: 3rem !important;
	width: 97vw !important;
	max-width: 97vw !important;
	border-radius: 14px !important;
	overflow: hidden;
	box-shadow: 0 8px 30px rgba(0,0,0,0.08);
	box-sizing: border-box;
	background: var(--gp-bg);
	align-items: stretch;
    padding: 0 !important;
	border: none !important;
}

.gp-sidebar {
	width: 250px;
	flex-shrink: 0;
	background: var(--gp-green);
	display: flex;
	flex-direction: column;
	padding: 1.5rem 1rem;
	box-sizing: border-box;
	align-self: stretch;
	margin: 0 !important;
	border: none !important;
	border-radius: 0 !important;
}

.gp-sidebar::-webkit-scrollbar {
	width: 4px;
}
.gp-sidebar::-webkit-scrollbar-thumb {
	background: rgba(255, 255, 255, 0.2);
	border-radius: 4px;
}

.gp-sidebar-logo {
	font-family: 'Playfair Display', serif;
	font-weight: 700;
	font-style: italic;
	font-size: 1.25rem;
	color: var(--gp-gold);
	margin-bottom: 1.4rem;
	padding: 0 0.3rem;
}
.gp-sidebar-logo a { color: inherit; text-decoration: none; }
.gp-sidebar-logo img {
	max-width: 100%;
	height: auto;
	display: block;
}

.gp-sidebar-nav { display: flex; flex-direction: column; gap: 2px; }

.gp-nav-item {
	display: flex;
	align-items: center;
	gap: 9px;
	padding: 0.55rem 0.65rem;
	border-radius: 9px;
	color: #C9DAC9;
	text-decoration: none;
	font-family: 'Inter', sans-serif;
	font-size: 0.82rem;
	font-weight: 500;
	transition: background 0.15s ease, color 0.15s ease;
	position: relative;
}

.gp-nav-item:hover {
	background: rgba(46, 125, 50, 0.3) !important;
	color: #ffffff !important;
}
.gp-nav-active {
	background: rgba(46, 125, 50, 0.35) !important;
	color: #ffffff !important;
}

.gp-nav-icon-wrap {
	width: 24px;
	height: 24px;
	border-radius: 6px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	transition: background 0.2s ease;
}

.gp-nav-item:hover .gp-nav-icon-wrap,
.gp-nav-active .gp-nav-icon-wrap {
	background: linear-gradient(180deg, #FFD54A 0%, #FBBF24 35%, #F59E0B 70%, #E67E00 100%);
}

.gp-nav-icon-img,
.gp-ico {
	filter: brightness(0) invert(1) !important;
	-webkit-filter: brightness(0) invert(1) !important;
	opacity: 1 !important;
	width: 19px;
	height: 19px;
}

.gp-nav-disabled {
	opacity: 1 !important;
}
.gp-nav-disabled .gp-nav-icon-img {
	opacity: 0.55 !important;
}

.gp-ico-home::before { content: "⌂"; }
.gp-ico-leaf::before { content: "🌿"; font-size: 14px; }
.gp-ico-plus::before { content: "+"; font-weight: 700; }
.gp-ico-search::before { content: "🔍"; font-size: 12px; }
.gp-ico-card::before { content: "🪪"; font-size: 13px; }
.gp-ico-users::before { content: "👥"; font-size: 12px; }
.gp-ico-bell::before { content: "🔔"; font-size: 12px; }
.gp-ico-badge::before { content: "🎖"; font-size: 13px; }
.gp-ico-sparkle::before { content: "✦"; }

.gp-nav-item:hover::before,
.gp-nav-active::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 3px;
	height: 50%;
	background: linear-gradient(180deg, #FFD54A 0%, #FBBF24 35%, #F59E0B 70%, #E67E00 100%);
	border-radius: 0 3px 3px 0;
}

.gp-nav-disabled { opacity: 0.4; cursor: default; }
.gp-nav-divider { height: 1px; background: rgba(255,255,255,0.1); margin: 0.6rem 0.4rem; }
.gp-sidebar-user-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.gp-sidebar-user {
	display: block;
	margin-top: 2rem;
	background: rgba(255,255,255,0.08);
	border-radius: 12px;
	padding: 0.75rem 0.8rem;
	text-decoration: none;
	transition: background 0.15s ease;
}
.gp-sidebar-user:hover { background: rgba(255,255,255,0.13); }

.gp-sidebar-user-top {
	display: flex;
	align-items: center;
	gap: 9px;
	margin-bottom: 0.6rem;
}
.gp-sidebar-user-top img { border-radius: 50%; width: 34px; height: 34px; flex-shrink: 0; }
.gp-sidebar-user-text { display: flex; flex-direction: column; min-width: 0; }
.gp-sidebar-user-name {
	color: #fff; font-weight: 700; font-size: 0.8rem; font-family: 'Inter', sans-serif;
	white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.gp-sidebar-user-level { color: #C9DAC9; font-size: 0.7rem; }

.gp-sidebar-user-bar {
	height: 5px;
	background: rgba(255,255,255,0.15);
	border-radius: 3px;
	overflow: hidden;
	margin-bottom: 5px;
}
.gp-sidebar-user-bar-fill {
	height: 100%;
	background: linear-gradient(180deg, #FFD54A 0%, #FBBF24 35%, #F59E0B 70%, #E67E00 100%);
}
.gp-sidebar-user-xp {
	color: #fff;
	font-size: 0.72rem;
	font-weight: 700;
}

.gp-main {
	flex: 1;
	min-width: 0;
	display: flex;
	flex-direction: column;
}

.gp-topbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1.4rem 2rem 0.5rem 2rem !important;
}
.gp-topbar-welcome h1 .welcome-img {
    margin-left: 5px; 
    vertical-align: middle;
    width: 30px; 
    height: auto;
}
.gp-topbar-welcome h1 { font-family: 'Playfair Display', serif; font-size: 1.25rem; color: var(--gp-green); margin: 0; }
.gp-topbar-welcome p { font-family: 'Inter', sans-serif; color: #777; margin: 0.1rem 0 0; font-size: 0.82rem; }
.gp-topbar-actions img { border-radius: 50%; }

.gp-page-content {
	padding: 1.4rem 2rem 3rem 3rem !important;
}






@media (max-width: 900px) {
	/* Shell and Header Layout */
	.gp-shell {
		flex-direction: column;
		position: static !important;
		left: auto !important;
		right: auto !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		margin-top: -4.1rem !important;
		margin-bottom: 2rem !important;
		box-shadow: none !important;
		width: 100% !important;
		max-width: 100% !important;
		border-radius: 16px !important;
	}

	.gp-page-content {
		border-bottom-left-radius: 16px !important;
		border-bottom-right-radius: 16px !important;
		padding-bottom: 3rem !important;
		padding: 1rem 1.1rem 5rem !important;
	}

	.gp-sidebar { display: none !important; }

	.gp-topbar {
		flex-wrap: wrap;
		padding: 1.1rem 1.1rem 8rem !important;
		row-gap: 0.6rem;
		background: var(--gp-green);
		width: 100% !important;
		box-sizing: border-box !important;
		margin: 0 !important;
	}

	.gp-topbar-mobile-logo {
		display: block;
		width: 130px;
		height: auto;
		order: 1;
	}

	.gp-topbar-actions {
		order: 2;
		margin-left: auto;
		gap: 0.7rem;
	}

	.gp-topbar-welcome {
		order: 3;
		width: 100%;
	}

	.gp-topbar-welcome h1 {
		font-size: 1.1rem;
		font-weight: 700;
		color: #fff;
	}

	.gp-topbar-welcome p {
		color: #C9DAC9;
		font-size: 0.85rem;
		margin-bottom: 6rem;
	}

	.gp-search-wrap,
	.gp-online-count,
	.gp-profile-chevron { 
		display: none !important; 
	}
   .gp-page-content{
    width:100% !important;
    max-width:100% !important;
    box-sizing:border-box;
}
	.gp-bell-icon svg,
	.gp-bell-icon svg * {
		stroke: #ffffff !important;
	}

	/* Level Card Styling */
	.gp-level-card {
		background: linear-gradient(135deg, #244824 0%, #1a361a 100%) !important;
		border: 1px solid rgba(255, 255, 255, 0.18) !important;
		margin-top: -7rem !important;
		margin-bottom: 1.2rem !important;
		position: relative !important;
		z-index: 10 !important;
		border-radius: 16px !important;
		box-shadow: 0 10px 25px rgba(0,0,0,0.2) !important;
		width: 100% !important;
		margin-left: auto !important;
		margin-right: auto !important;
		box-sizing: border-box !important;
		padding: 0.5rem 0.9rem !important;
		height: auto !important;
		min-height: 0 !important;
	}

	.gp-level-card .gp-level-tier,
	.gp-level-card .gp-level-tier-progress,
	.gp-level-card a[href*="view-progress"] {
		display: none !important;
		height: 0 !important;
		margin: 0 !important;
		padding: 0 !important;
	}

	.gp-level-card img, 
	.gp-level-card .gp-level-badge,
	.gp-level-card svg.gp-badge-icon {
		width: 65px !important;
		height: 65px !important;
		max-width: 65px !important;
		max-height: 65px !important;
		margin-top: 2rem !important;
	}

	.gp-level-card .gp-progress-bar,
	.gp-level-card progress,
	.gp-level-card .gp-level-bar-track {
		height: 10px !important;
		width: 100% !important;
		max-width: 100% !important;
		border-radius: 6px !important;
		background: rgba(255, 255, 255, 0.2) !important;
		overflow: hidden !important;
		margin-top: 0.3rem !important;
		margin-bottom: 0.2rem !important;
		display: block !important;
	}

	.gp-level-card .gp-progress-fill,
	.gp-level-card progress::-webkit-progress-value,
	.gp-level-card .gp-level-bar-fill {
		height: 10px !important;
		border-radius: 6px !important;
	}

	/* Dashboard Grid Adjustments */
	.gp-dashboard-top,
	.gp-columns {
		grid-template-columns: 1fr;
		padding-left: 0 !important;
		padding-right: 0 !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	.gp-quick-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	/* Auth Buttons and Visibility */
	.gp-auth-buttons {
		display: flex !important;
		gap: 0.4rem !important;
		align-items: center !important;
	}

	.gp-auth-signin,
	.gp-auth-signin:link,
	.gp-auth-signin:visited,
	.gp-auth-signin:hover,
	.gp-auth-signin:active,
	.gp-auth-signin:focus {
		background: transparent !important;
		color: #ffffff !important;
		-webkit-text-fill-color: #ffffff !important;
		border: 1px solid rgba(255, 255, 255, 0.3) !important;
		padding: 0.2rem 0.5rem !important;
		border-radius: 4px !important;
		font-size: 0.72rem !important;
		font-weight: 500 !important;
		text-decoration: none !important;
		outline: none !important;
	}

	.gp-auth-signup,
	.gp-auth-signup:link,
	.gp-auth-signup:visited,
	.gp-auth-signup:hover,
	.gp-auth-signup:active,
	.gp-auth-signup:focus {
		background: #ffffff !important;
		color: #1a361a !important;
		-webkit-text-fill-color: #1a361a !important;
		border: 1px solid #ffffff !important;
		padding: 0.2rem 0.5rem !important;
		border-radius: 4px !important;
		font-size: 0.72rem !important;
		font-weight: 600 !important;
		text-decoration: none !important;
		outline: none !important;
	}

	.gp-topbar-actions:has(.gp-auth-buttons) .gp-bell-icon {
		display: none !important;
	}
    /* Make bell icon and its SVG completely white */
	.gp-topbar-actions .gp-bell-icon,
	.gp-topbar-actions .gp-bell-icon svg,
	.gp-topbar-actions .gp-bell-icon svg * {
		stroke: #ffffff !important;
		fill: none !important;
		color: #ffffff !important;
	}

	/* Make profile dropdown button/avatar container elements white */
	.gp-profile-btn,
	.gp-profile-btn svg {
		color: #ffffff !important;
		stroke: #ffffff !important;
	}

	.gp-profile-btn svg * {
		stroke: #ffffff !important;
		fill: none !important;
	}
    
}


































/* --- TOPBAR PROFILE DROPDOWN STYLING --- */

.gp-profile-dropdown {
	position: absolute;
	right: 0;
	top: calc(100% + 10px);
	background: var(--gp-bg);
	border-radius: 12px;
	box-shadow: 0 10px 30px rgba(0,0,0,0.12);
	width: 230px;
	padding: 0.6rem;
	display: none;
	z-index: 99;
	box-sizing: border-box;
}

.gp-profile-wrap:hover .gp-profile-dropdown {
	display: block;
}

.gp-profile-header {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 0.6rem 0.6rem 0.8rem 0.6rem;
	border-bottom: 1px solid rgba(26, 58, 26, 0.1);
	margin-bottom: 0.5rem;
}

.gp-profile-header img {
	border-radius: 50%;
	width: 40px;
	height: 40px;
}

.gp-profile-name {
	display: block;
	font-family: 'Inter', sans-serif;
	font-weight: 600;
	font-size: 0.85rem;
	color: #1A3A1A;
}

.gp-profile-handle {
	display: block;
	font-family: 'Inter', sans-serif;
	font-weight: 500;
	font-size: 0.75rem;
	color: #C8860A;
}

.gp-profile-dropdown a {
	display: flex;
	align-items: center;
	gap: 9px;
	padding: 0.55rem 0.65rem;
	border-radius: 9px;
	color: #4A634A;
	text-decoration: none;
	font-family: 'Inter', sans-serif;
	font-size: 0.82rem;
	font-weight: 500;
	position: relative;
	transition: background 0.15s ease, color 0.15s ease;
}

.gp-profile-dropdown a:hover {
	background: rgba(46, 125, 50, 0.15) !important;
	color: #1A3A1A !important;
}

.gp-profile-dropdown a.gp-nav-active {
	background: rgba(46, 125, 50, 0.2) !important;
	color: #1A3A1A !important;
}

.gp-profile-dropdown a:hover::before,
.gp-profile-dropdown a.gp-nav-active::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 3px;
	height: 50%;
	background: linear-gradient(180deg, #FFD54A 0%, #FBBF24 35%, #F59E0B 70%, #E67E00 100%);
	border-radius: 0 3px 3px 0;
}

.gp-profile-dropdown a svg {
	width: 18px;
	height: 18px;
	stroke: #4A634A;
	transition: stroke 0.15s ease;
}

.gp-profile-dropdown a:hover svg,
.gp-profile-dropdown a.gp-nav-active svg {
	stroke: #1A3A1A !important;
}

.gp-profile-divider {
	height: 1px;
	background: rgba(26, 58, 26, 0.08);
	margin: 0.4rem 0.2rem;
}













.gp-nav-badge {
	margin-left: auto;
	font-size: 0.72rem;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	flex-shrink: 0;
}

.gp-nav-badge-online {
	background: #2E7D32;
	padding: 0.02rem 0.4rem;
	border-radius: 999px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}

.gp-nav-badge-alert {
	background: #E67E00;
	width: 22px;
	height: 22px;
	border-radius: 50%;
}










/* ===== NEW DASHBOARD ===== */

.gp-dashboard-top {
	display: grid;
	grid-template-columns: minmax(380px, 45fr) 55fr;
	gap: 1rem;
	margin-bottom: 1rem;
	align-items: stretch;
}

.gp-level-card {
	background: var(--gp-green);
	border-radius: 16px;
	color: #fff;
	min-height: 200px;
	width: 100%;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	overflow: hidden;
}

.gp-level-top-row {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 1rem;
	padding: 1.1rem 1.3rem 0.9rem;
}

.gp-level-top {
	flex: 1;
	min-width: 0;
}

.gp-level-badge-img {
	width: 120px;
	height: 120px;
	object-fit: contain;
	flex-shrink: 0;
}

.gp-level-label {
	display: block;
	color: #fff;
	font-size: 0.85rem;
	font-weight: 700;
}

.gp-level-xp {
	display: block;
	font-family: 'Playfair Display', serif;
	font-size: 1.55rem;
	font-weight: 700;
	margin: 4px 0 4px;
	background: linear-gradient(180deg, #FFD54A 0%, #FBBF24 35%, #F59E0B 70%, #E67E00 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.gp-level-sub {
	display: block;
	color: #C9DAC9;
	font-size: 0.78rem;
	margin-top: 6px;
	margin-bottom: 10px;
}

.gp-level-bar {
	width: 88%;
	height: 11px;
	background: #2E5E32;
	border-radius: 6px;
	overflow: hidden;
}

.gp-level-bar-fill {
	height: 100%;
	background: linear-gradient(180deg, #FFD54A 0%, #FBBF24 35%, #F59E0B 70%, #E67E00 100%);
}

.gp-level-tier {
	margin-top: auto;
	background: #234A2A;
	padding: 0.85rem 1.3rem;
}

.gp-tier-label {
	display: block;
	color: #C9DAC9;
	font-size: 0.74rem;
	margin-bottom: 0.5rem;
}

.gp-tier-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.gp-tier-current {
	font-size: 0.85rem;
	font-weight: 700;
	color: #fff;
	display: flex;
	align-items: center;
	gap: 7px;
}

.gp-tier-link {
	color: #fff !important;
	font-size: 0.8rem;
	font-weight: 400;
	text-decoration: none;
	display: flex;
	align-items: center;
	gap: 3px;
}

.gp-tier-link svg {
	stroke: #fff !important;
	fill: none !important;
}

.gp-tier-link:hover {
	background: linear-gradient(180deg, #FFD54A 0%, #FBBF24 35%, #F59E0B 70%, #E67E00 100%) !important;
	-webkit-background-clip: text !important;
	-webkit-text-fill-color: transparent !important;
	text-decoration: none !important;
}

.gp-tier-link:hover svg {
	background: linear-gradient(180deg, #FFD54A 0%, #FBBF24 35%, #F59E0B 70%, #E67E00 100%) !important;
}

.gp-quick-card {
	background: #fff;
	border: 1px solid rgba(26,58,26,0.12);
	border-radius: 16px;
	padding: 1.25rem 1.5rem;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	box-sizing: border-box;
}

.gp-quick-title {
	display: block;
	font-weight: 700;
	color: var(--gp-green);
	font-size: 0.95rem;
	margin-bottom: 0.6rem;
}

.gp-quick-grid {
	flex: 1;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 0.6rem;
	align-items: stretch;
}

.gp-quick-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 8px;
	text-decoration: none;
	color: #333;
	border: 1px solid rgba(26,58,26,0.1);
	border-radius: 12px;
	padding: 0.9rem 0.4rem;
	transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.gp-quick-item:hover {
	background: #F5FAF3;
	transform: translateY(-3px);
	box-shadow: 0 8px 18px rgba(26,58,26,.14);
	border-color: rgba(26,58,26,0.2);
	color: #1A3A1A !important;
}

.gp-quick-item:hover span:last-child {
	color: #1A3A1A !important;
}

.gp-quick-item span:last-child {
	font-size: 0.78rem;
	font-weight: 600;
	line-height: 1.2;
	max-width: 68px;
	text-align: center;
}

.gp-quick-circle {
	width: 80px; height: 80px;
	background: none;
	display: flex; align-items: center; justify-content: center;
	flex-shrink: 0;
}
.gp-columns {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1rem;
	align-items: stretch;
}
.gp-columns > * {
	min-width: 0;
}
.gp-col-stack {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.gp-col-stack .gp-col-card {
	flex: 1;
}

.gp-col-card {
	background: #fff;
	border-radius: 16px;
	padding: 1.2rem 1.3rem;
	display: flex;
	flex-direction: column;
}

.gp-col-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight: 700;
	color: var(--gp-green);
	font-size: 0.92rem;
	margin-bottom: 0.9rem;
}

.gp-col-card,
.gp-level-card {
	border: 1px solid rgba(26,58,26,0.12) !important;
}

.gp-col-header a {
	color:  #2E7D32 !important;
}

.gp-col-header a {
	color: var(--gp-gold);
	font-size: 0.75rem;
	font-weight: 600;
	text-decoration: none;
}
.gp-col-header {
	border-bottom: 1px solid rgba(26,58,26,0.12);
	padding-bottom: 0.6rem;
}
.gp-col-list {
	flex: 1;
}

.gp-col-empty {
	color: #999;
	font-size: 0.82rem;
	margin: 0;
}

.gp-col-btn {
	display: block;
	text-align: center;
	margin-top: 1rem;
	background: var(--gp-gold);
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	font-size: 0.85rem;
	padding: 0.65rem;
	border-radius: 10px;
}

@media (max-width: 900px) {
	.gp-dashboard-top {
		grid-template-columns: 1fr;
	}
	.gp-columns {
		grid-template-columns: 1fr;
	}
	
	/* Quick Actions Container Fix */
	.gp-quick-card {
		padding: 1rem 0.8rem !important;
	}

	.gp-quick-grid {
		display: flex !important;
		flex-direction: row !important;
		flex-wrap: nowrap !important;
		overflow-x: auto !important;
		gap: 0.4rem !important;
		padding-bottom: 0.4rem !important;
		-webkit-overflow-scrolling: touch !important;
		scrollbar-width: none !important;
		width: 100% !important;
		box-sizing: border-box !important;
	}

	.gp-quick-grid::-webkit-scrollbar {
		display: none !important;
	}

	.gp-quick-grid > * {
		flex: 0 0 68px !important;
		width: 68px !important;
		min-width: 68px !important;
		padding: 0.4rem 0.1rem !important;
		box-sizing: border-box !important;
	}

	.gp-quick-circle {
		width: 42px !important;
		height: 42px !important;
	}

	.gp-quick-circle svg,
	.gp-quick-circle img {
		width: 32px !important;
		height: 32px !important;
		max-width: 32px !important;
		max-height: 32px !important;
	}

	.gp-quick-item span:last-child {
		font-size: 0.65rem !important;
		max-width: 64px !important;
		line-height: 1.05 !important;
		word-break: break-word !important;
	}
}


.gp-topbar-actions {
	display: flex;
	align-items: center;
	gap: 1.1rem;
}

.gp-online-count {
	display: flex;
	align-items: center;
	gap: 3px;
	font-size: 0.82rem;
	font-weight: 600;
	color: #2E7D32;
}

.gp-online-icon {
	width: 25px;
	height: 25px;
	object-fit: contain;
}

.gp-icon-btn {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 35px;
	height: 35px;
	text-decoration: none;
	background: none;
	border: none;
	cursor: pointer;
}
.gp-bell-badge {
	position: absolute;
	top: -2px;
	right: -2px;
	background: #C8860A;
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	min-width: 16px;
	height: 16px;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 3px;
	box-sizing: border-box;
}

.gp-profile-wrap { position: relative; }
.gp-profile-btn {
	display: flex;
	align-items: center;
	gap: 6px;
	background: none;
	border: none;
	cursor: pointer;
	padding: 2px;
}
.gp-profile-btn img { border-radius: 50%; display: block; }
.gp-profile-chevron { transition: transform 0.18s ease; }
.gp-profile-btn.is-open .gp-profile-chevron { transform: rotate(180deg); }

.gp-profile-dropdown {
	display: none;
	position: absolute;
	right: 0;
	top: 120%;
	background: #fff;
	border-radius: 14px;
	box-shadow: 0 10px 28px rgba(0,0,0,.16);
	min-width: 210px;
	padding: 0.4rem;
	z-index: 50;
}
.gp-profile-dropdown.is-open { display: block; }

.gp-profile-header {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 0.7rem 0.6rem;
	margin-bottom: 0.2rem;
}
.gp-profile-header img { border-radius: 50%; }
.gp-profile-name { display: block; font-weight: 700; color: #1A1A1A; font-size: 0.9rem; }
.gp-profile-handle { display: block; color: var(--gp-gold); font-size: 0.78rem; }

.gp-profile-dropdown a,
.gp-profile-dropdown .gp-profile-disabled {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 0.55rem 0.7rem;
	border-radius: 8px;
	font-size: 0.85rem;
	font-weight: 500;
	color: #333;
	text-decoration: none;
}
.gp-profile-dropdown a:hover { color: var(--gp-green); }
.gp-profile-dropdown a svg { flex-shrink: 0; }
.gp-profile-dropdown .gp-profile-disabled { color: #bbb; cursor: default; }
.gp-profile-divider { height: 1px; background: #EFEFEF; margin: 0.4rem 0.3rem; }

.gp-auth-buttons { display: flex; align-items: center; gap: 0.6rem; }
.gp-auth-signin {
	color: #2e7d32 !important;
	font-size: 0.85rem;
	font-weight: 600;
	text-decoration: none;
	padding: 0.5rem 0.9rem;
}
.gp-auth-signin:hover,
.gp-auth-signin:focus,
.gp-auth-signin:visited {
	color: var(--gp-green) !important;
	background: none !important;
}
.gp-auth-signup {
	background: #fff ;
	color: var(--gp-green);
	font-size: 0.85rem;
	font-weight: 700;
	text-decoration: none;
	padding: 0.5rem 1.1rem;
	border-radius: 8px;
}
.gp-auth-signin:hover,
.gp-auth-signin:focus {
	color: var(--gp-gold);
}

.gp-auth-signup:hover,
.gp-auth-signup:focus {
	background: var(--gp-gold);
	color: #ffffff !important;
	box-shadow: 0 4px 12px rgba(0,0,0,0.15);
	transition: all 0.2s ease-in-out;
}

.gp-icon-btn,
.gp-profile-btn {
	background: transparent !important;
	border: none !important;
	box-shadow: none !important;
	outline: none !important;
}
.gp-icon-btn:hover,
.gp-icon-btn:focus,
.gp-profile-btn:hover,
.gp-profile-btn:focus {
	background: transparent !important;
	box-shadow: none !important;
	outline: none !important;
}

.gp-bell-badge {
	background-color: #C8860A !important;
}

.gp-profile-dropdown {
	background: #ffffff !important;
	opacity: 1 !important;
}
.gp-icon-btn {
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: 30px !important;
	height: 30px !important;
	visibility: visible !important;
	opacity: 1 !important;
}

.gp-icon-btn svg,
.gp-icon-btn svg * {
	stroke: #555 !important;
	fill: none !important;
	color: #555 !important;
	opacity: 1 !important;
	visibility: visible !important;
	display: inline-block !important;
}
.gp-search-wrap {
	position: relative;
}

.gp-search-form {
	display: none;
	position: absolute;
	top: 120%;
	right: 0;
	z-index: 50;
}

.gp-search-form.is-open {
	display: block;
}

.gp-search-input {
	width: 210px;
	padding: 0.55rem 1rem;
	border-radius: 20px;
	border: 1px solid var(--gp-gold);
	font-size: 0.85rem;
	background: #fff;
	box-shadow: 0 10px 28px rgba(0,0,0,.16);
	outline: none;
	box-sizing: border-box;
}



.gp-col-footer-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin-top: 1rem;
	padding-top: 0.8rem;
	border-top: 1px solid rgba(26,58,26,0.08);
}

.gp-col-footer-text {
	font-size: 0.8rem;
	color: #666;
	line-height: 1.3;
}

.gp-col-btn-gold {
	background: var(--gp-gold);
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	font-size: 0.82rem;
	padding: 0.55rem 1rem;
	border-radius: 10px;
	white-space: nowrap;
	flex-shrink: 0;
}

.gp-col-btn-outline {
	background: transparent;
	color: var(--gp-green);
	border: 1.5px solid rgba(26,58,26,0.25);
	text-decoration: none;
	font-weight: 700;
	font-size: 0.82rem;
	padding: 0.55rem 1rem;
	border-radius: 10px;
	white-space: nowrap;
	flex-shrink: 0;
}

.gp-col-btn-outline:hover {
	background: var(--gp-green);
	color: #fff;
	border-color: var(--gp-green);
}
.gp-col-card:nth-child(2) .gp-col-footer-row {
	justify-content: center !important;
	border-top: 1px solid rgba(26,58,26,0.08);
	margin-top: 1rem;
	padding-top: 0.8rem;
}

.gp-col-card:nth-child(2) .gp-col-btn-outline {
	background: none !important;
	border: none !important;
	color: #2E7D32 !important;
	font-weight: 600 !important;
	font-size: 0.82rem !important;
	text-decoration: none !important;
	text-shadow: none !important;
	box-shadow: none !important;
	padding: 0 !important;
}

.gp-col-card:nth-child(2) .gp-col-btn-outline:hover {
	background: none !important;
	text-decoration: none !important;
	background: linear-gradient(180deg, #FFD54A 0%, #FBBF24 35%, #F59E0B 70%, #E67E00 100%) !important;
	-webkit-background-clip: text !important;
	-webkit-text-fill-color: transparent !important;
}
.gp-col-btn-gold {
	background: linear-gradient(180deg, #FFD54A 0%, #FBBF24 35%, #F59E0B 70%, #E67E00 100%) !important;
	color: #1A3A1A !important;
	text-decoration: none;
	font-weight: 700;
	font-size: 0.82rem;
	padding: 0.55rem 1rem;
	border-radius: 10px;
	white-space: nowrap;
	flex-shrink: 0;
	border: none !important;
	display: inline-flex !important;
	align-items: center !important;
	gap: 12px !important;
	-webkit-transition: all 0.3s ease-in-out !important;
	transition: all 0.3s ease-in-out !important;
	box-shadow: none !important;
}

.gp-col-btn-gold:hover {
	background: linear-gradient(180deg, #FFD54A 0%, #FBBF24 35%, #F59E0B 70%, #E67E00 100%) !important;
	color: #1A3A1A !important;
	text-decoration: none !important;
	-webkit-transform: translateY(-3px) !important;
	transform: translateY(-3px) !important;
	box-shadow: 0 4px 8px rgba(0,0,0,0.15) !important;
}







/* ===== NEW mobile DASHBOARD ===== */
.gp-topbar-mobile-logo {
	display: none;
}

.gp-mobile-tabbar { 
	display: none; 
}

@media (max-width: 900px) {
	.gp-topbar {
		flex-wrap: wrap;
		padding: 1.1rem 1.1rem 0.5rem !important;
		row-gap: 0.6rem;
		background: var(--gp-green);
	}

	.gp-topbar-mobile-logo {
		display: block;
		width: 130px;
		height: auto;
		order: 1;
	}

	.gp-topbar-actions {
		order: 2;
		margin-left: auto;
		gap: 0.7rem;
	}

	.gp-topbar-welcome {
		order: 3;
		width: 100%;
	}
	
	.gp-topbar-welcome h1 {
		font-size: 1.1rem;
		font-weight: 400;
		color: #fff;
	}
	
	.gp-topbar-welcome h1 strong,
	.gp-topbar-welcome h1 .welcome-name {
		font-weight: 700;
	}
	
	.gp-topbar-welcome p {
		color: #C9DAC9;
		font-size: 0.85rem;
	}

	/* Mobile — only bell + avatar, hide search and online-count */
	.gp-search-wrap,
	.gp-online-count {
		display: none !important;
	}
	
	.gp-profile-chevron { 
		display: none; 
	}

	/* Mobile Bottom Tabbar */
	.gp-mobile-tabbar {
		display: flex !important;
		align-items: center;
		justify-content: space-around;
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		background: var(--gp-green);
		padding: 0.6rem 0.4rem calc(0.6rem + env(safe-area-inset-bottom));
		z-index: 100;
		box-shadow: 0 -4px 15px rgba(0,0,0,0.2);
	}

	.gp-tab-item {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 3px;
		text-decoration: none;
		color: #C9DAC9;
		font-size: 0.62rem;
		font-weight: 600;
		flex: 1;
	}

	.gp-tab-icon {
		width: 20px;
		height: 20px;
		object-fit: contain;
		filter: brightness(0) invert(1);
		opacity: 0.65;
	}

	.gp-tab-item.gp-nav-active {
		color: var(--gp-gold) !important;
		background: none !important;
	}

	.gp-tab-item.gp-nav-active .gp-tab-icon {
		opacity: 1;
		filter: brightness(0) saturate(100%) invert(64%) sepia(84%) saturate(1057%) hue-rotate(1deg) brightness(97%) contrast(96%);
	}

	.gp-tab-center {
		position: relative;
		top: -4px;
	}

	.gp-tab-plus {
		width: 46px;
		height: 46px;
		border-radius: 50%;
		background: var(--gp-gold);
		color: #fff;
		font-size: 1.6rem;
		font-weight: 400;
		display: flex;
		align-items: center;
		justify-content: center;
		box-shadow: 0 4px 12px rgba(0,0,0,.25);
	}

	.gp-page-content {
		padding-bottom: 6rem !important;
	}
}










/* ===== Create GrowPost — new layout ===== */

.gp-create-header {
	max-width: 1100px;
	margin: 0 auto 1.25rem;
}

.gp-create-header h1 {
	font-family: 'Playfair Display', serif;
	color: #1A3A1A;
	margin: 0 0 0.3rem;
	font-size: 1.5rem;
}

.gp-create-header p {
	color: #666;
	font-size: 0.9rem;
	margin: 0;
}

.gp-create-layout {
	display: grid;
	grid-template-columns: 1.3fr 1fr;
	gap: 1.5rem;
	max-width: 1100px;
	margin: 0 auto;
	align-items: start;
}

.gp-create-form-col .acf-form {
	max-width: none;
	margin: 0;
}





/* ===== Preview column ===== */

.gp-create-preview-col {
	background: #ffffff;
	border: 1px solid #E0E0E0;
	border-radius: 16px;
	padding: 1.25rem;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
	height: fit-content;
}

.gp-preview-label {
	color: #1A3A1A;
	font-weight: 600 !important;
	font-size: 1.10rem !important;
	margin: 0 0 0.1rem !important;
}

.gp-preview-sub {
	font-size: 0.85rem;
	color: #555555;
	margin-top: -10px !important; 
	margin-bottom: 2rem !important;
}

.gp-preview-card {
	background: #fff; 
	border: 1px solid #E0E0E0;
	border-radius: 12px;
	overflow: hidden;
}

.gp-preview-header {
	display: flex;
	align-items: center;
	gap: 0.6rem;
	padding: 0.9rem 1rem;
}

.gp-preview-header img {
	border-radius: 50%;
}

.gp-preview-name {
	display: block;
	font-weight: 700;
	font-size: 0.85rem;
	color: #1A3A1A;
}

.gp-preview-time {
	display: block;
	font-size: 0.72rem;
	color: #888;
}

.gp-preview-status {
	margin-left: auto;
	background: #F0F7F0;
	color: #666;
	font-size: 0.7rem;
	font-weight: 600;
	padding: 0.2rem 0.6rem;
	border-radius: 20px;
}

.gp-preview-photo {
	width: 100%;
	height: 200px;
	background: #F0F7F0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #8a9a8a;
	font-size: 0.85rem;
	overflow: hidden;
}

.gp-preview-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.gp-preview-body {
	padding: 0.9rem 1rem 1.1rem;
}

.gp-preview-title {
	font-family: 'Playfair Display', serif;
	font-weight: 700;
	font-size: 1.05rem;
	color: #1A3A1A;
	margin: 0 0 0.5rem;
}

.gp-preview-tags {
	display: flex;
	gap: 0.4rem;
	margin-bottom: 0.75rem;
}

.gp-preview-tag {
	background: #F0F7F0;
	color: #1A3A1A;
	font-size: 0.72rem;
	font-weight: 600;
	padding: 0.25rem 0.7rem;
	border-radius: 20px;
}

.gp-preview-tip {
	background: #F0F7EA;
	border: 1px solid #C0DD97;
	color: #3B6D11;
	font-size: 0.78rem;
	padding: 0.5rem 0.8rem; 
	border-radius: 8px;
	margin-top: 1.6rem !important; 
}
.gp-preview-stats {
	display: flex;
	gap: 1rem;
	font-size: 0.78rem;
	color: #888;
	border-top: 1px solid #EFEFEF;
	padding-top: 0.7rem;
}

.gp-preview-tip {
	background: #F0F7EA;
	border: 1px solid #C0DD97;
	color: #3B6D11;
	font-size: 0.78rem;
	padding: 0.7rem 0.9rem;
	border-radius: 8px;
	margin-top: 0.9rem;
}

/* Visibility field styled as card-buttons */
.acf-field[data-name="growpost_visibility"] .acf-radio-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0.5rem;
}

.acf-field[data-name="growpost_visibility"] .acf-radio-list li {
	background: #F8FBF8;
	border: 1px solid #E0EDE0;
	border-radius: 10px;
	padding: 0.6rem;
	justify-content: center;
	text-align: center;
}

.acf-field[data-name="growpost_visibility"] .acf-radio-list li:has(input:checked) {
	background: #F0F7EA;
	border-color: #C8860A;
}

@media (max-width: 900px) {
	.gp-create-layout {
		grid-template-columns: 1fr;
	}
}






/* ===== Progress bar ===== */

.gp-progress-bar {
	display: flex;
	background: #fff;
	border-radius: 12px;
	padding: 1rem 1.5rem;
	max-width: 1100px;
	margin: 0 auto 1.25rem;
}

.gp-progress-step {
	display: flex;
	align-items: center;
	gap: 0.6rem;
	flex: 1;
	opacity: 0.4;
}
.gp-progress-step {
    opacity: 1 !important;
    filter: none !important;
}

.gp-progress-step .gp-progress-circle {
    background: #1A3A1A !important;
    color: #fff !important;
    border-color: #1A3A1A !important;
}

.gp-progress-step strong,
.gp-progress-step small {
    color: #1A3A1A !important;
}
.gp-progress-active {
	opacity: 1;
}

.gp-progress-circle {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: #E0E0E0;
	color: #888;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.8rem;
	font-weight: 700;
	flex-shrink: 0;
}

.gp-progress-active .gp-progress-circle {
	background: #1A3A1A;
	color: #fff;
}

.gp-progress-text {
	display: flex;
	flex-direction: column;
	font-size: 0.82rem;
   margin-top: 0.5rem !important;
    margin-left: 0.3rem !important;

}

.gp-progress-text small {
	color: #888;
	font-size: 0.7rem;
    margin-top: -0.5rem !important;
}

/* ===== Basics header ===== */

.gp-basics-title {
	color: #1A3A1A;
	margin: 0 0 0rem;
    font-family: inherit !important;
    font-style: normal !important;
    font-size: 1.10rem !important;
    font-weight: 600 !important;
}

.gp-basics-sub {
	color: #888;
	font-size: 0.8rem;
	margin: 0 0 1rem;
}

/* ===== Layout ===== */

.gp-create-layout {
	display: grid;
	grid-template-columns: 1.3fr 1fr;
	gap: 1.5rem;
	max-width: 1100px;
	margin: 0 auto;
	align-items: start;
}

.gp-create-form-col {
	background: #fff;
	border-radius: 12px;
	padding: 1.5rem;
}

.gp-create-form-col .acf-form {
	max-width: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	display: block;
}

.gp-create-form-col .acf-field {
	background: none;
	border: none;
	border-bottom: 1px solid #EFEFEF;
	padding: 1rem 0;
}

/* ===== Preview column (same as before) ===== */

.gp-preview-label { font-weight: 700; color: #1A3A1A; font-size: 0.95rem; margin: 0 0 0.2rem; }
.gp-preview-sub { font-size: 0.78rem; color: #888; margin: 0 0 0.9rem; }
.gp-preview-card { background: #fff; border: 1px solid #E0E0E0; border-radius: 12px; overflow: hidden; }
.gp-preview-header { display: flex; align-items: center; gap: 0.6rem; padding: 0.9rem 1rem; }
.gp-preview-header img { border-radius: 50%; }
.gp-preview-name { display: block; font-weight: 700; font-size: 0.85rem; color: #1A3A1A; }
.gp-preview-time { display: block; font-size: 0.72rem; color: #888; }
.gp-preview-status { margin-left: auto; background: #F0F7F0; color: #666; font-size: 0.7rem; font-weight: 600; padding: 0.2rem 0.6rem; border-radius: 20px; }
.gp-preview-photo { width: 100%; height: 200px; background: #F0F7F0; display: flex; align-items: center; justify-content: center; color: #8a9a8a; font-size: 0.85rem; overflow: hidden; }
.gp-preview-photo img { width: 100%; height: 100%; object-fit: cover; }
.gp-preview-body { padding: 0.9rem 1rem 1.1rem; }
.gp-preview-title { font-family: 'Playfair Display', serif; font-weight: 700; font-size: 1.05rem; color: #1A3A1A; margin: 0 0 0.5rem; }
.gp-preview-tags { display: flex; gap: 0.4rem; margin-bottom: 0.75rem; flex-wrap: wrap; }
.gp-preview-tag { background: #F0F7F0; color: #1A3A1A; font-size: 0.72rem; font-weight: 600; padding: 0.25rem 0.7rem; border-radius: 20px; }
.gp-preview-stats { display: flex; gap: 1rem; font-size: 0.78rem; color: #888; border-top: 1px solid #EFEFEF; padding-top: 0.7rem; }
.gp-preview-tip { background: #F0F7EA; border: 1px solid #C0DD97; color: #3B6D11; font-size: 0.78rem; padding: 0.7rem 0.9rem; border-radius: 8px; margin-top: 0.9rem; }

@media (max-width: 900px) {
	.gp-create-layout { grid-template-columns: 1fr; }
	.gp-progress-bar { flex-wrap: wrap; gap: 0.75rem; }
}










.gp-fill-bar-wrap {
	max-width: 1100px;
	margin: 0.75rem auto 1.25rem;
	display: flex;
	align-items: center;
	gap: 0.75rem;
}

.gp-fill-bar {
	flex: 1;
	height: 8px;
	background: #E0EDE0;
	border-radius: 999px;
	overflow: hidden;
}

.gp-fill-bar-fill {
	height: 100%;
	background: linear-gradient(90deg, #C8860A, #1A3A1A);
	border-radius: 999px;
	transition: width 0.3s ease;
}

.gp-fill-bar-percent {
	font-size: 0.75rem;
	font-weight: 600;
	color: #666;
	white-space: nowrap;
}










.acf-field-image .acf-image-uploader {
    border: 2px dashed #D0E0D0 !important;
    background: #F9F9F9 !important;
    border-radius: 12px !important;
    padding: 12px 15px !important;
    text-align: center !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
}

.acf-field-image .hide-if-value p {
    font-size: 0 !important;
    color: transparent !important;
    margin: 0 !important;
    line-height: 1 !important;
}

.acf-field-image .hide-if-value p::before {
    content: url("data:image/svg+xml;utf8,<svg width='28' height='20' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M19.364 10.046C18.91 6.556 15.918 4 12.33 4C9.538 4 7.126 5.56 5.922 7.854C3.218 8.156 1.154 10.43 1.154 13.194C1.154 16.142 3.562 18.55 6.51 18.55H18.946C21.186 18.55 23 16.736 23 14.496C23 12.448 21.492 10.772 19.364 10.046Z' fill='%2314361C'/><path d='M12 9V15M9 12H15' stroke='white' stroke-width='2' stroke-linecap='round'/></svg>");
    display: block !important;
    margin-bottom: 5px !important;
    line-height: 1 !important;
}

.acf-field-image .hide-if-value p::after {
    content: "Upload a cover photo\A Drag and drop or tap to browse\A JPG, PNG up to 10MB";
    white-space: pre !important;
    display: block !important;
margin-top: 10px !important;
    font-size: 11px !important;
    font-weight: 500 !important;
    color: #666666 !important;
    line-height: 1.25 !important;
}

.acf-field-image .acf-image-uploader .acf-button.button {
    background: #F0F7F4 !important;
    color: #1A3A1A !important;
    border: 1px solid #2e7d32 !important;
    border-radius: 8px !important;
    padding: 4px 12px !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    box-shadow: 0 2px 4px rgba(46, 125, 50, 0.1) !important;
    margin-top: 4px !important;
    display: inline-block !important;
    text-decoration: none !important;
}

.acf-field-image .acf-image-uploader .acf-button.button:hover {
    background: #2e7d32 !important;
    color: #fff !important;
}


.gp-preview-stats {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #EFEFEF;
    padding-top: 0.8rem;
    margin-top: 0.8rem;
}

.gp-stat-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.gp-stat-top {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}



.gp-stat-num {
    font-size: 0.8rem;
    font-weight: 700;
    color: #1A3A1A;
}

.gp-stat-label {
    font-size: 0.68rem;
    color: #888;
    margin-top: 0.15rem;
    line-height: 1;
}
.gp-stat-save-col {
    align-items: flex-start;
}
.gp-goal-box {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    background: #ffffff;
    border: 1px solid #E0E0E0;
    border-radius: 14px;
    padding: 1rem 1.25rem;
    margin-top: 1rem; 
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}

.gp-goal-icon-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.gp-goal-icon {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.gp-goal-content {
    display: flex;
    flex-direction: column;
}

.gp-goal-title {
    font-size: 0.95rem;
    font-weight: 700;
    color: #1A3A1A; 
    margin: 0 0 0.15rem 0;
}

.gp-goal-sub {
    font-size: 0.8rem;
    color: #666666;
    margin: -3px;
}
/* ===== Mobile fix: radio/checkbox pills overflow (Current Stage etc.) ===== */
@media (max-width: 600px) {
    .acf-radio-list,
    .acf-checkbox-list {
        flex-wrap: wrap !important;
    }
    .acf-radio-list li,
    .acf-checkbox-list li {
        flex: 1 1 auto !important;
        min-width: 0 !important;
    }
    .acf-radio-list li label,
    .acf-checkbox-list li label {
        white-space: normal !important;
        font-size: 11px !important;
        padding: 8px 4px !important;
    }
}
@media (max-width: 600px) {

	/* ---- Progress bar: compact horizontal circles ---- */
	.gp-progress-bar {
		padding: 0.85rem 0.75rem;
		gap: 0.4rem;
	}
	.gp-progress-step {
		flex-direction: column;
		align-items: center;
		gap: 0.25rem;
		text-align: center;
	}
	.gp-progress-step .gp-progress-text {
		align-items: center;
	}
	.gp-progress-step .gp-progress-text strong {
		font-size: 0.68rem;
	}
	.gp-progress-step .gp-progress-text small {
		display: none; /* screenshot me sirf top label dikh raha hai */
	}
	.gp-progress-circle {
		width: 26px;
		height: 26px;
		font-size: 0.75rem;
	}

	.gp-fill-bar-wrap {
		margin: 0.5rem auto 1rem;
		padding: 0 0.75rem;
	}

	/* ---- Form column: full-width card ---- */
	.gp-create-form-col {
		padding: 1.1rem 1rem;
		border-radius: 14px;
	}
	.gp-basics-title {
		font-size: 1rem !important;
	}
	.gp-basics-sub {
		font-size: 0.78rem;
		margin-bottom: 1rem;
	}
	.gp-create-form-col .acf-field {
		padding: 0.85rem 0;
	}

	/* ---- Grow Style: 4 icon boxes in a row ---- */
	.acf-field[data-name="grow_style"] .acf-radio-list {
		display: grid !important;
		grid-template-columns: repeat(4, 1fr) !important;
		flex-wrap: unset !important;
		gap: 0.4rem !important;
	}
	.acf-field[data-name="grow_style"] .acf-radio-list li {
		flex: none !important;
		min-width: 0 !important;
		background: #F8FBF8;
		border: 1px solid #E0EDE0;
		border-radius: 12px;
	}
	.acf-field[data-name="grow_style"] .acf-radio-list li label {
		display: flex !important;
		flex-direction: column !important;
		align-items: center !important;
		justify-content: center !important;
		gap: 5px !important;
		white-space: normal !important;
		font-size: 10.5px !important;
		font-weight: 600 !important;
		padding: 0.6rem 0.2rem !important;
		text-align: center;
	}
	.acf-field[data-name="grow_style"] .acf-radio-list li label img {
		width: 20px !important;
		height: 20px !important;
	}
	.acf-field[data-name="grow_style"] .acf-radio-list li:has(input:checked) {
		background: #F0F7EA !important;
		border-color: #2e7d32 !important;
	}
	.acf-field[data-name="grow_style"] .acf-radio-list li:has(input:checked) label {
		color: #1A3A1A !important;
	}

	/* ---- Visibility: 3 icon boxes, 2-line label ---- */
	.acf-field[data-name="growpost_visibility"] .acf-radio-list {
		grid-template-columns: repeat(3, 1fr) !important;
		gap: 0.4rem !important;
	}
	.acf-field[data-name="growpost_visibility"] .acf-radio-list li label {
		display: flex !important;
		flex-direction: column !important;
		align-items: center !important;
		gap: 4px !important;
		white-space: normal !important;
		font-size: 10.5px !important;
		font-weight: 600 !important;
		padding: 0.65rem 0.2rem !important;
		text-align: center;
		line-height: 1.3;
	}
	.acf-field[data-name="growpost_visibility"] .acf-radio-list li label img {
		width: 18px !important;
		height: 18px !important;
	}
	.acf-field[data-name="growpost_visibility"] .acf-radio-list li label small {
		font-size: 9px !important;
		font-weight: 500 !important;
		color: #888 !important;
	}

	/* ---- Current Stage select — match compact look ---- */
	.gp-create-form-col .acf-form select {
		padding: 0.7rem 2.3rem 0.7rem 1rem;
		font-size: 0.85rem;
	}

	/* ---- Preview card ---- */
	.gp-create-preview-col {
		padding: 1rem;
		margin-top: 1rem;
	}
	.gp-preview-photo {
		height: 150px;
	}
}
@media (max-width: 600px) {

	.gp-progress-bar {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		padding: 1rem 1rem 0.5rem;
		background: transparent;
		box-shadow: none;
		gap: 0;
	}

	.gp-progress-step {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 0.3rem;
		flex: 1;
		position: relative;
		text-align: center;
	}

	/* connecting line between circles */
	.gp-progress-step:not(:last-child)::after {
		content: "";
		position: absolute;
		top: 13px;
		left: 55%;
		width: 90%;
		height: 2px;
		background: #E0E0E0;
		z-index: 0;
	}

	.gp-progress-step.gp-progress-active:not(:last-child)::after {
		background: #C8860A;
	}

	.gp-progress-circle {
		width: 26px;
		height: 26px;
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 0.72rem;
		font-weight: 700;
		background: #E0E0E0;
		color: #888;
		position: relative;
		z-index: 1;
	}

	.gp-progress-active .gp-progress-circle {
		background: #1A3A1A;
		color: #fff;
	}

	.gp-progress-text {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.gp-progress-text strong {
		font-size: 0.65rem;
		font-weight: 600;
		color: #888;
	}

	.gp-progress-active .gp-progress-text strong {
		color: #1A3A1A;
	}

	.gp-progress-text small {
		display: none;
	}
}
@media (max-width: 600px) {
  div.acf-field[data-name="grow_style"] ul.acf-radio-list.acf-bl::before,
  div.acf-field[data-name="grow_style"] ul.acf-radio-list.acf-bl::after {
    content: none !important;
    display: none !important;
  }

  div.acf-field[data-name="grow_style"] ul.acf-radio-list.acf-bl {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 6px !important;
  }

  div.acf-field[data-name="grow_style"] ul.acf-radio-list.acf-bl > li {
    display: flex !important;
    flex: unset !important;
    width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }

  div.acf-field[data-name="grow_style"] ul.acf-radio-list.acf-bl > li label {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    white-space: normal !important;
    
    font-size: 10px !important;
    line-height: 1.15 !important;
    padding: 6px 2px !important;
    text-align: center !important;
  }

  div.acf-field[data-name="grow_style"] ul.acf-radio-list.acf-bl > li label img {
    width: 18px !important;
    height: 18px !important;
  }
}





/* ===== Create page — compact mobile header with back arrow ===== */

.gp-back-arrow {
	display: none;
}

@media (max-width: 900px) {
	.gp-topbar-create.gp-topbar {
		padding: 1rem 1.1rem !important;
	}

	.gp-topbar-create .gp-topbar-mobile-logo {
		display: none !important;
	}

	.gp-topbar-create .gp-topbar-welcome {
		width: auto !important;
	}

	.gp-topbar-create .gp-topbar-welcome h1 {
		display: flex !important;
		align-items: center !important;
		gap: 8px !important;
		font-size: 1.05rem !important;
		font-weight: 700 !important;
		margin: 0 !important;
	}

	.gp-topbar-create .gp-back-arrow {
		display: flex !important;
		align-items: center;
		justify-content: center;
		flex-shrink: 0;
	}

	.gp-topbar-create .gp-topbar-welcome h1 .welcome-img {
		width: 20px !important;
	}

	/* Hide subtitle + online count + actions on create page mobile */
	.gp-topbar-create .gp-topbar-welcome p,
	.gp-topbar-create .gp-topbar-actions {
		display: none !important;
	}
}
/* =====================================================
   Create + Grower Card pages — compact mobile header
   with back arrow. Desktop aur baaki pages pe koi asar nahi.
   ===================================================== */

/* Back arrow default hidden — sirf mobile + relevant pages pe dikhega */
.gp-back-arrow {
	display: none;
}

@media (max-width: 900px) {

	/* Header ka overall padding compact rakho */
	.gp-topbar-create.gp-topbar {
		padding: 1rem 1.1rem !important;
	}

	/* Mobile logo hide karo — kyunki ab back arrow + title dikhega */
	.gp-topbar-create .gp-topbar-mobile-logo {
		display: none !important;
	}

	/* Welcome block ki width auto rakho taaki title ke saath fit ho */
	.gp-topbar-create .gp-topbar-welcome {
		width: auto !important;
	}

	/* Title row: arrow + text + icon — sab ek line mein flex se align */
	.gp-topbar-create .gp-topbar-welcome h1 {
		display: flex !important;
		align-items: center !important;
		gap: 8px !important;
		font-size: 1.05rem !important;
		font-weight: 700 !important;
		margin: 0 !important;
	}

	/* Back arrow ko h1 ke andar flex item ki tarah dikhao */
	.gp-topbar-create .gp-back-arrow {
		display: flex !important;
		align-items: center;
		justify-content: center;
		flex-shrink: 0;
	}

	/* Title ke saath wala chhota leaf/icon image */
	.gp-topbar-create .gp-topbar-welcome h1 .welcome-img {
		width: 20px !important;
	}

	/* Subtitle (paragraph) aur right-side actions (online count, bell, profile) 
	   dono hide — sirf mobile pe, sirf Create + Grower Card page ke liye */
	.gp-topbar-create .gp-topbar-welcome p,
	.gp-topbar-create .gp-topbar-actions {
		display: none !important;
	}
}



/* =====================================================
   GROWER CARD PAGE — Masonry card layout with numbered fields
   Add this whole block to the END of your custom.css
   ===================================================== */

.gp-grower-card-page .acf-form {
	max-width: 1200px;
	margin: 0 auto;
	background: transparent;
	box-shadow: none;
	padding: 0;
}

/* 3-column masonry layout using CSS columns */
.gp-grower-card-page .acf-fields {
	column-count: 3;
	column-gap: 1.25rem;
	counter-reset: gp-field-counter;
}

@media (max-width: 1024px) {
	.gp-grower-card-page .acf-fields { column-count: 2; }
}
@media (max-width: 700px) {
	.gp-grower-card-page .acf-fields { column-count: 1; }
}

/* Each field becomes its own floating white card */
.gp-grower-card-page .acf-field {
	break-inside: avoid;
	-webkit-column-break-inside: avoid;
	display: inline-block;
	width: 100%;
	background: #fff;
	border: 1px solid #E5EAE5 !important;
	border-radius: 14px !important;
	padding: 1.1rem 1.2rem !important;
	margin-bottom: 1.25rem;
	box-shadow: 0 2px 10px rgba(0,0,0,.04);
}

/* Numbered label — "1. Display Name" style */
.gp-grower-card-page .acf-label {
	counter-increment: gp-field-counter;
	margin-bottom: 0.6rem !important;
}

.gp-grower-card-page .acf-label label {
	font-size: 0.92rem !important;
	font-weight: 700 !important;
	color: #1A3A1A;
	display: block;
}

.gp-grower-card-page .acf-label label::before {
	content: counter(gp-field-counter) ". ";
	color: #1A3A1A;
	font-weight: 700;
}

/* Field description/instructions — small grey text under label */
.gp-grower-card-page .acf-label .description,
.gp-grower-card-page p.description {
	font-size: 0.78rem !important;
	color: #888 !important;
	margin-top: 0.15rem !important;
}

/* ===== Text inputs / textarea ===== */
.gp-grower-card-page .acf-input input[type="text"],
.gp-grower-card-page .acf-input textarea {
	background: #F8FBF8 !important;
	border: 1px solid #E0EDE0 !important;
	border-radius: 10px !important;
	padding: 0.7rem 0.9rem !important;
	font-size: 0.88rem !important;
	width: 100% !important;
	box-sizing: border-box !important;
}

.gp-grower-card-page .acf-input input[type="text"]:focus,
.gp-grower-card-page .acf-input textarea:focus {
	background: #fff !important;
	border-color: #C8860A !important;
	outline: none;
}

/* Character count under textarea (About My Grow Style) */
.gp-grower-card-page .acf-input textarea + .acf-char-count,
.gp-grower-card-page .acf-input .char-count {
	font-size: 0.72rem;
	color: #999;
	text-align: right;
	display: block;
	margin-top: 0.3rem;
}

/* ===== Radio / Checkbox pill grid ===== */
.gp-grower-card-page .acf-radio-list,
.gp-grower-card-page .acf-checkbox-list {
	display: grid !important;
	grid-template-columns: repeat(2, 1fr) !important;
	gap: 0.5rem !important;
	list-style: none;
	padding: 0 !important;
	margin: 0 !important;
}

.gp-grower-card-page .acf-radio-list li,
.gp-grower-card-page .acf-checkbox-list li {
	background: #F9F9F9 !important;
	border: 1px solid #E0EDE0 !important;
	border-radius: 10px !important;
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
	transition: all 0.15s ease;
}

.gp-grower-card-page .acf-radio-list li label,
.gp-grower-card-page .acf-checkbox-list li label {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;   /* space-between ki jagah center */
	gap: 4px !important;                   /* icon-text-checkmark ke beech kam gap */
	padding: 0.5rem 0.7rem !important;     /* box ka padding bhi kam kiya */
	font-size: 0.78rem !important;
	line-height: 1.25 !important;
	white-space: normal !important;
	text-align: center !important;
}

/* Hide native radio/checkbox circle — we draw our own checkmark */
.gp-grower-card-page .acf-radio-list input[type="radio"],
.gp-grower-card-page .acf-checkbox-list input[type="checkbox"] {
	display: none !important;
}

/* Selected state — green border + light green bg */
.gp-grower-card-page .acf-radio-list li:has(input:checked),
.gp-grower-card-page .acf-checkbox-list li:has(input:checked) {
	background: #F0F7EA !important;
	border-color: #2E7D32 !important;
}

.gp-grower-card-page .acf-radio-list li:has(input:checked) label,
.gp-grower-card-page .acf-checkbox-list li:has(input:checked) label {
	color: #1A3A1A !important;
	font-weight: 600;
}

/* Green checkmark circle on the right — appears only when selected */
.gp-grower-card-page .acf-radio-list li label::after,
.gp-grower-card-page .acf-checkbox-list li label::after {
	content: "";
	width: 16px;
	height: 16px;
	border-radius: 50%;
	border: 1.5px solid #C7D6C7;
	flex-shrink: 0;
	background: #fff;
}

.gp-grower-card-page .acf-radio-list li:has(input:checked) label::after,
.gp-grower-card-page .acf-checkbox-list li:has(input:checked) label::after {
	background: #2E7D32;
	border-color: #2E7D32;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 10px;
}

/* ===== Avatar / Profile Photo upload field ===== */
.gp-grower-card-page .acf-field-image .acf-image-uploader {
	display: flex !important;
	flex-direction: row !important;
	align-items: center !important;
	gap: 1rem;
	border: none !important;
	background: none !important;
	padding: 0 !important;
}

.gp-grower-card-page .acf-field-image .image-wrap img,
.gp-grower-card-page .acf-field-image .acf-image-uploader img {
	width: 60px !important;
	height: 60px !important;
	border-radius: 50% !important;
	object-fit: cover;
	display: block;
}

.gp-grower-card-page .acf-field-image .acf-button {
	background: #fff !important;
	border: 1px solid #E0EDE0 !important;
	border-radius: 8px !important;
	padding: 0.5rem 1rem !important;
	font-size: 0.82rem !important;
	font-weight: 600 !important;
	color: #333 !important;
	text-decoration: none !important;
	display: inline-block;
}

.gp-grower-card-page .acf-field-image .acf-button:hover {
	background: #F0F7F0 !important;
	border-color: #C8860A !important;
}

/* File type/size helper text under photo button (JPG, PNG or WEBP. Max 5MB) */
.gp-grower-card-page .acf-field-image .description {
	font-size: 0.72rem !important;
	color: #999 !important;
	margin-top: 0.4rem !important;
}

/* ===== Select dropdown (if any select fields used) ===== */
.gp-grower-card-page .acf-input select {
	background: #F8FBF8 !important;
	border: 1px solid #E0EDE0 !important;
	border-radius: 10px !important;
	padding: 0.7rem 2.3rem 0.7rem 0.9rem !important;
	font-size: 0.88rem !important;
	width: 100% !important;
	box-sizing: border-box !important;
	-webkit-appearance: none;
	appearance: none;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23C8860A' stroke-width='2.5'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 0.9rem center;
	background-size: 14px;
}

/* ===== Footer buttons row: Save Progress (outline) + Save Grower Card (gold) ===== */
.gp-grower-card-page .acf-form > div:last-child,
.gp-grower-card-page .acf-form-submit {
	break-inside: avoid;
	-webkit-column-break-inside: avoid;
	display: flex !important;
	justify-content: space-between;
	align-items: center;
	max-width: 1200px;
	margin: 0.5rem auto 0 !important;
	column-span: all;
	-webkit-column-span: all;
}

.gp-grower-card-page .growpost-btn.gp-save-card-btn {
	background: linear-gradient(180deg, #FFD54A 0%, #FBBF24 35%, #F59E0B 70%, #E67E00 100%) !important;
	color: #1A3A1A !important;
	font-weight: 700 !important;
	font-size: 0.95rem !important;
	border-radius: 10px !important;
	padding: 1rem 2rem !important;
	box-shadow: none !important;
	width: auto !important;
	margin: 0 !important;
	display: inline-flex !important;
	align-items: center !important;
	gap: 8px !important;
	transition: all 0.2s ease;
}

.gp-grower-card-page .growpost-btn.gp-save-card-btn:hover {
	background: linear-gradient(180deg, #F5C520 0%, #E5A80F 35%, #D68900 70%, #C86E00 100%) !important;
	transform: translateY(-2px);
	box-shadow: 0 6px 16px rgba(200,134,10,.3) !important;
}

/* Optional "Save Progress" ghost button (left side, grey outline) */
.gp-save-progress-btn {
	background: #fff !important;
	color: #1A3A1A !important;
	border: 1px solid #E0EDE0 !important;
	border-radius: 10px !important;
	padding: 0.85rem 1.6rem !important;
	font-weight: 600 !important;
	font-size: 0.9rem;
	cursor: pointer;
	text-decoration: none;
	display: inline-block;
}

.gp-save-progress-btn:hover {
	background: #F8FBF8 !important;
	border-color: #C8860A !important;
}

/* ===== Mobile adjustments ===== */
@media (max-width: 700px) {
	.gp-grower-card-page .acf-field {
		padding: 1rem !important;
	}

	.gp-grower-card-page .acf-radio-list,
	.gp-grower-card-page .acf-checkbox-list {
		grid-template-columns: repeat(2, 1fr) !important;
	}

	.gp-grower-card-page .acf-form > div:last-child,
	.gp-grower-card-page .acf-form-submit {
		flex-direction: column-reverse;
		gap: 0.75rem;
	}

	.gp-grower-card-page .growpost-btn.gp-save-card-btn,
	.gp-save-progress-btn {
		width: 100% !important;
		text-align: center;
		box-sizing: border-box;
	}
}



/* ===== Fix: remove phantom ::before/::after grid slot on Grower Card page ===== */

.gp-grower-card-page .acf-radio-list.acf-bl::before,
.gp-grower-card-page .acf-radio-list.acf-bl::after,
.gp-grower-card-page .acf-checkbox-list.acf-bl::before,
.gp-grower-card-page .acf-checkbox-list.acf-bl::after {
	content: none !important;
	display: none !important;
}

/* ===== Fix: allow text to wrap properly inside pill boxes ===== */

.gp-grower-card-page .acf-radio-list li label,
.gp-grower-card-page .acf-checkbox-list li label {
	white-space: normal !important;
	word-break: break-word !important;
	line-height: 1.25 !important;
	font-size: 0.82rem !important;
	padding: 0.75rem 1rem !important;
	align-items: center !important;
}

/* Box ko apni content ke hisaab se height adjust karne do */
.gp-grower-card-page .acf-radio-list li,
.gp-grower-card-page .acf-checkbox-list li {
	height: auto !important;
	min-height: 42px !important;
}

/* Checkmark circle ko thoda chhota karo taaki text ko zyada jagah mile */
.gp-grower-card-page .acf-radio-list li label::after,
.gp-grower-card-page .acf-checkbox-list li label::after {
	width: 14px !important;
	height: 14px !important;
	flex-shrink: 0 !important;
}
/* ===== FINAL: Pills auto-size to their text content ===== */

.gp-grower-card-page .acf-radio-list,
.gp-grower-card-page .acf-checkbox-list {
	display: flex !important;
	flex-wrap: wrap !important;
	grid-template-columns: unset !important;
	gap: 0.5rem !important;
}

.gp-grower-card-page .acf-radio-list li,
.gp-grower-card-page .acf-checkbox-list li {
	flex: 0 1 auto !important;
	width: auto !important;
	height: auto !important;
	min-height: unset !important;
	min-width: 70px !important;
	max-width: 100% !important;
}

.gp-grower-card-page .acf-radio-list li label,
.gp-grower-card-page .acf-checkbox-list li label {
	white-space: normal !important;
	word-break: normal !important;
	overflow-wrap: normal !important;
	width: auto !important;
	max-width: 140px !important;
	line-height: 1.3 !important;
	font-size: 0.8rem !important;
	padding: 0.65rem 0.9rem !important;
	text-align: center !important;
	align-items: center !important;
}
.gp-grower-card-page .acf-fields,
.gp-card-column,
.gp-grower-card-page .acf-field {
	min-width: 0 !important;
	box-sizing: border-box !important;
}

.gp-grower-card-page .acf-field {
	max-width: 100% !important;
	overflow: hidden !important;
}

.gp-grower-card-page .acf-radio-list,
.gp-grower-card-page .acf-checkbox-list {
	max-width: 100% !important;
}

.gp-grower-card-page .acf-radio-list li,
.gp-grower-card-page .acf-checkbox-list li {
	max-width: 100% !important;
	box-sizing: border-box !important;
}

.gp-grower-card-page .acf-input input[type="text"],
.gp-grower-card-page .acf-input textarea,
.gp-grower-card-page .acf-input select {
	max-width: 100% !important;
}
.gp-grower-card-page .acf-label .description, 
.gp-grower-card-page p.description,
.acf-field p.description {
    margin-top: -5px !important;
     line-height: 1.4 !important;
}
.gp-grower-card-page .acf-field[data-name="growpost_about"] .acf-input textarea {
	height: 110px !important;   
	min-height: 110px !important;
}
.gp-grower-card-page .growpost-btn.gp-save-card-btn .gp-btn-icon {
	width: 22px;
	height: 22px;
	object-fit: contain;
	display: inline-block;
	vertical-align: middle;
}
.gp-grower-card-page .acf-form-submit .cancel-btn {
		padding: 10px 28px !important;
		font-size: 14px !important;
		min-width: 130px;
		text-align: center;
	}
	.gp-grower-card-page .acf-form-submit .growpost-btn {
		padding: 10px 28px !important;
		font-size: 14px !important;
		min-width: 130px;
		justify-content: center;
	}







/* ================= MY RUNS PAGE ================= */

.gp-myruns {
	padding: 24px 32px;
	max-width: 1100px;
}

/* ---- Stat cards ---- */
.gp-myruns-stats {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
	margin-bottom: 24px;
}

.gp-stat-card {
	background: #fff;
	border: 1px solid #E5E9E5;
	border-radius: 14px;
	padding: 18px 20px;
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 16px;
}

/* Icon shape: outlined, not filled — hexagon for Total Runs, circle for the rest */
.gp-stat-icon {
	width: 16px;
	height: 16px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;

}
.gp-myruns-header {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 14px;
margin-top: -3rem;
}

.gp-myruns-new-btn {
	background: linear-gradient(180deg, #FFD54A 0%, #FBBF24 35%, #F59E0B 70%, #E67E00 100%) !important;
	color: #1A3A1A !important;
	text-decoration: none;
	font-weight: 700;
	font-size: 0.82rem;
	padding: 0.55rem 1rem;
	border-radius: 10px;
	white-space: nowrap;
	flex-shrink: 0;
	border: none !important;
	display: inline-flex !important;
	align-items: center !important;
	gap: 12px !important;
	transition: all 0.3s ease-in-out !important;
	box-shadow: none !important;
}
.gp-myruns-new-btn:hover {
	filter: brightness(1.08);
	transform: translateY(-2px);
	box-shadow: 0 6px 14px rgba(230, 126, 0, 0.35) !important;
}
.gp-myruns-stat-icon {
    width: 60px !important;
    height: 60px !important;
    flex-shrink: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.gp-myruns-stat-icon img {
    width: 60px !important;
    height: 60px !important;
    object-fit: contain !important;
}

.gp-stat-icon-circle {
	border-radius: 50%;
}



.gp-stat-icon-green { color: #1A3A1A; }
.gp-stat-icon-gold  { color: #C8860A; }

.gp-stat-text {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.gp-stat-value {
	font-family: 'Playfair Display', serif;
	font-size: 26px;
	font-weight: 700;
	color: #1A3A1A;
	line-height: 1.1;
}

.gp-stat-label {
	font-size: 12px;
	font-weight: 600;
	color: #333;
}

.gp-stat-sub {
	font-size: 12px;
	color: #888;
}

/* ---- Toolbar: tabs + sort ---- */
.gp-myruns-toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #fff;
	border: 1px solid #E5E9E5;
	border-radius: 12px;
	padding: 6px 14px;
	margin-bottom: 16px;
}

.gp-myruns-tabs {
	display: flex;
	gap: 4px;
	flex-wrap: wrap;
}

.gp-myruns-tab {
	padding: 8px 14px;
	border-radius: 8px;
	font-size: 13.5px;
	font-weight: 500;
	color: #555;
	text-decoration: none;
	transition: background .15s, color .15s;
}

.gp-myruns-tab:hover {
	background: #1A3A1A;
	color: #fff;
}
.gp-myruns-tab-active {
	background: #1A3A1A;
	color: #fff;
}

.gp-myruns-sort {
	font-size: 13px;
	color: #777;
	white-space: nowrap;
}

/* ---- List / rows ---- */
.gp-myruns-list {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.gp-myruns-row {
	display: flex;
	align-items: center;
	gap: 16px;
	background: #fff;
	border: 1px solid #E5E9E5;
	border-radius: 14px;
	padding: 12px 16px;
	text-decoration: none;
	color: inherit;
	transition: box-shadow .15s, transform .15s;
}

.gp-myruns-row:hover {
	box-shadow: 0 4px 14px rgba(0,0,0,0.06);
	transform: translateY(-1px);
}

.gp-myruns-row-thumb {
	width: 160px;
	height: 96px;
	border-radius: 10px;
	overflow: hidden;
	flex-shrink: 0;
	background: #F0F7F0;
}

.gp-myruns-row-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.gp-myruns-row-thumb-empty {
	width: 100%;
	height: 100%;
	background: #E6F2E6;
}

.gp-myruns-row-info {
	flex: 1;
	min-width: 0;
}

.gp-myruns-row-stage {
	display: inline-block;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .3px;
	color: #2E7D32;         /* Dark green text color */
	background: #E8F5E9;    /* Halki green background color */
	padding: 3px 8px;       /* Text ke aas-paas space ke liye */
	border-radius: 6px;     /* Corners ko thoda round karne ke liye */
	width: fit-content;
	margin-bottom: 4px;
}

.gp-myruns-row-info h3 {
	font-size: 15px;
	font-weight: 600;
	margin: 0 0 2px;
	color: #1A1A1A;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.gp-myruns-row-week {
	display: block;
	font-size: 12.5px;
	color: #888;
	margin-bottom: 6px;
}

.gp-myruns-progress-track {
	width: 100%;
	max-width: 260px;
	height: 6px;
	background: #EDEDED;
	border-radius: 4px;
	overflow: hidden;
}

.gp-myruns-progress-fill {
	height: 100%;
	background: linear-gradient(90deg, #2E7D32, #66BB6A);
	border-radius: 4px;
}

.gp-myruns-row-meta {
	display: flex;
	gap: 14px;
	font-size: 12.5px;
	color: #888;
	flex-shrink: 0;
}

.gp-myruns-row-meta span {
	display: flex;
	align-items: center;
	gap: 4px;
}

.gp-myruns-status-pill {
	padding: 5px 12px;
	border-radius: 20px;
	font-size: 12px;
	font-weight: 600;
	flex-shrink: 0;
	white-space: nowrap;
}

.gp-status-active    { background: #E6F2E6; color: #2E7D32; }
.gp-status-completed { background: #E3EEFB; color: #1E5AA8; }
.gp-status-draft     { background: #EFEFEF; color: #777; }

.gp-myruns-row-kebab {
	color: #aaa;
	font-size: 18px;
	padding: 0 4px;
	flex-shrink: 0;
}

/* ---- Empty state ---- */
.gp-myruns-empty {
	background: #fff;
	border: 1px dashed #ccc;
	border-radius: 14px;
	padding: 40px;
	text-align: center;
	color: #888;
}

.gp-myruns-empty-btn {
	display: inline-block;
	margin-top: 12px;
	background: #C8860A;
	color: #fff;
	padding: 10px 18px;
	border-radius: 8px;
	text-decoration: none;
	font-weight: 600;
}

/* ---- Mobile ---- */
@media (max-width: 768px) {
	.gp-myruns { padding: 16px; }
	.gp-myruns-stats { grid-template-columns: repeat(2, 1fr); }
	.gp-myruns-row { flex-wrap: wrap; }
	.gp-myruns-row-meta { order: 3; width: 100%; margin-left: 72px; }
	.gp-myruns-progress-track { max-width: 100%; }
}

.gp-topbar .gp-page-icon, 
.gp-topbar .welcome-img {
    display: inline-block !important;
    vertical-align: middle !important;
    width: 45px !important;
    height: auto !important;
    margin-left: 1px !important;
    object-fit: contain !important;
}

.gp-topbar .gp-topbar-welcome h1 {
    font-size: 1.5rem !important;
    font-weight: 700 !important;
    display: flex !important;
    align-items: center !important;
    
}

.gp-topbar .gp-topbar-welcome p {
    margin-top: 2px !important;
    line-height: 1.3 !important;
}

@media (max-width: 900px) {
    .gp-topbar .gp-page-icon, 
    .gp-topbar .welcome-img {
        width: 32px !important;
    }
    
    .gp-topbar .gp-topbar-welcome h1 {
        font-size: 1.25rem !important;
    }
}

.gp-myruns-sort select {
	border: none;
	background: transparent;
	font-size: 13px;
	color: #777;
	cursor: pointer;
	outline: none;
}

.gp-myruns-sort {
	position: relative;
	display: flex;
	align-items: center;
	white-space: nowrap;
	flex-shrink: 0;
}

.gp-sort-toggle {
	display: flex;
	align-items: center;
	gap: 6px;
	background: transparent !important;
	border: none !important;
	outline: none !important;
	font-size: 13px;
	color: #777 !important;
	cursor: pointer;
	padding: 4px 2px;
	white-space: nowrap;
	box-shadow: none !important;
}

.gp-sort-toggle:hover,
.gp-sort-toggle:focus,
.gp-sort-toggle:active {
	background: transparent !important;
	border: none !important;
	color: #777 !important;
	box-shadow: none !important;
}

.gp-sort-toggle strong {
	color: #333;
	font-weight: 600;
}

.gp-sort-chevron {
	transition: transform .2s ease;
	flex-shrink: 0;
}

.gp-myruns-sort.gp-sort-open .gp-sort-chevron {
	transform: rotate(180deg);
}

.gp-sort-dropdown {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	margin-top: 6px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 8px;
	padding: 6px;
	min-width: 150px;
	list-style: none;
	z-index: 20;
	box-shadow: 0 6px 16px rgba(0,0,0,0.08);
}

.gp-myruns-sort.gp-sort-open .gp-sort-dropdown {
	display: block;
}

.gp-sort-dropdown li {
	padding: 8px 10px;
	border-radius: 6px;
	font-size: 13.5px;
	color: #333;
	cursor: pointer;
}

.gp-sort-dropdown li:hover {
	background: #E6F2E6;
	color: #1A3A1A;
}

.gp-sort-dropdown li.gp-sort-active {
	background: #1A3A1A;
	color: #fff;
}

/* Progress line wrapper */
.gp-myruns-progress-line-wrapper {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: 4px;
}

.gp-myruns-progress-track {
	width: 180px;
	height: 6px;
	background: #EBEBEB;
	border-radius: 4px;
	overflow: hidden;
	flex-shrink: 0;
}

.gp-myruns-progress-fill {
	height: 100%;
	background: #2E7D32;
	border-radius: 4px;
}

.gp-myruns-progress-num {
	font-size: 13px;
	font-weight: 700;
	color: #1A1A1A;
	min-width: 34px;
}
/* ---- Feed Card Content & Tags Styling ---- */
.gp-feed-card {
	display: flex;
	flex-direction: column;
}

/* Notes aur Title ke beech proper spacing */
.gp-feed-card-notes {
	margin-bottom: 0.5rem !important;
}

/* Tags row jo notes ke theek neeche aayegi */
.gp-feed-tags {
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 6px !important;
	margin: 4px 0 10px 0 !important;
}

/* Individual tag chip styling */
.gp-feed-tag {
	background: #F0F7F0 !important;
	color: #1A7A1A !important;
	padding: 3px 10px !important;
	border-radius: 12px !important;
	font-size: 0.75rem !important;
	font-weight: 600 !important;
	display: inline-block !important;
}
.gp-myruns-inline-meta {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 12.5px;
    color: #666;
    margin-left: auto;
    flex-shrink: 0;
    white-space: nowrap;
    transform: translateX(83px);
}

.gp-myruns-inline-meta span {
    display: flex;
    align-items: center;
    gap: 5px;
    white-space: nowrap;
    flex-shrink: 0;
}

/* Purani jagah wala time-ago section styling */
.gp-myruns-row-actions {
	display: flex;
	align-items: center;
	gap: 14px;
	flex-shrink: 0;
}

.gp-myruns-time-ago {
	display: flex;
	align-items: center;
	gap: 5px;
	font-size: 12.5px;
	color: #666;
	white-space: nowrap;
}

.gp-myruns-row-kebab {
	color: #999;
	font-size: 18px;
	cursor: pointer;
	padding: 0 2px;
	line-height: 1;
}

.gp-myruns-row-kebab:hover {
	color: #333;
}

.gp-myruns-divider {
	width: 1px;
	height: 24px;
	background: #E0E4E0;
}

.gp-myruns-status-pill {
	padding: 6px 18px;
	border-radius: 20px;
	font-size: 12.5px;
	font-weight: 600;
	text-align: center;
	min-width: 90px;
	display: inline-block;
}

.gp-status-active    { background: #E8F5E9; color: #2E7D32; }
.gp-status-completed { background: #E3EEFB; color: #1E5AA8; }
.gp-status-draft     { background: #EFEFEF; color: #666; }

/* ===== My Runs page — compact mobile header with back arrow ===== */

@media (max-width: 900px) {
	.gp-topbar-myruns.gp-topbar {
		padding: 1rem 1.1rem !important;
	}

	.gp-topbar-myruns .gp-topbar-mobile-logo {
		display: none !important;
	}

	.gp-topbar-myruns .gp-topbar-welcome {
		width: auto !important;
	}

	.gp-topbar-myruns .gp-topbar-welcome h1 {
		display: flex !important;
		align-items: center !important;
		gap: 8px !important;
		font-size: 1.05rem !important;
		font-weight: 700 !important;
		margin: 0 !important;
		flex-direction: row !important;
		justify-content: flex-start !important;
		text-align: left !important;
	}

	.gp-topbar-myruns .gp-back-arrow {
		display: flex !important;
		align-items: center;
		justify-content: center;
		flex-shrink: 0;
	}

	.gp-topbar-myruns .gp-topbar-welcome h1 .welcome-img {
		width: 20px !important;
		order: 3 !important;
	}

	.gp-topbar-myruns .gp-topbar-welcome p,
	.gp-topbar-myruns .gp-topbar-actions {
		display: none !important;
	}

	.gp-myruns-header {
		display: flex;
		justify-content: center;
		margin-top: 5px !important;    
		margin-bottom: 1rem;
	}

	.gp-myruns-new-btn {
		display: inline-flex !important;
		align-items: center;
		justify-content: center;
		width: 85% !important;            
		max-width: 320px !important;      
		text-align: center;
		padding: 0.75rem 1rem !important;
		font-size: 0.95rem !important;
		font-weight: 600;
		border-radius: 8px;
		box-sizing: border-box;
		margin: 0 auto;
	}

	.gp-myruns-stats {
		display: grid !important;
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 8px !important;
		margin-left: 10px !important;
		margin-right: 10px !important;
		box-sizing: border-box !important;
	}

	.gp-myruns-stats .gp-stat-card {
		width: 100% !important;
		min-width: 0 !important;
		padding: 10px 8px !important; 
		box-sizing: border-box !important;
		display: flex !important;
		flex-direction: column !important;
		align-items: center !important;
		text-align: center !important;
	}

	.gp-myruns-stats .gp-stat-icon,
	.gp-myruns-stats .gp-stat-card img {
		width: 32px !important;
		height: 32px !important;
		max-width: 32px !important;
		margin-bottom: 6px !important;
	}

	.gp-myruns-stats .gp-stat-card h3,
	.gp-myruns-stats .gp-stat-card .gp-stat-title {
		font-size: 0.75rem !important;
		line-height: 1.1 !important;
		margin: 2px 0 !important;
	}

	.gp-myruns-stats .gp-stat-card .gp-stat-value,
	.gp-myruns-stats .gp-stat-card span.number {
		font-size: 1.15rem !important;
		line-height: 1.2 !important;
	}

	.gp-myruns-stats .gp-stat-card p,
	.gp-myruns-stats .gp-stat-card .gp-stat-desc {
		font-size: 0.65rem !important;
		line-height: 1.1 !important;
		margin: 2px 0 0 0 !important;
	}
.gp-myruns-toolbar {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        overflow-x: auto !important;
        white-space: nowrap !important;
        gap: 8px !important;
        padding: 8px 12px !important;
        box-sizing: border-box !important;
        -webkit-overflow-scrolling: touch;
    }

    .gp-myruns-toolbar::-webkit-scrollbar {
        display: none !important;
    }

    .gp-myruns-toolbar > * {
        flex-shrink: 0 !important;
    }
gp-myruns-row {
        display: flex !important;
        flex-direction: column !important;
        padding: 14px !important;
        position: relative !important;
    }

    .gp-myruns-row-thumb {
width: 90px;
	height: 100px;
        margin-bottom: 8px !important;
    }

    .gp-myruns-row-info {
        width: 100% !important;
    }

    /* Progress bar aur percentage text ko fix karne ke liye */
    .gp-myruns-progress-line-wrapper {
        display: flex !important;
        align-items: center !important;
        gap: 8px !important;
        width: 70% !important;
        margin-top: 8px !important;
    }

    .gp-myruns-progress-track {
        flex-grow: 1 !important;
        height: 6px !important;
    }

    .gp-myruns-progress-num {
        position: static !important;
        font-size: 0.75rem !important;
        font-weight: 600 !important;
        color: #333 !important;
        flex-shrink: 0 !important;
    }

    /* Bottom actions (time ago, status pill) ko mobile par theek se set karne ke liye */
    .gp-myruns-row-actions {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        width: 100% !important;
        margin-top: 12px !important;
        padding-top: 10px !important;
        border-top: 1px solid #eee !important;
    }
.gp-myruns-toolbar {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        gap: 8px !important;
        position: relative !important;
    }

    .gp-myruns-tabs {
        display: flex !important;
        overflow-x: auto !important;
        white-space: nowrap !important;
        gap: 6px !important;
        flex-grow: 1 !important;
    }

    .gp-myruns-tabs::-webkit-scrollbar {
        display: none !important;
    }
    .gp-toolbar-dropdown-wrap {
        position: relative !important;
        display: flex !important;
        flex-shrink: 0 !important;
    }
#gp-sort-wrap.gp-myruns-sort {
        display: none !important;
    }
}







/* ===== GrowPost Explore Redesign (paste at end of custom.css) ===== */

.gp-explore-wrap {
	max-width: 1200px;
	margin: 0 auto;
	padding: 1.5rem 1.25rem 3rem;
	font-family: 'Inter', sans-serif;
}
.gp-explore-feed-list .gp-feed-card-photos-link {
	margin-top: 46px !important;
}
.gp-explore-feed-grid .gp-feed-card-photos-link {
	display: block;
	margin: 0 -1.1rem 0.7rem;
	width: calc(100% + 2.2rem);
}
/* ===== Fix Coco/tag chip vertical alignment in explore feed (final) ===== */
.gp-explore-feed .gp-feed-tag,
.gp-explore-feed .growpost-status-chip {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	align-self: center !important;
	height: 20px !important;
	line-height: 20px !important;
	padding: 0 8px !important;
	margin: 0 !important;
	box-sizing: border-box !important;
	vertical-align: middle !important;
}
.gp-explore-feed-grid .gp-feed-photos-1 .gp-feed-photo-main,
.gp-explore-feed-grid .gp-feed-photos-multi {
	height: 320px;
}
.gp-explore-feed-list .gp-feed-photos-1 .gp-feed-photo-main,
.gp-explore-feed-list .gp-feed-photos-multi {
	height: 250px !important;
}

.gp-explore-feed-list .gp-feed-card-time {
	top: 30px !important;
	right: 52px !important;
}
/* ---- Top bar: search + sort + view toggle ---- */
.gp-explore-topbar {
	display: flex;
	align-items: center;
	gap: 1rem;
	flex-wrap: wrap;
	margin-bottom: 1.25rem;
}

.gp-explore-search {
	flex: 1;
	min-width: 220px;
	display: flex;
	align-items: center;
	gap: 0.6rem;
	background: #fff;
	border: 1px solid #E0EDE0;
	border-radius: 10px;
	padding: 0.65rem 1rem;
	color: #999;
}

.gp-explore-search input {
	border: none;
	outline: none;
	flex: 1;
	font-size: 0.9rem;
	font-family: 'Inter', sans-serif;
	color: #2D2D2D;
	background: transparent;
}

.gp-explore-topbar-right {
	display: flex;
	align-items: center;
	gap: 1rem;
}

.gp-explore-sort {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	font-size: 0.85rem;
	color: #555;
	font-weight: 500;
}

.gp-explore-sort select {
	border: 1px solid #E0EDE0;
	border-radius: 8px;
	padding: 0.5rem 2rem 0.5rem 0.8rem;
	font-size: 0.85rem;
	font-family: 'Inter', sans-serif;
	background: #fff;
	color: #1A3A1A;
	font-weight: 600;
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23C8860A' stroke-width='2.5'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 0.7rem center;
	background-size: 14px;
}

.gp-explore-view-toggle {
	display: flex;
	border: 1px solid #E0EDE0;
	border-radius: 8px;
	overflow: hidden;
}

.gp-view-btn {
	background: #fff;
	border: none;
	padding: 0.5rem 0.65rem;
	color: #999;
	cursor: pointer;
	display: flex;
}

.gp-view-btn.is-active {
	background: #C8860A;
	color: #fff;
}

/* ---- Body layout: filters left, feed right (no more right sidebar) ---- */
.gp-explore-body {
	display: grid;
	grid-template-columns: 240px 1fr;
	gap: 1.5rem;
	align-items: start;
}

/* ---- Filters sidebar ---- */
.gp-explore-filters {
	position: sticky;
	top: 90px;
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 4px 20px rgba(0,0,0,.06);
	padding: 1.25rem 1.25rem 1.5rem;
}

.gp-explore-filters-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 0.9rem;
}

.gp-explore-filters-head h3 {
	font-family: 'Inter', sans-serif;
	font-size: 0.95rem;
	font-weight: 700;
	color: #1A3A1A;
	margin: 0;
}

.gp-explore-clear {
	font-size: 0.78rem;
	color: #C8860A;
	font-weight: 600;
	text-decoration: none;
}

.gp-explore-clear:hover { text-decoration: underline; }

.gp-filter-group {
	padding: 0.85rem 0;
	border-bottom: 1px solid #EFEFEF;
}

.gp-filter-group:last-child { border-bottom: none; }

.gp-filter-group h4 {
	font-size: 0.8rem;
	font-weight: 700;
	color: #1A3A1A;
	margin: 0 0 0.6rem;
	text-transform: uppercase;
	letter-spacing: 0.02em;
}

.gp-filter-check {
	display: flex;
	align-items: center;
	gap: 0.55rem;
	font-size: 0.85rem;
	color: #444;
	padding: 0.3rem 0;
	cursor: pointer;
}

.gp-filter-check input[type="checkbox"] {
	accent-color: #C8860A;
	width: 15px;
	height: 15px;
	cursor: pointer;
}

.gp-filter-label-input {
	display: block;
	font-size: 0.8rem;
	font-weight: 700;
	color: #1A3A1A;
	margin-bottom: 0.5rem;
	text-transform: uppercase;
	letter-spacing: 0.02em;
}

.gp-filter-group input[type="text"] {
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #E0EDE0;
	border-radius: 8px;
	padding: 0.55rem 0.75rem;
	font-size: 0.85rem;
	font-family: 'Inter', sans-serif;
}
.gp-filter-collapsible {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.gp-filter-toggle {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
}
.gp-filter-toggle {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: none;
	border: none;
	padding: 0;
	font-size: 0.8rem;
	font-weight: 700;
	color: #1A3A1A;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	cursor: pointer;
}

.gp-filter-toggle svg {
	transition: transform 0.15s ease;
	color: #C8860A;
}

.gp-filter-collapsible.is-open .gp-filter-toggle svg {
	transform: rotate(180deg);
}

.gp-filter-panel {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease;
}

.gp-filter-collapsible.is-open .gp-filter-panel {
	max-height: 300px;
	margin-top: 0.6rem;
}

.gp-filter-following {
	padding-top: 0.85rem;
	font-weight: 600;
	color: #1A3A1A;
}

/* ---- Feed ---- */
.gp-explore-feed-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.1rem;
}

.gp-explore-feed-list {
	display: flex;
	flex-direction: column;
	gap: 0.9rem;
}

.gp-feed-card {
	background: #fff;
	border: 1px solid #EFEFEF;
	border-radius: 12px;
	padding: 1rem 1.1rem 0.9rem;
	box-shadow: 0 1px 4px rgba(0,0,0,.04);
}

.gp-feed-card-header {
	display: flex;
	align-items: center;
	gap: 0.6rem;
	margin-bottom: 0.6rem;
}

.gp-feed-card-author {
	display: flex;
	align-items: center;
	gap: 0.6rem;
	text-decoration: none;
	color: inherit;
	flex: 1;
	min-width: 0;
}

.gp-feed-card-author img { border-radius: 50%; flex-shrink: 0; }

.gp-feed-card-author-text {
	display: flex;
	flex-direction: column;
	line-height: 1.25;
	min-width: 0;
}

.gp-feed-card-name {
	font-weight: 700;
	font-size: 0.88rem;
	color: #1A3A1A;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.gp-feed-card-level {
	font-size: 0.72rem;
	color: #C8860A;
	font-weight: 600;
}

.gp-feed-card-time {
	font-size: 0.75rem;
	color: #999;
	white-space: nowrap;
	flex-shrink: 0;
}

.gp-feed-stage-chip {
	display: inline-flex !important;
	width: fit-content !important;
	background: #F0F7F0;
	color: #1A7A1A;
	font-size: 0.72rem;
	font-weight: 700;
	padding: 0.25rem 0.7rem;
	border-radius: 20px;
	margin-bottom: 0.55rem;
}
.gp-explore-feed-list .gp-feed-card-time {
    position: absolute !important;
    top: 10px !important;
    right: 46px !important;
    z-index: 10 !important;
}

.gp-explore-feed-list .growpost-menu-wrap {
    position: absolute !important;
    top: 4px !important;
    right: 8px !important;
    z-index: 10 !important;
}
.gp-feed-stage-week-row {
	display: inline-flex !important;
	align-items: center !important;
	gap: 6px !important;
	margin-bottom: 0.55rem !important;
	width: fit-content !important;
}

.gp-feed-stage-week-row:empty {
	display: none !important;
}

.gp-feed-stage-chip,
.gp-feed-week,
.growpost-status-chip {
	margin-bottom: 0 !important;
}

.gp-feed-stage-week-row .gp-feed-stage-chip {
	margin-bottom: 0;
}

.gp-feed-week {
	font-size: 0.78rem;
	color: #666;
	font-weight: 600;
}

.gp-feed-card-title-link { text-decoration: none; }

.gp-feed-card-title {
	font-family: 'Playfair Display', serif;
	font-size: 1.1rem;
	font-weight: 700;
	color: #1A3A1A;
	margin: 0 0 0.4rem;
}

.gp-feed-card-notes {
	font-size: 0.85rem;
	color: #444;
	margin: 0 0 0.6rem;
	line-height: 1.5;
}

.gp-feed-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem;
	margin-bottom: 0.7rem;
}

.gp-feed-tag {
	background: #F0F7F0;
	color: #1A3A1A;
	font-size: 0.72rem;
	font-weight: 600;
	padding: 0.3rem 0.75rem;
	border-radius: 20px;
}

/* ---- Photo layout: big left + stacked thumbs right ---- */
.gp-feed-card-photos-link { text-decoration: none; }

.gp-feed-photos {
	display: grid;
	gap: 4px;
	border-radius: 8px;
	overflow: hidden;
	margin-bottom: 0.7rem;
}

.gp-feed-photos-1 { grid-template-columns: 1fr; }
.gp-feed-photos-1 .gp-feed-photo-main { height: 260px; }

.gp-feed-photos-multi {
	grid-template-columns: 1.6fr 1fr;
	height: 220px;
}

.gp-feed-photo-main,
.gp-feed-photo-tile {
	position: relative;
	overflow: hidden;
	background: #F0F7F0;
}

.gp-feed-photo-main img,
.gp-feed-photo-tile img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.gp-feed-photo-side {
	display: grid;
	grid-template-rows: 1fr 1fr;
	gap: 4px;
}

.gp-feed-photo-more {
	position: absolute;
	inset: 0;
	background: rgba(0,0,0,.55);
	color: #fff;
	font-size: 1.2rem;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* ---- Footer: like / comment / bookmark ---- */
.gp-feed-card-footer {
	display: flex;
	align-items: center;
	gap: 1.25rem;
	border-top: 1px solid #EFEFEF;
	padding-top: 0.65rem;
}

.gp-feed-bookmark { cursor: pointer; }

/* ---- List view: photo shrinks, row layout ---- */
.gp-explore-feed-list .gp-feed-card {
	position: relative;
	display: grid;
grid-template-columns: 0.85fr 1.15fr;
	grid-auto-flow: row;
	gap: 1rem;
	align-items: start;
}

/* Every text element (header, stage/week, title, notes, tags, footer) is forced into
   column 1, in DOM order. Without this, CSS grid's auto-placement sometimes drops a
   short element (like the footer, if notes/tags are short) into column 2 under the
   photo instead of continuing to stack under the text. */
.gp-explore-feed-list .gp-feed-card > *:not(.gp-feed-card-photos-link) {
	grid-column: 1;
}

.gp-explore-feed-list .gp-feed-card-photos-link {
	grid-row: 1 / span 6;
	grid-column: 2;
}

.gp-explore-feed-list .gp-feed-photos-1 .gp-feed-photo-main,
.gp-explore-feed-list .gp-feed-photos-multi {
	height: 150px;
}

/* Left column: header only carries avatar + name/level now — time & menu move onto the photo */
.gp-explore-feed-list .gp-feed-card-header {
	padding-right: 0;
}

/* Time + 3-dot menu float on top of the photo, top-right corner (Instagram-style timestamp) */
.gp-explore-feed-list .gp-feed-card-time {
	position: absolute;
	top: 10px;
	right: 46px;
	z-index: 5;
	color: #fff;
	font-size: 0.7rem;
	font-weight: 600;
	text-shadow: 0 1px 4px rgba(0,0,0,.65);
}

.gp-explore-feed-list .growpost-menu-wrap {
	position: absolute;
	top: 1px;
	right: 6px;
	z-index: 5;
	margin-left: 0;
}
.gp-explore-feed-list .gp-feed-card-time {
	color: #1A7A1A !important;
	text-shadow: none !important;
}
.gp-explore-feed-list .growpost-menu-btn {
    color: #1A7A1A !important;
    filter: none !important;
    background: transparent !important;
    background-color: transparent !important;
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
}

.gp-explore-feed-list .growpost-menu-btn:hover,
.gp-explore-feed-list .growpost-menu-btn:focus,
.gp-explore-feed-list .growpost-menu-btn:active,
.gp-explore-feed-list .growpost-menu-btn:focus-visible {
    background: transparent !important;
    background-color: transparent !important;
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
    color: #1A7A1A !important;
}
.gp-explore-feed-list .growpost-menu-btn {
	color: #1A7A1A !important;
	filter: none !important;
}
.gp-explore-feed-list .gp-feed-card-time,
.gp-explore-feed-list .growpost-menu-wrap {
	top: 20px !important;
}

.gp-feed-stage-week-row {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    margin-bottom: 0.55rem;
    flex-wrap: wrap;
}
.growpost-status-chip {
    font-size: 0.72rem;
    font-weight: 600;
    padding: 0.25rem 0.7rem;
    border-radius: 20px;
    white-space: nowrap;
}

.growpost-status-need-advice {
    background: #FFF8EC;
    color: #8A6408;
}


.gp-explore-feed-list .gp-feed-card-time {
	line-height: 1 !important;
}

.gp-explore-feed-list .growpost-menu-btn {
	padding: 0 !important;
	width: 18px !important;
	height: 18px !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
}
.gp-explore-feed-list .growpost-menu-wrap {
	right: 18px !important;
}
.gp-explore-feed-list .growpost-menu-btn {
	color: #fff;
	filter: drop-shadow(0 1px 3px rgba(0,0,0,.65));
}

.gp-explore-feed-list .growpost-menu-btn:hover {
	background: rgba(255,255,255,.2);
	color: #fff;
}
.gp-explore-feed-grid .gp-feed-card-header {
	position: static;
}

/* ---- Mobile ---- */
@media (max-width: 900px) {
	.gp-explore-body { grid-template-columns: 1fr; }
	.gp-explore-filters { position: static; }
	.gp-explore-feed-list .gp-feed-card { grid-template-columns: 1fr; }
	.gp-explore-feed-list .gp-feed-card-photos-link { grid-row: auto; grid-column: auto; }
	.gp-explore-feed-list .gp-feed-card-time {
		position: static;
		color: #999;
		text-shadow: none;
		margin-left: auto;
	}
	.gp-explore-feed-list .growpost-menu-wrap {
		position: static;
	}
	.gp-explore-feed-list .growpost-menu-btn {
		color: #888;
		filter: none;
	}
	.gp-explore-feed-list .growpost-menu-btn:hover {
		background: #F0F7F0;
		color: #1A3A1A;
	}
}


















@media (max-width: 900px) {
	.gp-topbar-explore.gp-topbar {
		padding: 1rem 1.1rem !important;
	}

	.gp-topbar-explore .gp-topbar-mobile-logo {
		display: none !important;
	}

	.gp-topbar-explore .gp-topbar-welcome {
		width: auto !important;
	}

	.gp-topbar-explore .gp-topbar-welcome h1 {
		display: flex !important;
		align-items: center !important;
		gap: 8px !important;
		font-size: 1.05rem !important;
		font-weight: 700 !important;
		margin: 0 !important;
		flex-direction: row !important;
		justify-content: flex-start !important;
		text-align: left !important;
	}

	.gp-topbar-explore .gp-back-arrow {
		display: flex !important;
		align-items: center;
		justify-content: center;
		flex-shrink: 0;
	}

	.gp-topbar-explore .gp-topbar-welcome h1 .welcome-img {
		width: 20px !important;
		order: 3 !important;
	}

	.gp-topbar-explore .gp-topbar-welcome p,
	.gp-topbar-explore .gp-topbar-actions {
		display: none !important;
	}

	.gp-explore-header {
		display: flex;
		justify-content: center;
		margin-top: 5px !important;
		margin-bottom: 1rem;
	}
}
.gp-filter-group {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    margin-bottom: 1.25rem;
}

.gp-filter-check {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-size: 0.85rem;
    color: #444;
    padding: 0.2rem 0;
    cursor: pointer;
    background: transparent !important;
    border: none !important;
}

.gp-filter-check input[type="checkbox"] {
    accent-color: #C8860A;
    width: 15px;
    height: 15px;
    cursor: pointer;
    margin: 0;
}

.gp-filter-check:hover {
    background: transparent !important;
    color: #1A3A1A;
}

.gp-filter-panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease;
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
}

.gp-filter-collapsible.is-open .gp-filter-panel {
    max-height: 180px !important;
    overflow-y: auto !important;
    overflow-x: hidden;
    padding-right: 4px;
    margin-top: 0.6rem;
}

.gp-filter-panel::-webkit-scrollbar {
    width: 5px;
}

.gp-filter-panel::-webkit-scrollbar-thumb {
    background: #d0d0d0;
    border-radius: 4px;
}

.gp-filter-toggle,
.gp-filter-toggle:focus,
.gp-filter-toggle:active,
.gp-filter-toggle:focus-visible,
.gp-filter-toggle:hover,
.gp-filter-collapsible.is-open .gp-filter-toggle,
.gp-explore-filters button.gp-filter-toggle,
.gp-explore-filters button.gp-filter-toggle:focus {
    background: transparent !important;
    background-color: transparent !important;
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
    color: #1A3A1A !important;
}
.gp-filter-group {
    display: flex;
    flex-direction: column;
    gap: 6px !important;
    margin-bottom: 1.25rem;
}

.gp-filter-img-check {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    font-size: 0.88rem;
    color: #333;
    padding: 8px 12px 8px 55px !important; 
    min-height: 42px;
    cursor: pointer;
    background: #ffffff !important;
    border: 1px solid #e0e0e0 !important;
    border-radius: 8px !important;
    transition: all 0.2s ease;
}

.gp-filter-img-check input[type="checkbox"] {
    display: none;
}

.gp-filter-img-check .gp-stage-icon {
    position: absolute !important;
    left: 8px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 50px !important;
    height: 50px !important;
    min-width: 50px !important;
    max-width: 50px !important;
    object-fit: contain;
    opacity: 0.8;
    transition: opacity 0.2s ease;
}
.gp-filter-img-check img[alt="All Stages"] {
  left: 18px !important;
	width: 20px !important;
	height: 20px !important;
	min-width: 20px !important;
	max-width: 20px !important;
}
.gp-filter-img-check img[alt="Seed/Clone"] {
  left: 18px !important;
	width: 20px !important;
	height: 20px !important;
	min-width: 20px !important;
	max-width: 20px !important;
}

.gp-filter-img-check img[alt="Flower"] {
  left: 18px !important;
	width: 24px !important;
	height: 24px !important;
	min-width: 24px !important;
	max-width: 24px !important;
}
.gp-filter-img-check:hover {
    border-color: #79a879 !important;
    background: #f7fbf7 !important;
    color: #1A3A1A !important;
}

.gp-filter-img-check:hover span {
    color: #1A3A1A !important;
}

.gp-filter-img-check:hover .gp-stage-icon {
    opacity: 1;
}

.gp-filter-img-check input[type="checkbox"]:checked ~ .gp-stage-icon {
    opacity: 1;
}

.gp-filter-img-check input[type="checkbox"]:checked ~ span {
    font-weight: 600;
    color: #1A3A1A !important;
}

.gp-filter-img-check:has(input[type="checkbox"]:checked) {
    background: #f0f7f0 !important;
    border-color: #1A7A1A !important;
    color: #1A3A1A !important;
}
.gp-filter-group {
    display: flex;
    flex-direction: column;
    gap: 0 !important;
    margin-bottom: 1.25rem;
}

.gp-filter-collapsible {
    border-bottom: 1px solid #eaeaea !important;
    border-top: none !important;
}

.gp-filter-collapsible:first-child {
    border-top: 1px solid #eaeaea !important;
}

.gp-filter-toggle {
    border: none !important;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}

/* Scrollbar customization - Gradient Color */
.gp-filter-panel::-webkit-scrollbar {
    width: 6px !important;
}

.gp-filter-panel::-webkit-scrollbar-track {
    background: #f1f5f1 !important;
    border-radius: 4px !important;
}

.gp-filter-panel::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #FFD54A 0%, #FBBF24 35%, #F59E0B 70%, #E67E00 100%) !important;
    border-radius: 4px !important;
}


.gp-filter-img-check {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    font-size: 0.88rem;
    color: #333;
    padding: 8px 12px 8px 55px !important;
    min-height: 42px;
    cursor: pointer;
    background: #ffffff !important;
    border: 1px solid #e0e0e0 !important;
    border-radius: 8px !important;
    transition: all 0.2s ease;
    margin-bottom: 6px !important;
}

.gp-filter-img-check input[type="checkbox"] {
    display: none;
}

.gp-filter-img-check .gp-stage-icon {
    position: absolute !important;
    left: 8px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 50px !important;
    height: 50px !important;
    min-width: 50px !important;
    max-width: 50px !important;
    object-fit: contain;
    opacity: 0.8;
    transition: opacity 0.2s ease;
}

.gp-filter-img-check:hover {
    border-color: #79a879 !important;
    background: #f7fbf7 !important;
    color: #1A3A1A !important;
}

.gp-filter-img-check:hover span {
    color: #1A3A1A !important;
}

.gp-filter-img-check:hover .gp-stage-icon {
    opacity: 1;
}

.gp-filter-img-check input[type="checkbox"]:checked ~ .gp-stage-icon {
    opacity: 1;
}

.gp-filter-img-check input[type="checkbox"]:checked ~ span {
    font-weight: 600;
    color: #1A3A1A !important;
}

.gp-filter-img-check:has(input[type="checkbox"]:checked) {
    background: #f0f7f0 !important;
    border-color: #1A7A1A !important;
    color: #1A3A1A !important;
}

/* Strain, Medium, Environment ke andar ke checkboxes ke liye */
.gp-filter-check {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    font-size: 0.88rem;
    color: #333;
    padding: 8px 12px !important;
    cursor: pointer;
    background: #ffffff !important;
    border: 1px solid #e0e0e0 !important;
    border-radius: 8px !important;
    transition: all 0.2s ease;
    margin-bottom: 6px !important;
}

.gp-filter-check input[type="checkbox"] {
    accent-color: #1A7A1A;
    width: 16px;
    height: 16px;
    cursor: pointer;
    margin: 0;
}

.gp-filter-check:hover {
    border-color: #79a879 !important;
    background: #f7fbf7 !important;
    color: #1A3A1A !important;
}

.gp-filter-check:has(input[type="checkbox"]:checked) {
    background: #f0f7f0 !important;
    border-color: #1A7A1A !important;
    color: #1A3A1A !important;
    font-weight: 600;
}











.gp-explore-feed-list .gp-feed-card {
    padding: 8px 12px !important;
    margin-bottom: 8px !important;
}

.gp-explore-feed-list .gp-feed-card h2.gp-feed-card-title {
    margin-top: -10px !important;
    margin-bottom: 6px !important;
}

.gp-explore-feed-list .gp-feed-card p.gp-feed-card-notes {
    margin-top: -20px !important;
    margin-bottom: 3px !important;
    color: #666 !important;
}

.gp-explore-feed-list .gp-feed-card-footer {
    padding-top: 2px !important;
    margin-top: 2px !important;
}
.gp-explore-feed .growpost-status-chip, 
.gp-explore-feed .gp-feed-tag {
  
    font-size: 9.5px !important;
   
}

.gp-explore-feed-list .gp-feed-photos-multi {
    display: flex !important;
    gap: 4px !important;
    border-radius: 8px !important;
    overflow: hidden !important;
}

.gp-explore-feed-list .gp-feed-photo-main,
.gp-explore-feed-list .gp-feed-photo-tile {
    border-radius: 6px !important;
    overflow: hidden !important;
}





.gp-fixed-photo-layout {
	display: flex;
	width: 100%;
	height: 220px !important;
	max-height: 220px !important;
	min-height: 220px !important;

	padding: 6px !important;
	gap: 4px;

	box-sizing: border-box;
	overflow: hidden !important;

	border-radius: 12px;
}

.gp-fixed-photo-main {
	flex: 0 0 60%;
	width: 60%;
	height: 100% !important;
	min-height: 0 !important;
	overflow: hidden !important;
	border-radius: 9px;
}

.gp-fixed-photo-side {
	flex: 0 0 40%;
	width: 40%;
	height: 100% !important;
	min-height: 0 !important;

	display: flex;
	flex-direction: column;
	gap: 4px;

	overflow: hidden !important;
}

.gp-fixed-photo-tile {
	position: relative;
	flex: 1 1 0;
	height: calc(50% - 2px) !important;
	min-height: 0 !important;

	overflow: hidden !important;
	border-radius: 9px;
}

.gp-fixed-photo-layout img {
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	border-radius: 9px;
}

.gp-fixed-photo-more {
	position: absolute;
	inset: 0;

	display: flex;
	align-items: center;
	justify-content: center;

	background: rgba(0, 0, 0, 0.60);

	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;

	text-decoration: none;
	z-index: 2;

	border-radius: 9px;
}




/* Add Update button */
a.growpost-action.growpost-action-add {
    color: #1A7A1A  !important;         
    text-decoration: none !important;
}
a.growpost-action.growpost-action-add:hover {
    color: #C8860A !important;           
    text-decoration: none !important;
}




.gp-explore-view-toggle {
	display: flex !important;
	align-items: center !important;
	gap: 10px !important;
	border: none !important;
	background: transparent !important;
}
.gp-view-btn {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	background: #fff !important;
	
	border-radius: 6px !important;
	box-shadow: none !important;
}
.gp-view-btn svg {
	stroke: #1A7A32 !important;
}
.gp-view-btn:hover,
.gp-view-btn.is-active {
	background: linear-gradient(180deg, #FFD54A 0%, #FBBF24 35%, #F59E0B 70%, #E67E00 100%) !important;
	border-color: transparent !important;
}
.gp-view-btn:hover svg,
.gp-view-btn.is-active svg {
	stroke: #1A7A32 !important;
}

.gp-explore-filters.gp-explore-filters-sticky::-webkit-scrollbar {
	width: 14px;
}

/* "Clear All" button hover and active styling */
.gp-explore-clear {
    color: #1A7A32; 
    transition: color 0.2s ease;
}

.gp-explore-clear:hover,
.gp-explore-clear:active,
.gp-explore-clear:focus {
    color: #C8860A !important;
    text-decoration: none !important;
}
.growpost-menu-btn {
    transform: translateY(-2px); 
}




@media (max-width: 767px) {
	.gp-explore-sort {
		display: none !important;
	}
	.gp-explore-view-toggle {
		display: none !important;
	}
	.gp-explore-filters-head {
		display: none !important;
	}
	.gp-filter-collapsible {
		display: none !important;
	}
	.gp-explore-topbar {
		background: #1A3A1A !important;
		padding: 50px !important;
		border-radius: 0 !important;
		width: 100vw !important;
		margin-top: -45px !important;
		margin-left: calc(50% - 50vw) !important;
		margin-right: calc(50% - 50vw) !important;
		box-sizing: border-box !important;
	}
	.gp-explore-search {
		background: #fff !important;
		border-radius: 20px !important;
	}
	.gp-explore-filters .gp-filter-group:not(.gp-filter-collapsible) h4 {
		display: none !important;
	}
	.gp-explore-filters {
		width: 100% !important;
		position: static !important;
		background: transparent !important;
		box-shadow: none !important;
		border: none !important;
		padding: 0 !important;
	}
	.gp-explore-filters .gp-filter-group:not(.gp-filter-collapsible) {
		display: flex !important;
		flex-direction: row !important;
		flex-wrap: nowrap !important;
		overflow-x: auto !important;
		overflow-y: hidden !important;
		-webkit-overflow-scrolling: touch;
		gap: 8px !important;
		padding: 30px !important;
		margin-top: -45px !important;
		margin-bottom: 20px !important;
		background: #1A3A1A !important;
		border-radius: 0 !important;
		width: 100vw !important;
		margin-left: calc(50% - 50vw) !important;
		margin-right: calc(50% - 50vw) !important;
		box-sizing: border-box !important;
	}
}
@media (max-width: 767px) {
    div.gp-explore-search {
        background-color: transparent !important;
        background: transparent !important;
        border: 1px solid #ffffff !important;
        border-radius: 20px !important;
        box-shadow: none !important;
        display: flex !important;
        align-items: center !important;
        height: 42px !important;
        padding: 0 14px !important;
        box-sizing: border-box !important;
    }
    div.gp-explore-search input#gp-explore-search-input,
    div.gp-explore-search input[type="text"],
    .gp-explore-search input {
        background-color: transparent !important;
        background: transparent !important;
        color: #ffffff !important;
        border: none !important;
        outline: none !important;
        box-shadow: none !important;
        height: 100% !important;
        line-height: normal !important;
        padding: 0 !important;
        margin: 0 !important;
    }
    div.gp-explore-search input::placeholder {
        color: rgba(255, 255, 255, 0.7) !important;
    }
    div.gp-explore-search svg {
        stroke: #ffffff !important;
        fill: none !important;
        min-width: 18px !important;
        width: 18px !important;
        height: 18px !important;
        margin-right: 8px !important;
    }
.gp-fixed-photo-layout {
        margin-top: -50px !important;
    }
}










/* ================= COMMUNITY FEED PAGE ================= */

.gp-feed-page {
	padding: 24px 32px;
}
.gp-carousel-prev,
.gp-carousel-next {
    top: 40% !important;
}
.gp-feed-page-header h1 {
	font-family: 'Playfair Display', serif;
	font-size: 24px;
	color: #1A3A1A;
	margin: 0 0 4px;
}
.gp-feed-page-header p {
	font-size: 13.5px;
	color: #777;
	margin: 0 0 20px;
}
.gp-feed-card {
    display: flex;
    gap: 20px;
}
.gp-feed-card-left {
    flex: 1;                 
    min-width: 0;
}
.gp-feed-card-right {
    flex: 1.3;               
    display: flex;
    flex-direction: column;
}
.gp-feed-header-right-overlay {
    position: static;
    display: flex;
    align-items: center;
    justify-content: flex-end;
     gap: 4rem !important;
    margin-bottom: 8px;
}
.gp-feed-header-right-overlay .gp-feed-stage-chip {
    margin: 0 3px 0 0 !important;   
}
.gp-feed-header-right-overlay .growpost-menu-wrap {
    margin: 0 !important;
}
.gp-feed-photo-wrap {
    position: relative;
    width: 100%;
    height: 110rem;
    border-radius: 10px;
    overflow: hidden;
}
.gp-feed-view-run-below {
    margin-top: 8px;
    align-self: flex-end;
}
.gp-feed-page-body {
	display: grid;
	grid-template-columns: 1fr 300px;
	gap: 24px;
	align-items: start;
}

.gp-feed-toolbar {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    background: #ffffff !important; 
    border: 1px solid #E5E9E5 !important;
    border-radius: 24px !important;
    padding: 6px 14px !important;
    margin-bottom: 16px !important;
    flex-wrap: nowrap !important;
    gap: 10px !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06) !important;
}

.gp-feed-tabs {
    display: flex !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    gap: 4px !important;
}

.gp-feed-tab {
    padding: 6px 12px !important;
    font-size: 13px !important;
    white-space: nowrap !important;
    border-radius: 16px !important; 
}
.gp-feed-card-title,
a.gp-feed-card-title-link h2,
article.gp-feed-card h2.gp-feed-card-title {
    font-style: normal !important;
    margin-top: 12px;
}
.gp-feed-tabs {
	display: flex;
	gap: 4px;
	flex-wrap: wrap;
}

.gp-feed-tab {
	padding: 8px 14px;
	border-radius: 20px;
	font-size: 13px;
	font-weight: 600;
	color: #555;
	text-decoration: none;
	white-space: nowrap;
}
.gp-feed-tab:hover { background: #1A3A1A; color: #fff; }
.gp-feed-tab-active { background: #1A3A1A; color: #fff; }

.gp-feed-sort {
	position: relative;
	white-space: nowrap;
}
.gp-feed-sort-toggle {
	display: flex;
	align-items: center;
	gap: 6px;
	background: transparent !important;
	border: none !important;
	outline: none !important;
	color: #2E7D32 !important;
	font-weight: 700;
	font-size: 13px;
	cursor: pointer;
	padding: 4px 2px;
	box-shadow: none !important;
}

.gp-feed-sort-toggle:hover,
.gp-feed-sort-toggle:focus,
.gp-feed-sort-toggle:active {
	background: transparent !important;
	border: none !important;
	color: #2E7D32 !important;
	box-shadow: none !important;
}
.gp-feed-sort-toggle svg {
	transition: transform .2s ease;
}
.gp-feed-sort.gp-feed-sort-open .gp-feed-sort-toggle svg {
	transform: rotate(180deg);
}
.gp-feed-sort-dropdown {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	margin-top: 6px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 8px;
	padding: 6px;
	min-width: 140px;
	list-style: none;
	z-index: 20;
	box-shadow: 0 6px 16px rgba(0,0,0,0.08);
}
.gp-feed-sort.gp-feed-sort-open .gp-feed-sort-dropdown {
	display: block;
}
.gp-feed-sort-dropdown li {
	padding: 8px 10px;
	border-radius: 6px;
	font-size: 13.5px;
	color: #333;
	cursor: pointer;
}
.gp-feed-sort-dropdown li:hover {
	background: #E6F2E6;
	color: #1A3A1A;
}
.gp-feed-sort-dropdown li.gp-feed-sort-active {
	background: #1A3A1A;
	color: #fff;
}

.gp-feed-card {
	background: #fff;
	border: 1px solid #E5E9E5;
	border-radius: 14px;
	padding: 16px;
	margin-bottom: 14px;
	display: grid;
	grid-template-columns: 1fr 260px;
	gap: 18px;
	align-items: stretch;
}

.gp-feed-card-left {
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.gp-feed-card-right {
    height: 220px !important;      
    min-height: 220px !important;
    max-height: 220px !important;
    overflow: hidden !important;
}

.gp-feed-card-right a { 
    display: block !important; 
    height: 100% !important; 
}

.gp-feed-card-right img,
.gp-feed-card-right .gp-carousel {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

.gp-feed-card-author {
	display: flex;
	align-items: center;
	gap: 10px;
	text-decoration: none;
	min-width: 0;
}
.gp-feed-card-author img { width: 36px; height: 36px; border-radius: 50%; }
.gp-feed-card-author-text { display: flex; flex-direction: column; min-width: 0; }
.gp-feed-card-name { font-size: 13.5px; font-weight: 600; color: #1A1A1A; }
.gp-feed-card-level { color: #C8860A; font-weight: 500; }
.gp-feed-card-time-sub { font-size: 12px; color: #999; }

.gp-feed-stage-chip {
	background: #E6F2E6;
	color: #1A3A1A;
	font-size: 11.5px;
	font-weight: 700;
	padding: 3px 10px;
	border-radius: 20px;
	white-space: nowrap;
}

.gp-feed-card-title-link { text-decoration: none; }
.gp-feed-card-title {
	font-size: 16px;
	font-weight: 700;
	color: #1A1A1A;
	margin: 0 0 6px;
}
.gp-feed-card-week {
	font-size: 13px;
	font-weight: 500;
	color: #777;
}

.gp-feed-card-notes {
	font-size: 13.5px;
	color: #555;
	line-height: 1.5;
	margin: 0 0 10px;
}

.gp-feed-tag {
	display: inline-block;
	background: #F0F7F0;
	color: #2E7D32;
	font-size: 12px;
	font-weight: 600;
	padding: 4px 10px;
	border-radius: 20px;
	margin-bottom: 12px;
	align-self: flex-start;
}

.gp-feed-card-footer {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-top: auto;
	padding-top: 10px;
	border-top: 1px solid #F0F0F0;
}
.growpost-icon-btn {
	display: flex;
	align-items: center;
	gap: 5px;
	font-size: 13px;
	color: #777;
	text-decoration: none;
	background: none;
	border: none;
	cursor: pointer;
	padding: 0;
}
.growpost-icon-btn.is-liked { color: #E53935; }
.gp-feed-view-run {
	margin-left: auto;
	font-size: 13px;
	font-weight: 600;
	color: #1A3A1A;
	text-decoration: none;
}
.gp-feed-view-run:hover,
.gp-feed-view-run:active,
.gp-feed-view-run:focus {
	color: #C8860A !important;
}
.gp-feed-empty {
	background: #fff;
	border: 1px dashed #ccc;
	border-radius: 14px;
	padding: 40px;
	text-align: center;
	color: #888;
}
.gp-feed-header-right {
	display: flex;
	align-items: center;
	gap: 8px;
}
.gp-feed-widget {
	background: #fff;
	border: 1px solid #E5E9E5;
	border-radius: 14px;
	padding: 16px;
	margin-bottom: 16px;
}
.gp-feed-widget-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
    padding-bottom: 11px; 
    border-bottom: 1px solid #f0f2f5; 
}

.gp-feed-widget-head h3 { font-size: 12px; margin: 0; color: #1A1A1A; font-weight: 700; }
.gp-feed-widget-head a { font-size: 12px; color: #1A7A1A; text-decoration: none; font-weight: 700; }

.gp-feed-online-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.gp-feed-online-list a { display: flex; align-items: center; gap: 10px; text-decoration: none; color: #333; font-size: 13.5px; }
.gp-feed-online-list img { width: 30px; height: 30px; border-radius: 50%; }
.gp-feed-online-more { display: block; margin-top: 10px; font-size: 12.5px; color: #1A3A1A; font-weight: 600; text-decoration: none; }
.gp-feed-widget-empty { font-size: 13px; color: #999; margin: 0; }

@media (max-width: 900px) {
	.gp-feed-page { padding: 16px; }
	.gp-feed-page-body { grid-template-columns: 1fr; }
	.gp-feed-card { grid-template-columns: 1fr; }
	.gp-feed-card-right { min-height: 220px; order: -1; }
}

.gp-feed-activity-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.gp-feed-activity-row {
	display: flex;
	align-items: center;
	gap: 10px;
	text-decoration: none;
	color: inherit;
}

.gp-feed-activity-avatar {
	position: relative;
	flex-shrink: 0;
}

.gp-feed-activity-avatar img {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	object-fit: cover;
	display: block;
}

.gp-feed-online-dot {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #22c55e;
	border: 2px solid #fff;
}

.gp-feed-activity-text {
	flex: 1;
	min-width: 0;
	font-size: 13px;
	line-height: 1.4;
	color: #4b5563;
}

.gp-feed-activity-text strong {
	font-weight: 600;
	color: #111827;
	margin-right: 4px;
}

.gp-feed-activity-time {
	display: block;
	font-size: 11px;
	color: #9ca3af;
	margin-top: 2px;
}

.gp-feed-activity-thumb {
	width: 40px;
	height: 40px;
	border-radius: 8px;
	object-fit: cover;
	flex-shrink: 0;
}

.gp-feed-activity-badge-img {
	border-radius: 8px;
	background: #fef3c7;
	object-fit: contain;
	padding: 4px;
}

.gp-feed-activity-icon {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: #f3f4f6;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #6b7280;
	flex-shrink: 0;
}

.gp-feed-activity-icon-like {
	background: #fee2e2;
	color: #ef4444;
}

.gp-feed-online-avatar-wrap {
	position: relative;
	flex-shrink: 0;
}
.gp-feed-online-avatar-wrap img { width: 36px; height: 36px; border-radius: 50%; display: block; }
.gp-feed-online-dot {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 10px;
	height: 10px;
	background: #2ECC71;
	border: 2px solid #fff;
	border-radius: 50%;
}
.gp-feed-online-text { display: flex; flex-direction: column; }
.gp-feed-online-name { font-size: 13.5px; font-weight: 600; color: #1A1A1A; }
.gp-feed-online-level { font-size: 12px; color: #888; }

.gp-feed-dot-green { background: #2ECC71 !important; }
.gp-feed-dot-red    { background: #E53935 !important; }

@media (max-width: 900px) {
	.gp-topbar-feed.gp-topbar {
		padding: 1rem 1.1rem !important;
	}
	.gp-topbar-feed .gp-topbar-mobile-logo {
		display: none !important;
	}
	.gp-topbar-feed .gp-topbar-welcome {
		width: auto !important;
	}
	.gp-topbar-feed .gp-topbar-welcome h1 {
		display: flex !important;
		align-items: center !important;
		gap: 8px !important;
		font-size: 1.05rem !important;
		font-weight: 700 !important;
		margin: 0 !important;
	}
	.gp-topbar-feed .gp-back-arrow {
		display: flex !important;
		align-items: center;
		justify-content: center;
		flex-shrink: 0;
	}
	.gp-topbar-feed .gp-topbar-welcome h1 .welcome-img {
		width: 20px !important;
	}
	.gp-topbar-feed .gp-topbar-welcome p,
	.gp-topbar-feed .gp-topbar-actions {
		display: none !important;
	}
}
@media (max-width: 900px) {
	html, body {
		overflow-x: hidden;
		max-width: 100vw;
	}

	.gp-feed-page,
	.gp-feed-page-body,
	.gp-feed-page-main {
		width: 100% !important;
		max-width: 100vw !important;
		box-sizing: border-box !important;
		overflow-x: hidden !important;
	}

	.gp-feed-toolbar {
		width: 100% !important;
		max-width: 100% !important;
		box-sizing: border-box !important;
		overflow: hidden !important;
		display: flex !important;
	}

	.gp-feed-tabs {
		flex: 1 1 0%;
		min-width: 0;
		flex-wrap: nowrap;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
	}
	.gp-feed-tabs::-webkit-scrollbar {
		display: none;
	}
	.gp-feed-tab {
		flex-shrink: 0;
	}

	.gp-feed-sort {
		display: none !important;
	}
}
@media (max-width: 900px) {
    .gp-feed-page { padding: 16px; }
    .gp-feed-page-body { grid-template-columns: 1fr; }
    .gp-feed-card { grid-template-columns: 1fr; }
    
    .gp-feed-card-right { 
        min-height: 160px !important; 
        max-height: 180px !important;
        order: -1; 
    }
    
    .gp-feed-card-right img,
    .gp-feed-card-right .gp-carousel {
        height: 160px !important;
        object-fit: cover !important;
    }
}
@media (max-width: 768px) {

    .gp-feed-card {
        display: grid;
        grid-template-columns: 1fr auto;
        grid-template-areas:
            "header   chip"
            "photo    photo"
            "viewrun  viewrun"
            "title    title"
            "notes    notes"
            "tag      tag"
            "footer   footer";
        row-gap: 6px;
    }

    .gp-feed-card-left,
    .gp-feed-card-right,
    .gp-feed-photo-wrap {
        display: contents;
    }

    .gp-feed-card-header {
        grid-area: header;
        align-self: center;
    }
    .gp-feed-header-right-overlay {
        grid-area: chip;
        display: flex;
        align-items: center;
        gap: -2px;
        justify-self: end;
        align-self: center;
    }
    .gp-feed-header-right-overlay .gp-feed-stage-chip {
        font-size: 10px;
        padding: 2px 6px;
        white-space: nowrap;
    }
    .gp-feed-header-right-overlay .growpost-menu-btn svg {
        width: 14px;
        height: 14px;
    }

    .gp-carousel {
        grid-area: photo;
        width: 100%;
        height: 200px;
        border-radius: 10px;
        overflow: hidden;
    }
    .gp-carousel-prev,
    .gp-carousel-next {
        top: 45% !important;
    }

    .gp-feed-view-run-below {
        grid-area: viewrun;
        justify-self: end;
    }

    .gp-feed-card {
        row-gap: 4px;  
    }

    .gp-feed-tag {
        justify-self: start;
        width: fit-content;
        display: inline-block;
    }

    .gp-carousel:empty,
    .gp-feed-view-run-below:empty {
        display: none;
    }

    .gp-feed-card-title-link { grid-area: title; }
    .gp-feed-card-notes      { grid-area: notes; }
    .gp-feed-tag             { grid-area: tag; }
    .gp-feed-card-footer     { grid-area: footer; }

}



















/* ================= NOTIFICATIONS PAGE ================= */

.gp-notif-page {
    max-width: 100% !important; 
    width: 100% !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    box-sizing: border-box;
}

/* ---- Toolbar ---- */
.gp-notif-toolbar {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 12px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 32px !important;
    padding-right: 32px !important;
    margin-left: -32px !important;
    margin-right: -32px !important;
    width: auto !important;
    border-radius: 18px;
    border-top: 1px solid #e5e7eb !important;
    border-bottom: none !important;
    margin-bottom: 16px;
    background: #ffffff !important;
    box-sizing: border-box !important;
}

.gp-notif-tabs {
    display: flex;
    align-items: center;
    gap: 12px; /* Tabs ke beech ka gap thoda badha diya hai */
    border-radius: 999px;
    padding: 6px;
    flex-shrink: 0;
}

.gp-notif-tab {
    border: none;
    box-shadow: none;
    background: transparent;
    padding: 3px 20px; /* Padding badha di hai taaki tabs ki width aur size bada ho jaye */
    border-radius: 999px;
    font-size: 15px; /* Font size bhi thoda bada kar diya hai */
    color: #555;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: background 0.2s ease, color 0.2s ease; /* Smooth transition ke liye */
}

/* Active aur Hover dono par same color aayega */
.gp-notif-tab-active,
.gp-notif-tab:hover {
    background: #0a3d2e !important;
    color: #fff !important;
}

/* Hover karne par count ka color bhi white ho jaye */
.gp-notif-tab:hover .gp-notif-tab-count {
    background: rgba(255,255,255,0.25) !important;
    color: #fff !important;
}

.gp-notif-tab-count {
    background: rgba(0,0,0,0.08);
    padding: 2px 8px;
    border-radius: 999px;
    font-size: 12px;
}

.gp-notif-tab-active .gp-notif-tab-count,
.gp-notif-tab:hover .gp-notif-tab-count {
    background: rgba(255,255,255,0.25);
    color: #fff;
}

/* Mark all as read ko force right end pe le jao */
.gp-notif-mark-read {
    margin-left: auto !important;
    order: 2 !important;
    white-space: nowrap;
    display: inline-flex !important;
    align-items: center;
    gap: 4px;
    color: #0a3d2e;
    font-size: 14px;
    text-decoration: none;
}

.gp-notif-tabs {
    order: 1 !important;
}
.gp-notif-mark-read:hover { color: #C8860A; }

/* ---- Grouped sections ---- */
.gp-notif-group {
	margin-bottom: 18px;
}
.gp-notif-group-label {
	font-size: 13px;
	font-weight: 700;
	color: #888;
	text-transform: uppercase;
	letter-spacing: .4px;
	margin: 0 0 8px 4px;
}

.gp-notif-list {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

/* ---- Row ---- */
.gp-notif-row {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	background: #fff;
	border: 1px solid #E5E9E5;
	border-radius: 14px;
	padding: 14px 16px;
	text-decoration: none;
	color: inherit;
	transition: box-shadow .15s, transform .15s;
}
.gp-notif-row:hover {
	box-shadow: 0 4px 14px rgba(0,0,0,0.06);
	transform: translateY(-1px);
}
.gp-notif-unread {
	background: #F8FBF8;
	border-color: #DCEBDC;
}

/* ---- Avatar / icon ---- */
.gp-notif-avatar-wrap {
	position: relative;
	flex-shrink: 0;
}
.gp-notif-avatar-wrap img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: block;
}
.gp-notif-icon-only {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.gp-notif-icon-red    { background: #FDEAEA; color: #E53935; }
.gp-notif-icon-blue   { background: #E3EEFB; color: #1E5AA8; }
.gp-notif-icon-gold   { background: #FBEBD0; color: #C8860A; }
.gp-notif-icon-green  { background: #E6F2E6; color: #1A3A1A; }
.gp-notif-icon-purple { background: #EFE6FB; color: #7B3FCF; }

.gp-notif-badge {
	position: absolute;
	bottom: -2px;
	right: -2px;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid #fff;
}
.gp-notif-badge-red    { background: #E53935; }
.gp-notif-badge-blue   { background: #1E5AA8; }
.gp-notif-badge-gold   { background: #C8860A; }
.gp-notif-badge-green  { background: #2E7D32; }
.gp-notif-badge-purple { background: #7B3FCF; }

/* ---- Text ---- */
.gp-notif-text {
	flex: 1;
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 2px;
}
.gp-notif-title {
	font-size: 14px;
	font-weight: 500;
	color: #1A1A1A;
	line-height: 1.4;
}
.gp-notif-sub {
	font-size: 13px;
	color: #888;
	line-height: 1.4;
}

/* ---- Meta (time + dot) ---- */
.gp-notif-meta {
	display: flex;
	align-items: center;
	gap: 8px;
	flex-shrink: 0;
	margin-top: 2px;
}
.gp-notif-time {
	font-size: 12px;
	color: #999;
	white-space: nowrap;
}
.gp-notif-dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #2ECC71;
	display: inline-block;
}
.gp-notif-dot-read {
	background: transparent;
}

/* ---- Mobile ---- */
@media (max-width: 900px) {
	.gp-notif-page { padding: 16px; }
	.gp-notif-toolbar {
		border-radius: 16px;
	}
	.gp-notif-tabs {
		flex-wrap: nowrap;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
	}
	.gp-notif-tabs::-webkit-scrollbar { display: none; }
	.gp-notif-tab { flex-shrink: 0; }
	.gp-notif-mark-read { display: none; }
	.gp-notif-row { padding: 12px; gap: 10px; }
	.gp-notif-sub { display: none; }
}







.gp-online-page {
	max-width: 1100px;
	width: 100%;
	margin: 0 auto;
	padding: 16px;
	background: #fff;
	border-radius: 14px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.06);
}

.gp-online-page {
	padding: 20px 24px;
}

.gp-online-toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: nowrap;
	gap: 10px;
	padding-bottom: 14px;
	border-bottom: 1px solid #eee;
	margin-bottom: 16px;
}

.gp-online-title {
	font-size: 13px !important;
	font-weight: 600 !important;
	font-style: normal !important;
	line-height: 1.4 !important;
	margin: 0 !important;
	padding: 0 !important;
	text-transform: capitalize !important;
	color: #111 !important;
	flex-shrink: 0 !important;
}

.gp-online-count {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 13px;
	color: #16a34a;
	font-weight: 500;
	flex-shrink: 0;
	white-space: nowrap;
}

.gp-online-count-dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #16a34a;
	display: inline-block;
	flex-shrink: 0;
	animation: gp-pulse 1.6s infinite;
}

.gp-online-group {
	margin-bottom: 20px;
}

.gp-online-group-label {
	font-size: 12px;
	font-weight: 700;
	color: #999;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	margin: 0 0 10px 4px;
}

.gp-online-list {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.gp-online-row {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 12px 14px;
	border-radius: 12px;
	background: #fbfbfc;            
	border: 1px solid #eef0f2;       
	text-decoration: none;
	color: inherit;
	transition: background 0.15s ease, border-color 0.15s ease;
}

.gp-online-row:hover {
	background: #f5f6f7;
	border-color: #e2e5e8;
}

.gp-online-avatar-wrap {
	position: relative;
	flex-shrink: 0;
}

.gp-online-avatar-wrap img {
	border-radius: 50%;
	width: 44px;
	height: 44px;
	object-fit: cover;
	background: #f0f0f0;
}

.gp-online-dot-live {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #16a34a;
	border: 2px solid #fff;
}

.gp-online-text {
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.gp-online-name {
	font-size: 14.5px;
	font-weight: 700;
	color: #111;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.gp-online-status {
	font-size: 12.5px;
	color: #888;
	margin-top: 1px;
}

@keyframes gp-pulse {
	0%, 100% { opacity: 1; }
	50% { opacity: 0.35; }
}



@media (max-width: 900px) {
	.gp-topbar-notifications.gp-topbar {
		padding: 1rem 1.1rem !important;
	}
	.gp-topbar-notifications .gp-topbar-mobile-logo {
		display: none !important;
	}
	.gp-topbar-notifications .gp-topbar-welcome {
		width: auto !important;
	}
	.gp-topbar-notifications .gp-topbar-welcome h1 {
		display: flex !important;
		align-items: center !important;
		gap: 8px !important;
		font-size: 1.05rem !important;
		font-weight: 700 !important;
		margin: 0 !important;
	}
	.gp-topbar-notifications .gp-back-arrow {
		display: flex !important;
		align-items: center;
		justify-content: center;
		flex-shrink: 0;
	}
	.gp-topbar-notifications .gp-topbar-welcome h1 .welcome-img {
		width: 20px !important;
	}
	.gp-topbar-notifications .gp-topbar-welcome p,
	.gp-topbar-notifications .gp-topbar-actions {
		display: none !important;
	}
}








/* =========================================
   MOBILE: FIX GROWPOST PHOTO FULL WIDTH
   ========================================= */
@media (max-width: 767px) {

    /* Photo link must take complete card width */
    .gp-explore-feed-list .gp-feed-card-photos-link,
    .gp-explore-feed-grid .gp-feed-card-photos-link {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        grid-column: 1 / -1 !important;
        display: block !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        box-sizing: border-box !important;
    }

    /* Fixed photo wrapper */
    .gp-fixed-photo-layout {
        display: flex !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        height: 220px !important;
        min-height: 220px !important;
        max-height: 220px !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
        margin: 0 !important;
        padding: 6px !important;
        gap: 4px !important;
    }

    /* Main image */
    .gp-fixed-photo-main {
        flex: 1 1 60% !important;
        width: auto !important;
        min-width: 0 !important;
        max-width: none !important;
        height: 100% !important;
        overflow: hidden !important;
    }

    /* Right side images */
    .gp-fixed-photo-side {
        flex: 1 1 40% !important;
        width: auto !important;
        min-width: 0 !important;
        max-width: none !important;
        height: 100% !important;
        overflow: hidden !important;
    }

    /* Images */
    .gp-fixed-photo-layout img {
        display: block !important;
        width: 100% !important;
        max-width: none !important;
        height: 100% !important;
        object-fit: cover !important;
    }
}
/* Hide Stage icons on mobile */
@media (max-width: 767px) {
    .gp-filter-group .gp-stage-icon {
        display: none !important;
    }
}



.gp-settings-page {
  padding: 24px 28px 48px;
  max-width: 1240px;
}

.gp-settings-header {
  margin-bottom: 18px;
}

.gp-settings-header h1 {
  font-size: 24px;
  font-weight: 800;
  margin: 0 0 4px;
  color: #16241a;
}

.gp-settings-header p {
  font-size: 13.5px;
  color: #8d8d85;
  margin: 0;
}

.gp-settings-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

@media (max-width: 1100px) {
  .gp-settings-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 720px) {
  .gp-settings-grid {
    grid-template-columns: 1fr;
  }
  .gp-settings-page {
    padding: 16px 14px 40px;
  }
}

.gp-card {
  background: #fff;
  border: 1px solid #ecece6;
  border-radius: 14px;
  padding: 16px 18px;
}

.gp-card-head {
  display: flex;
  align-items: center;
  gap: 6px;
  padding-bottom: 8px;
  margin-bottom: 2px;
  border-bottom: 1px solid #f2f2ed;
}

.gp-card-head h3 {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  color: #16241a;
}
.gp-card-ico {
  width: 25px !important;
  height: 25px !important;
  flex-shrink: 0;
  object-fit: cover !important;
  filter: none !important;
  opacity: 1 !important;
}

.gp-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  padding: 9px 0;
  border-bottom: 1px solid #f4f4f0;
}

.gp-row:last-child {
  border-bottom: none;
  padding-bottom: 2px;
}

.gp-row-static {
  flex-direction: column;
  align-items: flex-start;
  gap: 1px !important;
}

.gp-row-static p {
  margin: 0 !important;
}

.gp-row-split {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.gp-row-wrap {
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.gp-row-provider {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}

.gp-row-label {
  font-size: 13px !important;
  font-weight: 600 !important;
  color: #1c1c1a !important;
  margin: 0 !important;
  line-height: 1.3 !important;
}

.gp-row-value {
  font-size: 12px !important;
  font-weight: 500 !important;
  color: #888880 !important;
  margin: 1px 0 0 0 !important;
  line-height: 1.3 !important;
}
.gp-row-hint {
  font-size: 11.5px;
  color: #a2a29a;
  margin: 2px 0 0;
}

.gp-link-btn {
  font-size: 12px;
  color: #2b2b28;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  background: #ffffff;
  border: 1px solid #dcdcd4;
  padding: 6px 16px;
  border-radius: 7px;
  margin-top: 4px;
  display: inline-block;
  text-align: center;
  transition: all 0.2s ease;
}

.gp-link-btn:hover {
  background: #eef8f2;
  border-color: #1e9e63;
  color: #1e9e63;
}

.gp-link-muted {
  background: transparent;
  color: #b0b0a8;
  padding: 5px 0 5px 8px;
}

.gp-status-pill {
  font-size: 12px;
  color: #1e9e63;
  font-weight: 700;
}

.gp-status-connected {
  font-size: 12px;
  color: #1e9e63;
  font-weight: 700;
}

.gp-connected-wrap {
  display: flex;
  align-items: center;
}

.gp-btn-pill {
  font-size: 12px;
  font-weight: 700;
  color: #1e9e63;
  background: #eef8f2;
  padding: 5px 12px;
  border-radius: 20px;
  text-decoration: none;
}

.gp-btn-pill:hover {
  background: linear-gradient(180deg, #FFD54A 0%, #FBBF24 35%, #F59E0B 70%, #E67E00 100%) !important;
}

.gp-chevron {
  color: #c4c4bc;
  font-size: 18px;
}

.gp-xp-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  background: transparent;
  color: #888880;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
}

.gp-badge-img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.gp-provider-dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  flex-shrink: 0;
}

.gp-provider-google {
  background: #ea4335;
}

.gp-provider-apple {
  background: #111;
}

.gp-provider-facebook {
  background: #1877f2;
}

.gp-toggle {
  position: relative;
  display: inline-block;
  width: 38px;
  height: 21px;
  flex-shrink: 0;
  margin-top: 2px;
}

.gp-toggle input {
  opacity: 0;
  width: 0;
  height: 0;
}

.gp-toggle-track {
  position: absolute;
  inset: 0;
  background: #dcdcd4;
  border-radius: 22px;
  transition: background .18s ease;
  cursor: pointer;
}

.gp-toggle-track:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  left: 3px;
  top: 3px;
  background: #fff;
  border-radius: 50%;
  transition: transform .18s ease;
  box-shadow: 0 1px 2px rgba(0,0,0,.18);
}

.gp-toggle input:checked + .gp-toggle-track {
  background: #1e9e63;
}

.gp-toggle input:checked + .gp-toggle-track:before {
  transform: translateX(17px);
}

.gp-card-sub {
  font-size: 12px;
  color: #888880;
  margin: 6px 0 10px;
}

.gp-radio-group {
  display: flex;
  flex-direction: column;
  gap: 9px;
  padding: 12px;
  border: 1px solid #e6e6df;
  border-radius: 10px;
  margin-bottom: 12px;
}

.gp-radio {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  cursor: pointer;
}

.gp-radio input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.gp-radio-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1.5px solid #cfcfc7;
  flex-shrink: 0;
  margin-top: 6px;
  position: relative;
}

.gp-radio input:checked + .gp-radio-dot {
  border-color: #1e9e63;
}

.gp-radio input:checked + .gp-radio-dot:after {
  content: "";
  position: absolute;
  inset: 2.5px;
  background: #1e9e63;
  border-radius: 50%;
}

.gp-radio-text {
  font-size: 13px;
  font-weight: 600;
  color: #2b2b28;
  display: flex;
  flex-direction: column;
}
.gp-radio-text em {
  font-style: normal;
  font-size: 12px;
  color: #888880;
  font-weight: 400;
  margin-top: -5px;
}

.gp-select {
  font-size: 12px;
  background: #f7f7f3;
  border: 1px solid #e6e6df;
  border-radius: 8px;
  padding: 6px 10px;
  color: #2b2b28;
}

.gp-select-block {
  width: 100%;
  margin-top: 4px;
}

.gp-swatches {
  display: flex;
  gap: 9px;
}

.gp-swatch {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 2px solid transparent;
  cursor: pointer;
  padding: 0;
  position: relative;
}

.gp-swatch-active {
  box-shadow: 0 0 0 2px #fff inset, 0 0 0 2px currentColor;
}

.gp-swatch-active:after {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 1.5px #16241a;
}

.gp-settings-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 20px;
}

.gp-btn-save {
  display: flex;
  align-items: center;
  gap: 7px;
  background: linear-gradient(180deg, #FFD54A 0%, #FBBF24 35%, #F59E0B 70%, #E67E00 100%) !important;
  color: #1A3A1A !important;
  border: none;
  font-weight: 800;
  font-size: 13px;
  padding: 10px 20px;
  border-radius: 10px;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.gp-btn-save:hover {
  transform: translateY(-2px);
}

.gp-btn-pill:hover {
  transform: translateY(-2px);
}
.gp-btn-save:disabled {
  opacity: .7;
  cursor: default;
}

button.gp-btn-reset,
button.gp-btn-reset:hover,
button.gp-btn-reset:focus,
button.gp-btn-reset:active,
button.gp-btn-reset:visited {
  all: unset;
  display: flex !important;
  align-items: center;
  gap: 6px;
  color: #1e9e63 !important;
  font-weight: 700;
  font-size: 13px;
  cursor: pointer;
  background: none !important;
}

.gp-toast {
  font-size: 12.5px;
  color: #1e9e63;
  font-weight: 700;
  opacity: 0;
  transition: opacity .25s ease;
}

.gp-toast.gp-toast-show {
  opacity: 1;
}

.gp-visibility-row .gp-row-label {
  font-size: 13px;
  font-weight: 600;
  color: #3b3b38;
  margin: 2px 0 0 0;
}

.gp-visibility-row .gp-row-hint {
  font-size: 11.5px;
  color: #888880;
  margin: 1px 0 0;
}
/* Dark mode */
.gp-dark-mode .gp-settings-page{background:#12241a;}
.gp-dark-mode .gp-settings-header h1{color:#f2f2ed;}
.gp-dark-mode .gp-settings-header p{color:#8d8d85;}
.gp-dark-mode .gp-card{background:#1a2e22;border-color:#25392c;}
.gp-dark-mode .gp-card-head{border-bottom-color:#25392c;}
.gp-dark-mode .gp-card-head h3{color:#f2f2ed;}
.gp-dark-mode .gp-row{border-bottom-color:#25392c;}
.gp-dark-mode .gp-row-label{color:#f2f2ed;}
.gp-dark-mode .gp-row-value{color:#9a9a92;}
.gp-dark-mode .gp-row-hint{color:#9a9a92;}
.gp-dark-mode .gp-card-sub{color:#9a9a92;}
.gp-dark-mode .gp-select{background:#12241a;border-color:#2f4536;color:#f2f2ed;}
.gp-dark-mode .gp-link-btn{background:#12241a;border-color:#2f4536;color:#f2f2ed;}
.gp-dark-mode .gp-radio-group{border-color:#2f4536;}
.gp-dark-mode .gp-radio-text{color:#f2f2ed;}
.gp-dark-mode .gp-radio-text em{color:#9a9a92;}




@media (max-width: 900px) {
	.gp-topbar-feed.gp-topbar,
	.gp-topbar-badges.gp-topbar,
	.gp-topbar-settings.gp-topbar {
		padding: 1rem 1.1rem !important;
	}
	.gp-topbar-feed .gp-topbar-mobile-logo,
	.gp-topbar-badges .gp-topbar-mobile-logo,
	.gp-topbar-settings .gp-topbar-mobile-logo {
		display: none !important;
	}
	.gp-topbar-feed .gp-topbar-welcome,
	.gp-topbar-badges .gp-topbar-welcome,
	.gp-topbar-settings .gp-topbar-welcome {
		width: auto !important;
	}
	.gp-topbar-feed .gp-topbar-welcome h1,
	.gp-topbar-badges .gp-topbar-welcome h1,
	.gp-topbar-settings .gp-topbar-welcome h1 {
		display: flex !important;
		align-items: center !important;
		gap: 8px !important;
		font-size: 1.05rem !important;
		font-weight: 700 !important;
		margin: 0 !important;
	}
	.gp-topbar-feed .gp-back-arrow,
	.gp-topbar-badges .gp-back-arrow,
	.gp-topbar-settings .gp-back-arrow {
		display: flex !important;
		align-items: center;
		justify-content: center;
		flex-shrink: 0;
	}
	.gp-topbar-feed .gp-topbar-welcome h1 .welcome-img,
	.gp-topbar-badges .gp-topbar-welcome h1 .welcome-img,
	.gp-topbar-settings .gp-topbar-welcome h1 .welcome-img {
		width: 20px !important;
	}
	.gp-topbar-feed .gp-topbar-welcome p,
	.gp-topbar-feed .gp-topbar-actions,
	.gp-topbar-badges .gp-topbar-welcome p,
	.gp-topbar-badges .gp-topbar-actions,
	.gp-topbar-settings .gp-topbar-welcome p,
	.gp-topbar-settings .gp-topbar-actions {
		display: none !important;
	}
}
@media (max-width: 768px) {
    .gp-stats-row { 
        display: grid !important; 
        grid-template-columns: repeat(2, 1fr) !important; 
        gap: 8px !important; 
        margin-bottom: 16px !important; 
    }
    .gp-stat-card { 
        padding: 8px 10px !important; 
        gap: 8px !important; 
    }
    .gp-stat-icon-img { 
        width: 50px !important; 
        height: 50px !important; 
        margin-left: 0 !important; 
    }
    .gp-stat-icon-wrap { 
        width: 32px !important; 
        height: 32px !important; 
    }
    .gp-stat-number { 
        font-size: 0.85rem !important; 
    }
    .gp-stat-label { 
        font-size: 0.65rem !important; 
        margin-top: 2px !important; 
    }
    .gp-stat-sub { 
        font-size: 0.5rem !important; 
    }
}
@media (max-width: 768px) {
    .gp-badges-body {
        display: flex !important;
        flex-direction: column !important;
    }
    
    .gp-cat-section-mobile {
        order: -1 !important;
        width: 100% !important;
        background: #fff !important;
        border: 1px solid #EDEDED !important;
        border-radius: 14px !important;
        padding: 16px !important;
        margin-bottom: 16px !important;
        box-sizing: border-box !important;
    }

    .gp-cat-sidebar-heading {
        font-size: 0.92rem !important;
        font-weight: 700 !important;
        color: #1A1A1A !important;
        margin-bottom: 12px !important;
    }

    .gp-cat-sidebar {
        display: flex !important;
        flex-direction: row !important;
        overflow-x: auto !important;
        gap: 8px !important;
        padding-bottom: 4px !important;
        scrollbar-width: none;
        -ms-overflow-style: none;
        background: transparent !important;
        border: none !important;
        flex-wrap: nowrap !important;
        width: 100% !important;
    }
    .gp-cat-sidebar::-webkit-scrollbar {
        display: none;
    }

    .gp-cat-item {
        flex: 0 0 80px !important;
        width: 80px !important;
        height: 90px !important;
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
        padding: 6px !important;
        border: 1px solid #EDEDED !important;
        border-radius: 10px !important;
        background: #fff !important;
        box-sizing: border-box !important;
    }
    .gp-cat-item-left {
        flex-direction: column !important;
        gap: 3px !important;
        align-items: center !important;
    }
    .gp-cat-item-left img {
        width: 20px !important;
        height: 20px !important;
    }
    .gp-cat-item-left span {
        font-size: 0.58rem !important;
        text-align: center !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        width: 100% !important;
    }
    .gp-cat-count {
        font-size: 0.5rem !important;
        padding: 1px 4px !important;
    }
}

@media (min-width: 769px) {
    .gp-cat-section-mobile {
        position: relative !important;
        padding-top: 45px !important;
        background: #fff !important;
        border: 1px solid #EDEDED !important;
        border-radius: 14px !important;
        box-sizing: border-box !important;
    }

    .gp-cat-section-mobile .gp-cat-sidebar-heading {
        position: absolute !important;
        top: 14px !important;
        left: 16px !important;
        right: 16px !important;
        margin: 0 !important;
        font-size: 0.92rem !important;
        font-weight: 700 !important;
        color: #1A1A1A !important;
    }
}

@media (max-width: 768px) {
    .gp-section-box .gp-badge-grid {
        display: flex !important;
        flex-direction: row !important;
        overflow-x: auto !important;
        gap: 10px !important;
        padding-bottom: 8px !important;
        scrollbar-width: none;
        -ms-overflow-style: none;
        flex-wrap: nowrap !important;
        width: 100% !important;
    }
    .gp-section-box .gp-badge-grid::-webkit-scrollbar {
        display: none;
    }

    .gp-section-box .gp-badge-card {
        flex: 0 0 120px !important;
        width: 120px !important;
        padding: 10px 6px !important;
        box-sizing: border-box !important;
    }

    .gp-section-box .gp-badge-icon {
        width: 65px !important;
        height: 65px !important;
        margin-bottom: 6px !important;
    }

    .gp-section-box .gp-badge-title {
        font-size: 0.68rem !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
    }
    .gp-section-box .gp-badge-meta {
        font-size: 0.58rem !important;
    }
    .gp-section-box .gp-badge-rarity {
        font-size: 0.5rem !important;
        padding: 1px 5px !important;
    }
}

.gp-provider-img{width:28px;height:28px;object-fit:contain;flex-shrink:0;}

/* Mobile accordion list — Account, Notifications, etc. become tap-to-expand rows */

.gp-card-mobile-sub{display:none;}
.gp-card-chevron{display:none;}
 
@media (max-width: 720px) {
  .gp-card{padding:14px 16px;}
  .gp-card-head{
    display:flex;
    align-items:center;
    gap:12px;
    cursor:pointer;
    padding-bottom:0;
    margin-bottom:0;
    border-bottom:none;
  }
  .gp-card-head h3{font-size:15px;}
  .gp-card-ico{width:22px !important;height:22px !important;}
  .gp-card-head-text{display:block;flex:1;min-width:0;}
  .gp-card-mobile-sub{
    display:block;
    font-size:12px;
    color:#9a9a92;
    margin:2px 0 0;
  }
  .gp-card-chevron{
    display:block;
    font-size:22px;
    color:#c4c4bc;
    transition:transform 0.2s ease;
    flex-shrink:0;
  }
  .gp-card.gp-card-open .gp-card-chevron{
    transform:rotate(90deg);
  }
 
  /* Collapse all the card's inner content by default on mobile */
  .gp-card > *:not(.gp-card-head){
    display:none;
  }
  .gp-card.gp-card-open{
    padding-bottom:16px;
  }
  .gp-card.gp-card-open .gp-card-head{
    padding-bottom:8px;
    margin-bottom:8px;
    border-bottom:1px solid #f2f2ed;
  }
  .gp-card.gp-card-open > *:not(.gp-card-head){
    display:block;
  }
}


@media (max-width: 720px) {
  .gp-settings-actions {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }
  #gp-reset-settings {
    order: 1;
    justify-content: center;
  }
  #gp-btn-save,
  .gp-btn-save {
    order: 2;
    justify-content: center;
    width: 100%;
  }
  #gp-settings-toast {
    order: 3;
    text-align: center;
  }
}

@media (max-width: 900px) {
	.gp-topbar-aireport.gp-topbar,
	.gp-topbar-profile.gp-topbar {
		padding: 1rem 1.1rem !important;
	}
	.gp-topbar-aireport .gp-topbar-mobile-logo,
	.gp-topbar-profile .gp-topbar-mobile-logo {
		display: none !important;
	}
	.gp-topbar-aireport .gp-topbar-welcome,
	.gp-topbar-profile .gp-topbar-welcome {
		width: auto !important;
	}
	.gp-topbar-aireport .gp-topbar-welcome h1,
	.gp-topbar-profile .gp-topbar-welcome h1 {
		display: flex !important;
		align-items: center !important;
		gap: 8px !important;
		font-size: 1.05rem !important;
		font-weight: 700 !important;
		margin: 0 !important;
	}
	.gp-topbar-aireport .gp-back-arrow,
	.gp-topbar-profile .gp-back-arrow {
		display: flex !important;
		align-items: center;
		justify-content: center;
		flex-shrink: 0;
	}
	.gp-topbar-aireport .gp-topbar-welcome h1 .welcome-img,
	.gp-topbar-profile .gp-topbar-welcome h1 .welcome-img {
		width: 20px !important;
	}
	.gp-topbar-aireport .gp-topbar-welcome p,
	.gp-topbar-aireport .gp-topbar-actions,
	.gp-topbar-profile .gp-topbar-welcome p,
	.gp-topbar-profile .gp-topbar-actions {
		display: none !important;
	}
}