/**************************************************/
/***											***/
/***	Created by:	Chyukasame					***/
/***											***/
/*** 	- Website:	www.chyukasame.de			***/
/*** 	- E-Mail:	info@chyukasame.de			***/
/*** 	- Skype:	chyukasame					***/
/*** 											***/
/**************************************************/


/** neuigkeiten.php **/
/** neuigkeiten.php — NEWS BOX GLASS LOOK **/
.news {
    /* Glass Hintergrund */
    background: #c5cbdc /*rgba(255, 255, 255, 0.12) /*url('../images/website/content/line.png') no-repeat bottom*/;
    backdrop-filter: blur(44px) /*saturate(180%) blur war 14px*/;

    /* Form & Größe exakt wie vorher */
    padding: 18px 15px;
    border-radius: 10px;
    margin-bottom: 15px;

    /* dezenter Glass-Rahmen */
    border: 1px solid rgba(255, 255, 255, 0.25);

    /* Schatten ähnlich Menü, aber schwächer (Variante B) */
    box-shadow: 0 4px 12px rgba(0,0,0,0.18);

    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

/* Bild links – unverändert, nur leichtes Feintuning */
.news .img {
    float:left;
    height:100px;
    width:100px;
    /*display:block;*/
	background-size: contain !important;
	background-repeat: no-repeat;
	background-position: center !important;
    padding:1px;
    margin:5px 10px 0 0;
    border:1px solid #fad42d;
    border-radius:4px;
    transition: all .3s ease;
}

/* Hover – identisches Verhalten wie vorher */
.news:hover {
    transform: translateY(-4px);
    background: #c5cbdc /*rgba(255, 255, 255, 0.18) /*url('../images/website/content/line.png') no-repeat bottom*/;
    box-shadow: 0 8px 20px rgba(0,0,0,0.22);
}

/* Bild beim Hover */
.news:hover .img {
    border-color: #e0b500;
    box-shadow: 0 0 10px rgba(250, 212, 45, 0.55);
    transform: scale(1.05);
}

/* Goldene Umrandung beim Hover */
.news:hover::after {
    content: '';
    position: absolute;
    inset: 0;
    border: 2px solid rgba(250, 212, 45, 0.35);
    border-radius: 6px;
    pointer-events: none;
    animation: glowNewsB 0.9s ease forwards;
}

@keyframes glowNewsB {
    from { opacity: 0; }
    to { opacity: 1; }
}


/** einloggen.php **/
.login-info{float:left;padding-top:10px;padding-left:40px;margin-right:10px;border-left:1px solid #e6d9aa;}


/** download.php **/
.downloadContainer{text-align:center;}
a.download{text-align: left;display: inline-block;color:#3d3935 !important;line-height: 1.3em;}
a.download:hover{color:#3d3935 !important;}
/*a.download:active{background: transparent url(../images/website/buttons/download.png) no-repeat;}*/
.download-item {
    display: block;                 /* GANZER Bereich klickbar #8c7a50 #675e49*/
    width: 250px;
    height: auto;
    padding: 20px;
    margin: 10px;
    
    background: transparent url("../images/website/buttons/download.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	border: none;
	border-radius: 10px;
	box-shadow: 0 4px 12px rgba(0,0,0,0.18);
	
    position: relative;
}
/* Optional: dunkles Overlay für bessere Lesbarkeit */
.download-item::before {
    content: "";
    position: absolute;
    inset: 0;
	border-radius: 10px;
}
/* Text über dem Overlay */
.download-item span {
	cursor: url("../images/website/icons/cursor-hover.png") 4 4, pointer !important;
    position: relative;
    z-index: 1;
}
.download-item:hover {
    transform: scale(1.02);
	background: transparent url("../images/website/buttons/download_hover.png");
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	border: none;
	border-radius: 10px;
	box-shadow: 0 4px 12px rgba(0,0,0,0.18);
}

/** download.php **/
.requirements{border:none;margin:10px 0 0;padding:0;}
.requirements table{border-spacing:0;width:100%;}
.requirements table thead tr th{background-color:#798aba;border:1px solid #f3dfaa;color:#fad42d;font-size:12px;font-weight:bold;padding:7px 5px 7px;text-align:center;}
.requirements table tbody tr th{background-color:#b4c8f0;border:1px solid #f3dfaa;font-size:11px;font-weight:normal;padding:7px 5px 7px;text-align:center;}
.requirements table tbody tr td{background-color:#c3d6fa;border:1px solid #f3dfaa;font-size:11px;padding:7px 5px 7px;text-align:center;}
.requirements table tbody tr th span{background-color:#fffcd8;display:block;height:1px;left:0;position:absolute;top:0;}
.requirements table tbody tr td span{background-color:#fffcd8;display:block;height:1px;left:0;position:absolute;top:0;}


/** ticketsystem.php **/
.ticket{}
.ticket .thead{border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;}
.ticket .thead .tr div{cursor:pointer;}
.ticket .tbody{background:hsla(100, 100%, 100%, 0.3);margin:0 0 3px 0;padding:7px;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;display:none;}
.ticket .tbody .mainText{padding-bottom:10px;}
.ticket .tbody .sub{margin:10px 50px;}.ticket .tbody .sub .subText{margin:30px 0;}


/** accountpanel.php **/
.account_menu{font-size:17px;padding-bottom:6px;}
/*.account_menu a{line-height:20px!important;}*/
.account_menu span{color:#ff4800;font-family:Arial,Tahoma,Arial Unicode MS,serif;font-size:19px;font-weight:normal;line-height:14px;}
.account_menu i{}
.account_menu_active{font-weight:bold;color:#fad42d !important;} /*war #ff4800*/
.account_menu_normal{color:#fff3ba !important;}
.account_menu_normal:hover{color:#fad42d !important;}
.info-box3 {
	position: relative;
    background: #c5cbdc; /*oder #f0f0f0 #798aba*/
    border-radius: 14px;
	border: 1px solid rgba(255,255,255,0.12);
    overflow: visible;
    padding: 25px;
    margin-top: -40px;
    box-shadow: 0 10px 30px rgba(0,0,0,.25);
}
.info-box3-img {
    position: relative;
	width: auto;
	height: auto;
}
.info-box3-img img {
	background: black;
	border-radius: 4px;
}
.info-box3-img:after {
	content: attr(data-alt);
	opacity: 0;
	position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(-10px);
    background: #c5cbdc;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    padding: 8px 18px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
    
    white-space: nowrap;
    opacity: 0;
    transition: opacity 0.25s ease, transform 0.25s ease;
    border: 1px solid rgba(255, 255, 255, 0.25);
	pointer-events: auto;
}	
.info-box3-img:before {
	content: "";
	position: absolute;
    bottom: calc(100% - 6px);
    left: 50%;
    transform: translateX(-50%);
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-left: 1px solid rgba(255, 255, 255, 0.25);
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    transform: translateX(-50%) rotate(45deg);
    opacity: 0;
    transition: opacity 0.25s ease;
	pointer-events: auto;
}	
.info-box3-img:hover::after,
.info-box3-img:hover::before{
	opacity: 1;
}

/** site_boxes.php **/
div.loadingImage{margin-top:10px;height:330px;vertical-align:middle;text-align:center;}
				
				
/** ranglisten.php **/				
.ranking_navigation{border-bottom:3px solid #343c55;padding-bottom:10px;margin-bottom:30px;}
.ranking_element{font-family:verdana;color:#cccccc !important;padding:10px 25px;background-color:#6777a8;}
.ranking_element_active{font-family:verdana;color:#ffffff !important;padding:10px 25px;background-color:#343c55;}
.ranking_information{margin-top:-10px;}	
.ranking_information .ranking_image{width:180px;height:181px;background:url('../images/other/ranking/pvp_player.png') no-repeat;float:left;border: 1px solid #fad42d;border-radius:10px}
.ranking_information .ranking_text{font-family:Catriel;margin-left:220px;font-size:15px;line-height:14px;}
.ranking_information .ranking_text b{line-height:2em;}
.ranking_information .ranking_text ul{}
.ranking_information .ranking_text ul li{padding:0px 0px 10px 0px !important;}


/** download.php **/
.download_treiber{float:left;padding:0 19px;text-align:center;line-height:25px;padding-top:10px;border-right:1px solid #343c55;}
.download_treiber:last-child{border-right:none;}


/** team.php **/
.team_box{background-color:#c5cbdc;border-radius:4px;width: 27.5%;margin: 5px;padding: 7px 10px 5px;float: left;}
.team_box span.right{float: right !important;}
/* Hover-Effekt für ganze Team-Box */
.team_box:hover {
    /*background-color: #cfe3ff;*/
}

/* Grundstil - Animation BMD HINZU*/
.team_box {
    background: #c5cbdc; /*Standardfarbe f9f9f9 oder d0d5e2*/
    padding: 18px 15px;
    border-radius: 6px;
    transition: all 0.3s ease; /* animiert mehrere Eigenschaften */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* leichter Startschatten */
    position: relative;
    overflow: hidden;
	/* 👉 Abstand zwischen Team */
    /* margin-bottom: 15px; */
}

/* Hover-Effekt */
.team_box:hover {
    /*background-color: #cfe3ff; /* leicht hellerer Hintergrund */
    transform: translateY(-4px); /* hebt die Box leicht an */
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15); /* stärkerer Schatten */
}

/* Umrandung der Team-Box beim hover */
.team_box:hover::after {
    content: '';
    position: absolute;
    inset: 0;
    border: 2px solid rgba(244, 228, 176, 0.4);
    border-radius: 6px;
    pointer-events: none;
    animation: glow 1s ease forwards;
}

@keyframes glow {
    from { opacity: 0; }
    to { opacity: 1; }
}

/**		ticketsystem.php	**/
.ticket_head tr td{font-weight:bold;font-size:12px;padding: 10px 6px;background-color:#ebd17d;}
.ticket_head tr{border-top:2px solid #343c55;border-bottom:1px solid #343c55;background-color:#F7DD8A;}

.ticket div.table .thead .tr, .ticket div.table .tbody .tr{height:16px;padding:8px 6px;}
.ticket div.table .thead .tr div{font-weight:normal;font-size:12px;}


/**		buy.php		**/
.paysafecard_button {width:100px;height:100px;background: url('../images/website/buttons/buy_paysafecard.png') no-repeat;float:left;margin:0 20px;opacity: 0.7;}
.paysafecard_button:hover {opacity: 0.9;cursor:pointer;}
.paypal_button {width:100px;height:100px;background: url('../images/website/buttons/buy_paypal.png') no-repeat;float:left;margin:0 20px;opacity: 0.7;}
.paypal_button:hover {opacity: 0.9; cursor: url("../images/website/icons/cursor-hover.png") 4 4, pointer !important;}
.amazon_button {width:100px;height:100px;background: url('../images/website/buttons/buy_amazon.png') no-repeat;float:left;margin:0 20px;opacity: 0.7;}
.amazon_button:hover {opacity: 0.9; cursor:pointer;}
.coincard-section {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin: 10px 0;
    flex-wrap: wrap;
    text-align: center;
}
.coincard {
	width: 225px;
    border-radius: 20px;
	border: 1px solid rgba(255,255,255,0.6);
    overflow: hidden;
    background: #798aba; /*oder #f0f0f0*/
    box-shadow: 0 4px 12px rgba(0,0,0,0.18);
}
.coincard:hover {
	transform: translateY(-3px);
    box-shadow: 0 8px 18px rgba(0,0,0,0.25);
}
/*.coincard-image {
	background: linear-gradient(160deg, #1b4d2b, #0f2f1b);
    text-align: center;
}*/
.coincard-image img {
    width: 100%;
	height: auto;
	border: none;
	border-radius: 0;
}
.coincard-content {
	padding: 25px;
    text-align: center;
}
.coincard-content h2 {
    margin: 0 0 20px;
    font-size: 18px;
}
.coin-price-row {
	display: flex;
    border-radius: 10px;
    overflow: hidden;
    background: #e5e5e5;
}
.coin-price {
	flex: 1;
	text-align: center;
    padding: 15px;
    font-size: 14px;
    font-weight: bold;
}
.coin-buy-btn {
	width: 60px;
    background: #f5d54a;
    border: none;
    font-size: 14px;
	pointer-events: none;
    /*cursor: pointer;*/
}

/**		home.php		**/
.home-slogan {
	font-size:20px;
	text-align: center;
}
.logo-header {
	font-size:14px;
}
.logo-header img {
	height:auto;
	width:100%;
	border-radius: 16px;
	border: 1px solid rgba(255,255,255,0.25);
    box-shadow: 0 8px 25px rgba(0,0,0,0.25);
	backdrop-filter: blur(44px);
	cursor: url("../images/website/icons/cursor-default.png") 4 4, auto !important;
}

  .glass-widget {
    width: 380px;
    padding: 15px;
    border-radius: 20px;

    /* Glasmorphismus */
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.18);

    /* optional zentrieren */
    margin: 20px auto;
  }

  .glass-widget iframe {
    border-radius: 12px;
  }

    .icon-section {
        display: flex;
        justify-content: center;
        gap: 50px;
        margin: 50px 0;
        flex-wrap: wrap;
        text-align: center;
    }
    .icon-box {
        width: 100px;
		position: relative;
    }
	.icon-box::after {
        content: attr(data-alt); /* Alternativ: attr(alt) */
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(-10px);
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    padding: 8px 18px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
    /*color: #fff;*/
    white-space: nowrap;
    opacity: 0;
    transition: opacity 0.25s ease, transform 0.25s ease;
    border: 1px solid rgba(255, 255, 255, 0.25);
    }
	.icon-box::before {
		content: "";
    position: absolute;
    bottom: calc(100% - 6px);
    left: 50%;
    transform: translateX(-50%);
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-left: 1px solid rgba(255, 255, 255, 0.25);
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    transform: translateX(-50%) rotate(45deg);
    opacity: 0;
    transition: opacity 0.25s ease;
    }
	.icon-box:hover::after,
	.icon-box:hover::before{
		opacity: 1;
	}
	.icon-box img {
        width: 80px;
        height: 80px;
        object-fit: cover;
		border-radius: 50px;
		border: 1px solid rgba(255,255,255,0.25);
		box-shadow: 0 8px 25px rgba(0,0,0,0.25);
		cursor: url("../images/website/icons/cursor-hover.png") 4 4, pointer !important;
    }
    .icon-box img:hover {
        animation: neonPulse 1.4s ease-in-out infinite;
		transform: scale(1.03);
    }	
    .icon-title {
        font-size: 14px;
        font-weight: 700;
        margin-top: 10px;
        margin-bottom: 6px;
    }
    .icon-desc {
        font-size: 14px;
    }
/* 📱 Mobile Darstellung */
    @media (max-width: 820px) {
        .icon-section {
            flex-direction: column;
            align-items: center;
            gap: 30px; /* etwas enger für mobile */
        }

        .icon-box {
            width: 100%;
            max-width: 250px; /* Icons bleiben optisch zentriert */
        }
	}

.vote-test {
    position: relative;
    top: 10px;          /* Abstand vom oberen Rand der .head */
    left: 50%;       /* zentriert horizontal */
    transform: translateX(-50%); /* zentriert genau */
    z-index: 10;     /* sicherstellen, dass es über dem Slider liegt */
}

.vote-test img {
    height: 60px;    
    width: auto;
    display: block;
	transform-origin: center;
	cursor: url("../images/website/icons/cursor-hover.png") 4 4, pointer !important;
}

.vote-test img:hover {
    animation: neonPulse 1.4s ease-in-out infinite;
    transform: scale(1.03);
}
@media (max-width: 820px) {
    .vote-test img {
        height: auto !important;    
		width: 350px !important;
    }
}

.discord img {
	height:60px;
	width: auto;
	border:none;
	cursor: url("../images/website/icons/cursor-hover.png") 4 4, pointer !important;
}
.discord img:hover {
    animation: neonPulse 1.4s ease-in-out infinite;
    transform: scale(1.03);
}

.home-slider {
    max-width: 500px;
    margin: auto;
    background: #c5cbdc;
    border-radius: 20px;
	border: 1px solid rgba(255,255,255,0.45);
    padding: 20px;
    font-family: Arial, sans-serif;
	touch-action: pan-y;
    user-select: none;
    cursor: grab;
}

.home-slider:active {
    cursor: grabbing;
}

.home-slider-image {
    overflow: hidden;
    position: relative;
}

.home-slider-image img {
    width: 100%;
    border-radius: 15px;
	border: none;
    object-fit: cover;
	transition: transform 0.25s ease;
    will-change: transform;
}

.home-slider-content {
    margin-top: 20px;
}

.home-slider-content h2 {
    font-size: 22px;
    margin-bottom: 10px;
}

.home-slider-content p {
    font-size: 15px;
    color: #555;
    line-height: 1.5;
}

.home-slider-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 25px;
}

.home-arrow {
    background: none;
    border: none;
    font-size: 26px;
    cursor: pointer;
    padding: 10px;
}

.home-arrow:hover {
    color: rgba(250,212,45,1);
}

.home-progress-wrapper {
    flex: 1;
    height: 6px;
    background: #e0e0e0;
    margin: 0 15px;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
}

.home-progress-bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #1c8c6c;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.3s ease;
}

.home-slider {
    touch-action: pan-y;
    user-select: none;
}

/**		braingram.php		**/
.braingram-header {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size:14px;
	border-radius: 16px;
	border: 1px solid rgba(255,255,255,0.25);
    box-shadow: 0 4px 10px rgba(0,0,0,0.25);
	backdrop-filter: blur(44px);
	padding-top: 10px;
	padding-bottom: 10px;
}
.braingram-header img {
	height:auto;
	width:200px;
	border: none;
	margin-bottom: 16px;
	animation: neonPulseHeader 1.4s ease-in-out infinite;
}
/* Neon-Pulse Animation für braingram-header img */
@keyframes neonPulseHeader {
    0% {
        filter: drop-shadow(0 0 2px rgba(121, 138, 186, 0.75))
                drop-shadow(0 0 4px rgba(121, 138, 186, 0.75))
                drop-shadow(0 0 6px rgba(121, 138, 186, 0.75));
    }
    50% {
        filter: drop-shadow(0 0 4px rgba(121, 138, 186, 0.75))
                drop-shadow(0 0 10px rgba(121, 138, 186, 0.75))
                drop-shadow(0 0 20px rgba(121, 138, 186, 0.75));
    }
    100% {
        filter: drop-shadow(0 0 2px rgba(121, 138, 186, 0.75))
                drop-shadow(0 0 4px rgba(121, 138, 186, 0.75))
                drop-shadow(0 0 6px rgba(121, 138, 186, 0.75));
    }
}
.file-upload {
    display: flex;
    align-items: center;
    gap: 12px;
}

.file-btn {
    padding: 6px 12px;
    border: 1px solid #999;
    border-radius: 6px;
    background: #eee;
    cursor: pointer;
}

.file-btn:hover {
    background: #e0e0e0;
	cursor: url("../images/website/icons/cursor-hover.png") 4 4, pointer !important;
}

.file-name {
    font-size: 14px;
    color: #666;
}

.file-remove {
    padding: 6px 10px;
    border: 1px solid #c00;
    border-radius: 6px;
    background: #f8d7da;
    color: #900;
    cursor: pointer;
}

.file-remove:hover {
    background: #f1bfc4;
	cursor: url("../images/website/icons/cursor-hover.png") 4 4, pointer !important;
}

.post {
    margin-bottom: 40px;
    display: block;
	width: 100%;
}
.post-body .post-actions {
    overflow: visible;
}
.post-actions-placeholder {
    height: 1px;
}

/* HEADER */
.post-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 12px;
	margin: 20px 0 20px 30px;
}

.post-content {
    display: block;
}

.post-header,
.post-user,
.post-meta {
    overflow: visible; /* MUSS so sein */
}

/* Avatar Container */
.avatar-wrap {
    position: relative;
    width: 80px;
    height: 80px;
	margin: 0 10px 0 0;
	flex-shrink: 0;
}

/* Avatar selbst */
.avatar-img {
    width: 80px;
    height: 80px;
    display: block;
    border: none;
	object-fit: cover;
}

/* Frame Overlay (wie vorher: 128px über 80px Avatar) */
.avatar-frame {
    position: absolute;
    top: -24px;     /* (128 - 80) / 2 */
    left: -24px;
    width: 128px;
    height: 128px;
    pointer-events: none;
    border: none;
	z-index: 2;
}

/* Badge Overlay unten mittig */
.avatar-badge {
    position: absolute;
    width: 64px;
    height: 64px;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
    border: none;
    object-fit: cover;
	z-index: 3;
}

.post-meta {
    display: flex;
    flex-direction: column;
}

.post-user {
    font-weight: 700;
    font-size: 16px;
}

.post-date {
    font-size: 13px;
    opacity: 0.7;
}

/* BODY */
.post-body {
    background: #c5cbdc; /* 798aba 7a7a7a oder c5cbdc */
    border-radius: 18px;
	border: 1px solid rgba(255,255,255,0.25);
    padding: 18px;
}

/* IMAGE */
/* Post Bild Vorschau */
.post-image img {
    width: 100%;
    border-radius: 14px;
    display: block;
	border: none;
}
.post-image {
    margin: 15px 0;
    max-height: 380px;
    overflow: hidden;
    border-radius: 10px;
}

.post-image-preview {
    width: 100%;
    height: auto;
    max-height: 350px;
    object-fit: cover;
    cursor: zoom-in;
    transition: transform 0.25s ease;
}

.post-image-preview:hover {
    transform: scale(1.02);
	cursor: url("../images/website/icons/cursor-hover.png") 4 4, pointer !important;
}

/* ACTIONS */
.post-actions {
	min-height: 42px; /* exakt Höhe der Button-Leiste */
    display: flex;
    gap: 8px;
    margin: 12px 0;
	overflow-x: auto;
	overflow-y: visible; /* Hover-Lift */
	padding-bottom: 4px;
	scrollbar-width: none;       /* Firefox */
	-ms-overflow-style: none;        /* IE */
}

.post-actions::-webkit-scrollbar {
    display: none;               /* Chrome/Safari */
}

@media (max-width: 820px) {
    .post-actions {
        -webkit-overflow-scrolling: touch;
    }
}

/* TEXT */
.post-text {
    background: #fff;
    border-radius: 12px;
	border: 1px solid rgba(255,255,255,0.25);
    padding: 12px;
    margin-bottom: 10px;
}

/* COMMENTS */
.comment {
    display: flex;
    gap: 8px;
    margin-bottom: 8px;
}

.comment img {
    width: 26px;
    height: 26px;
    border-radius: 50%;
}

/* Kommentar-Container (zentriert & schmaler) */
.comment-wrapper {
    display: flex;
    gap: 10px;
    align-items: flex-start;

    background: #fff;
    border-radius: 12px;
	border: 1px solid rgba(255,255,255,0.25);

    padding: 10px 14px;
    margin: 8px auto;

    width: 85%;          /* schmaler als Textbox */
}

/* Avatar */
.comment-avatar img {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: block;
}

/* Inhalt rechts */
.comment-content {
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1;
}

/* Username + Datum */
.comment-meta {
    font-size: 13px;
    font-weight: 600;
    display: flex;
	align-items: center;
    gap: 8px;
}

.comment-user {
    font-weight: 600;
}

.comment-date {
    font-weight: 400;
    opacity: 0.7;
}

/* Kommentartext */
.comment-text {
    font-size: 14px;
    line-height: 1.4;
}

.comment-delete {
    margin-left: auto;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 14px;
    opacity: 0.6;
}

.comment-delete:hover {
    opacity: 1;
}

.comment-btn {
    display: flex;
    align-items: center;
    gap: 6px;
}

.comment-btn .fa-comment {
    font-size: 16px;
}

.comment-count {
    font-weight: 600;
    font-size: 14px;
}

.post-form {
    margin-top: 8px;
}

.post-form input,
.post-form textarea {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 6px;
}

.post-actions button {
    white-space: nowrap;
}
#create-post-form {
    overflow: visible;
}
.create-post-form.is-hidden {
    display: none !important;
}

.action-btn {
	touch-action: manipulation;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;

    height: 36px;
    padding: 0 14px;

    font-size: 14px;
    font-weight: 500;
    line-height: 1;

    border-radius: 8px;
    border: 1px solid rgba(255,255,255,0.6);
    background: #f0f0f0;
    color: #000;

    cursor: pointer;
    white-space: nowrap;
	transition:
        transform 0.18s ease,
        box-shadow 0.18s ease,
        background-color 0.18s ease;
}

.action-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 14px rgba(0,0,0,0.25);
}

.action-btn:active {
    transform: translateY(0);
    box-shadow: 0 3px 8px rgba(0,0,0,0.25);
}

.action-btn .icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 1;
}

.action-btn.danger {
    background: #fff;
}

/* Like-spezifisch */
.like-btn {
    min-width: 60px;           /* verhindert "Zucken" bei 1↔99 Likes */
	border-color: #ddd;
}

.like-btn .heart {
    font-size: 16px;
}

.like-btn[data-liked="1"] {
    background: #ffe6ea;
    border-color: #ff5a7a;
    color: #b6002c;
}

.like-btn[data-liked="1"] .heart {
    filter: drop-shadow(0 0 4px rgba(255,90,122,0.6));
}

.like-btn[data-liked="0"] {
    background: #f0f0f0;
}

.like-btn .fa {
    font-size: 15px;
    transition: color 0.2s ease;
}

.like-btn[data-liked="1"] .fa {
    color: #ff355d;
}


@keyframes like-pop {
    0%   { transform: scale(1); }
    40%  { transform: scale(1.35); }
    70%  { transform: scale(0.95); }
    100% { transform: scale(1); }
}

.like-btn.pop .heart {
    animation: like-pop 0.35s ease;
}

/* Anzahl-/Seitenleiste BrainGram Posts */
.pagination {
    display: flex;
    justify-content: center;
    gap: 6px;
    margin: 25px 0;
	cursor: url("../images/website/icons/cursor-hover.png") 4 4, pointer !important;
}

.pagination a {
    padding: 6px 12px;
    border-radius: 6px;
    text-decoration: none;
	border: 1px solid rgba(255,255,255,0.6);
    background: #f0f0f0;
    color: #000 !important;
    transition: 0.2s;
}

.pagination a:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 14px rgba(0,0,0,0.25);
}

.pagination a.active {
    background: #ffd400;
    color: #000;
    font-weight: bold !important;
	box-shadow: 0 3px 8px rgba(0,0,0,0.25);
}

.pagination a.nav {
    font-weight: bold;
}
