

/* -------------------------------------------------- */
/* =======================================
	Huon POSTS
	------- */
.huon-posts {
    display: flex;
    flex-direction: column;
	text-align: left;
    max-width: 800px;
/*    padding: 20px;*/
	/*background: radial-gradient(circle at top left, rgba(156, 121, 179, 0.2), transparent 50%),
				radial-gradient(circle at top right, rgba(126, 127, 211, 0.2), transparent 50%),
				radial-gradient(circle at bottom left, rgba(179, 52, 77, 0.2), transparent 50%),
				radial-gradient(circle at bottom right, rgba(68, 64, 103, 0.2), transparent 50%);*/
    border-radius: var(--border-radius-lg);
/*    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);*/
	gap: var(--section-gap);
/*    margin: 20px auto;*/
    padding: 0;
    margin: 0;
    margin-top: 2em;
}

.huon-posts h1,
.huon-posts h2,
.huon-posts h3,
.huon-posts h4
{
/*    text-align: center;*/
    font-size: 2rem;
    margin-top: 30px;
    margin-bottom: 0.33em;
    font-weight: 600;
}

.huon-posts h1 {
    font-size: 2rem;
    margin-top: 50px;
}

.huon-posts h2 {
    font-size: 1.5rem;
    margin-top: 1.0em;
/*	margin-top: 0;*/
}

.huon-posts h3 {
    font-size: 1.4rem;
    margin-top: 1.0em;
}

.huon-posts h4 {
    font-size: 1.2rem;
    margin-top: 1.0em;
}

.huon-posts p {
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
	/*margin-top: 0;
	margin-bottom: 1rem;*/
}

.huon-posts strong {
    font-weight: 600 !important;
}

/*.huon-posts h1:first-of-type,*/
.huon-posts h1:first-child,
.huon-posts h2:first-child,
.huon-posts h3:first-child,
.huon-posts h4:first-child,
.huon-posts h5:first-child,
.huon-posts p:first-child
{
    padding-top: 0;
    margin-top: 0;
}

/* =======================================
	Huon POST
	------- */
.huon-post {
/*	padding: 60px 50px 50px 50px;*/
    /* Background properties */
/*    background: rgba(255, 255, 255, 0.1);*/
/*    border: 1px solid rgba(68, 64, 103, 0.2);*/
/*    border-radius: var(--border-radius-md);*/
/*    padding: 15px 20px;*/
/*    margin-bottom: 15px;*/
/*    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);*/
/*    transition: transform 0.2s, box-shadow 0.2s;*/
}

@media (max-width: 768px) {
	.huon-post {
/*	    padding: 30px 20px 20px 20px;*/
	}
}

/* =======================================
	Huon Science
	------- */

.huon-post:not(:first-child) {
/*	padding-top: 60px;*/
/*	border-top: 5px solid rgba(68, 64, 103, 0.4);*/
/*    transform: scale(1.02);*/
/*    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);*/
}
.huon-post:not(:last-child) {
/*	padding-bottom: 30px;*/
}
.huon-post:hover {
/*    transform: scale(1.02);*/
/*    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);*/
}

.science-title {
    font-size: 1.5rem;
/*    color: rgba(143, 245, 217, 1.0);*/
    margin: 0 0 10px;
}

.science-date {
    display: block;
    font-size: var(--font-size-sm-1);
    color: #666;
    margin-bottom: 10px;
}

.post-content {
   /* font-size: 1rem;
    color: #444;
    margin: 0 0 15px;*/
}



/* =======================================
	Image Container
	------- */
.huon-posts .block
{
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.2);
	padding: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
    border-radius: var(--border-radius-md);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
.huon-posts .block h3,
.huon-posts .block p
{
	margin: 0;
	margin-left: 5px;
	padding: 0;
/*	padding: 5px 5px 0px 5px;*/
    margin-block-start: 0em !important;
    margin-block-end: 0em !important;
    font-size: var(--font-size-sm-2);
    color: #666;
}
.huon-posts .block p:not(:last-child)
{
	padding-bottom: 5px;
}
.huon-posts .block h3.title,
.huon-posts .block p.title
{
    font-weight: 600;
    line-height: 1.2em;
	padding-bottom: 10px;
}
.huon-posts .block p.title.audio-title
{
	margin-left: 0px;
	padding-bottom: 10px;
}
.huon-posts .block p.title.image-title
{
	padding-top: 5px;
}
.huon-posts .block p.caption
{
    margin-bottom: 5px;
}
.huon-posts .block p.description
{
}

