.angie-obituary-template-wrapper-6d04c4ee {
	max-width: 900px;
	margin: 40px auto;
	padding: 40px;
	background-color: #121212;
	color: #e0e0e0;
	border-radius: 12px;
	box-shadow: 0 10px 30px rgba(0,0,0,0.5);
	border: 1px solid #333;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.angie-obituary-header {
	text-align: center;
	margin-bottom: 40px;
	border-bottom: 1px solid #333;
	padding-bottom: 20px;
}

.angie-obituary-title {
	font-size: 2.8rem;
	color: #bb86fc;
	margin-bottom: 20px;
	font-weight: bold;
}

.text-center { text-align: center; }

.angie-obituary-photo {
	margin: 0 auto 30px;
	max-width: 500px;
}

.angie-obituary-photo img {
	width: 100%;
	height: auto;
	border-radius: 12px;
	box-shadow: 0 5px 15px rgba(0,0,0,0.5);
	border: 2px solid #333;
}

.angie-obituary-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 20px;
	margin: 30px 0;
	background: #1e1e1e;
	padding: 25px;
	border-radius: 8px;
	border: 1px solid #333;
}

.info-item {
	text-align: center;
	font-size: 1.1rem;
	color: #ccc;
}

.info-item strong {
	color: #bb86fc;
	display: block;
	margin-bottom: 5px;
	text-transform: uppercase;
	font-size: 0.9rem;
	letter-spacing: 1px;
}

.section-block {
	background: #1e1e1e;
	padding: 30px;
	border-radius: 8px;
	margin-bottom: 30px;
	border: 1px solid #333;
}

.section-block h2 {
	color: #bb86fc;
	font-size: 1.5rem;
	margin-top: 0;
	margin-bottom: 20px;
	border-bottom: 1px solid #333;
	padding-bottom: 10px;
}

.content-text {
	line-height: 1.8;
	color: #ccc;
	font-size: 1.1rem;
}

.stream-btn {
	display: inline-block;
	background-color: #bb86fc;
	color: #121212;
	padding: 12px 25px;
	text-decoration: none;
	border-radius: 6px;
	font-weight: bold;
	margin: 10px;
	transition: background-color 0.3s ease;
}

.stream-btn:hover {
	background-color: #a35bfa;
	color: #121212;
}

.contact-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 20px;
}

.contact-card {
	background: #2a2a2a;
	padding: 20px;
	border-radius: 6px;
	border-left: 4px solid #bb86fc;
}

.contact-card a {
	color: #64b5f6;
	text-decoration: none;
}

.contact-card a:hover {
	text-decoration: underline;
}

.angie-obituary-footer {
	margin-top: 50px;
	padding-bottom: 30px;
	border-bottom: 1px solid #333;
	text-align: center;
    margin-bottom: 30px;
}

.angie-obituary-back-link {
	display: inline-block;
	color: #bb86fc;
	text-decoration: none;
	font-weight: 600;
	font-size: 1.1rem;
	transition: color 0.2s;
}

.angie-obituary-back-link:hover {
	color: #a35bfa;
	text-decoration: underline;
}

.angie-obituary-tribute {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 2px dashed #444;
}

/* Tribute Form Styles */
.angie-tribute-form-container {
    background: #2a2a2a;
    padding: 25px;
    border-radius: 8px;
    margin-bottom: 30px;
}

.angie-tribute-form-container h3 {
    margin-top: 0;
    color: #bb86fc;
    font-size: 1.3rem;
    margin-bottom: 20px;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    color: #ccc;
    font-weight: bold;
}

.form-group input[type="text"],
.form-group textarea {
    width: 100%;
    padding: 12px;
    background: #121212;
    border: 1px solid #444;
    color: #fff;
    border-radius: 4px;
    font-family: inherit;
    box-sizing: border-box;
}

.form-group input[type="text"]:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #bb86fc;
}

.submit-tribute-btn {
    background-color: #bb86fc;
    color: #121212;
    border: none;
    padding: 12px 25px;
    border-radius: 6px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s;
    font-size: 1rem;
}

.submit-tribute-btn:hover {
    background-color: #a35bfa;
}

.form-message {
    margin-top: 15px;
    padding: 10px;
    border-radius: 4px;
    display: none;
}

.form-message.success {
    display: block;
    background: rgba(76, 175, 80, 0.2);
    color: #4caf50;
    border: 1px solid #4caf50;
}

.form-message.error {
    display: block;
    background: rgba(244, 67, 54, 0.2);
    color: #f44336;
    border: 1px solid #f44336;
}

.tributes-list {
    margin-top: 30px;
}

.tribute-item {
    background: #2a2a2a;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 15px;
    border-left: 4px solid #bb86fc;
}

.tribute-item strong {
    color: #bb86fc;
    font-size: 1.1rem;
    display: block;
    margin-bottom: 10px;
}

.tribute-item p {
    margin: 0 0 10px 0;
    line-height: 1.6;
}

.tribute-item small {
    color: #888;
}

.no-tributes {
    color: #888;
    font-style: italic;
    text-align: center;
    padding: 20px;
}

/* Pending Comments Shortcode Styles */
.angie-obituary-pending-comments-6d04c4ee {
    background: #1e1e1e;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #333;
    margin-bottom: 20px;
}

.angie-obituary-pending-comments-6d04c4ee h3 {
    color: #bb86fc;
    margin-top: 0;
    border-bottom: 1px solid #333;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.pending-tribute-item {
    background: #2a2a2a;
    padding: 15px;
    border-radius: 6px;
    margin-bottom: 15px;
    border-left: 4px solid #f39c12; /* Orange for pending */
}

.tribute-meta {
    font-size: 0.9rem;
    color: #ccc;
    margin-bottom: 10px;
}

.tribute-meta a {
    color: #64b5f6;
    text-decoration: none;
}

.tribute-meta a:hover {
    text-decoration: underline;
}

.tribute-content {
    background: #121212;
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 15px;
    font-style: italic;
}

.tribute-actions {
    display: flex;
    gap: 10px;
}

.approve-tribute-btn, .reject-tribute-btn {
    padding: 8px 15px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
    color: #fff;
    transition: opacity 0.3s;
}

.approve-tribute-btn {
    background-color: #27ae60;
}

.approve-tribute-btn:hover {
    opacity: 0.8;
}

.reject-tribute-btn {
    background-color: #e74c3c;
}

.reject-tribute-btn:hover {
    opacity: 0.8;
}