.huon-post .image-block
{
}

.huon-post .image-block p
{
}

.huon-post .audio-block p
{
}

.huon-post .image-title,
.huon-post .audio-title
{
	margin: 0;
	padding: 0px 0px 5px 0px;
    margin-block-start: 0em !important;
    margin-block-end: 0.5em !important;
/*	color: rgba(1, 1, 2, 0.5);*/
    font-size: var(--font-size-sm-2);
    color: #666;
/*    font-weight: 600;*/
}

.huon-post .image-caption,
.huon-post .audio-caption
{
	margin: 0;
	padding: 5px 5px 0px 5px;
    margin-block-start: 0em !important;
    margin-block-end: 0em !important;
/*	color: rgba(1, 1, 2, 0.5);*/
    font-size: var(--font-size-sm-2);
    color: #666;
/*    font-weight: 600;*/
}

.huon-post .image-description,
.huon-post .audio-description
{
	margin: 0;
	padding: 5px 5px 0px 5px;
    margin-block-start: 0em !important;
    margin-block-end: 0em !important;
/*	color: rgba(1, 1, 2, 0.5);*/
    font-size: var(--font-size-sm-2);
    color: #666;
}




.huon-post .audio-block p:first-child,
.huon-post .image-block p:first-child
{
    margin-block-start: 0em !important;
}

.huon-post .audio-block p:last-child,
.huon-post .image-block p:last-child
{
    margin-block-end: 0em !important;
}

.huon-post .image-title,
.huon-post .audio-title
{
}
.huon-post img
{
    border-radius: var(--border-radius-md);
}
.huon-post audio
{
    width: 100%;
    height: 54px;
}

.science-link {
	display: inline-block;
    padding: 10px 10px;
    font-weight: 500;
    /* color: white; */
    text-decoration: none;
    border-radius: var(--border-radius-lg);
    background: radial-gradient(circle at top left, rgba(143, 245, 217, 0.9), transparent 50%), radial-gradient(circle at top right, rgba(159, 255, 191, 0.9), transparent 50%), radial-gradient(circle at bottom left, rgba(226, 255, 255, 0.9), transparent 50%), radial-gradient(circle at bottom right, rgba(143, 245, 217, 0.9), transparent 50%);
    background-size: 400% 400%;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
    border: none;
    cursor: pointer;
    text-align: center;
    animation: gradient-shift 3s infinite;


    display: inline-block;
/*    color: #fff;*/
    background: rgba(143, 245, 217, 1.0);
    padding: 10px 15px;
    border-radius: var(--border-radius-md);
    text-decoration: none;
    font-size: 0.9rem;
/*    font-weight: bold;*/
    transition: background 0.1s;
}

.science-link:hover {
    background: rgba(159, 255, 191, 0.9);
}

/* Sources */


.post-sources {
	display: flex;
	flex-direction: column;
	gap: 10px;
/*    background: rgba(255, 255, 255, 0.05);*/
    border: 1px solid rgba(255, 255, 255, 0.2);
	padding: 20px;
	margin-top: 20px;
	margin-bottom: 0px;
    border-radius: var(--border-radius-md);
/*    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);*/

/*    word-break: break-all;*/
}
.post-sources {
  display: grid;
  gap: 1.2rem;
}


.post-source-card {
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 10px 15px;
/*    margin-bottom: 15px;*/
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  transition: 0.2s ease;

    background: rgba(255, 255, 255, 0.5);
    border-radius: var(--border-radius-sm);
}
.post-source-card:hover {
/*    transform: scale(1.02);*/
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.post-source-header {
  font-size: 1.1rem;
  margin-bottom: .5rem;
  display: flex;
  flex-direction: column;
}
.post-source-meta {
  font-size: .9rem;
  color: #777;
  margin-top: .2rem;
}

.post-source-details {
  margin-top: .6rem;
  border-left: 3px solid #c4a6f0; /* Lila-Akzent */
  padding-left: .7rem;
}

.post-source-details summary {
  cursor: pointer;
  font-size: .95rem;
  font-weight: 400;
  color: #5a3ea5;
  list-style: none;
}
.post-source-details summary::-webkit-details-marker {
  display: none;
}

.post-source-details[open] summary::after {
  content: " ▲";
}
.post-source-details summary::after {
  content: " ▼";
  font-size: .8rem;
}

.citation-text,
.summary-text {
  margin-top: .5rem;
  font-size: .95rem;
  color: #444;
  line-height: 1.5;
}

