ul.sidebar-posts--tab-buttons li {
  margin-bottom: 0px !important;
  margin-top:  0px !important;
}




.container {
  max-width: 1194px !important;
}

.form-screen--form-input {
  width: 100% !important;
  height: 44px !important;
  border-radius: 5px !important;
  background: #fff !important;
  border: 1px solid #e3e3e3 !important;
  box-shadow: 0px 2px 5px rgba(130, 149, 173, 0.14) !important;
  padding: 0 16px !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  color: #525659 !important;
  font-family: "Inter", sans-serif !important;
  outline: none !important;
}

.form-screen--form-submit {
  width: 100% !important;
  height: 44px !important;
  border-radius: 5px !important;
  background: #303030 !important;
  box-shadow: 0px 3px 6px rgba(26, 26, 26, 0.25) !important;
  font-family: "Inter", sans-serif !important;
  font-weight: 600 !important;
  font-size: 15px !important;
  text-align: center !important;
  color: #fff !important;
  border: none !important;
}

.profile-about--meta li {
  margin-bottom: 0px !important;
  margin-top: 0px !important;
}

.account-form--textarea {
	line-height: 22px !important;
}

.profile-tabs ul li.active a {
    color: #000000 !important; /* Yeşil renk */
}

.profile-tabs  a {
    color: #878787 !important; /* Yeşil renk */
}

.badge-card--thumbnail img {
  height: 100px;
}

.trumbowyg-box .trumbowyg-editor {
	margin: 0 auto;
	line-height: 22px;
}

--bs-body-font-family  {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-family: "Inter", sans-serif !important;
	vertical-align: baseline;
    box-sizing: border-box;
}

/* Mobile Footer Menu */
.mobile-footer-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(#000 0%, #222 100%);
    z-index: 999;
    display: none;
}

.mobile-footer-nav {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 12px 0;
    max-width: 100%;
    height: 60px;
}

.mobile-nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #ffffff;
    padding: 8px 4px;
    transition: all 0.3s ease;
    min-width: 60px;
    position: relative;
    height: 100%;
}

.mobile-nav-item::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 32px;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #292929;
}

.mobile-nav-item:last-child::after {
    display: none;
}

.mobile-nav-item:hover {
    color: #ffffff;
    text-decoration: none;
}

.mobile-hamburger-menu {
    cursor: pointer;
    user-select: none;
}

.mobile-hamburger-menu:hover {
    color: #ffffff;
}

/* Hamburger Dropdown Menu */
.mobile-category-dropdown {
    position: fixed;
    bottom: 60px;
    left: 0;
    right: 0;
    background: #1a1a1a;
    max-height: 320px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transform: translateY(100%);
    transition: transform 0.3s ease;
    z-index: 998;
    display: none;
    border-top: 1px solid #292929;
}

/* Scroll bar stilleri */
.mobile-category-dropdown::-webkit-scrollbar {
    width: 4px;
}

.mobile-category-dropdown::-webkit-scrollbar-track {
    background: #292929;
}

.mobile-category-dropdown::-webkit-scrollbar-thumb {
    background: #555;
    border-radius: 2px;
}

.mobile-category-dropdown::-webkit-scrollbar-thumb:hover {
    background: #777;
}

.mobile-category-dropdown.show {
    display: block;
    transform: translateY(0);
}

.mobile-category-list {
    padding: 15px 0;
    height: 100%;
}

.mobile-category-item {
    display: block;
    padding: 16px 20px;
    color: #ffffff;
    text-decoration: none;
    border-bottom: 1px solid #292929;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 4px;
}

.mobile-category-item:hover {
    color: #ffffff;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 4px;
}

.mobile-category-item:last-child {
    border-bottom: none;
}

.mobile-nav-item.active {
    color: #ffffff;
}

.mobile-nav-icon {
    margin-bottom: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
}

.mobile-nav-icon svg {
    width: 18px;
    height: 18px;
    stroke: #ffffff;
    fill: none;
}

.mobile-nav-item span {
    font-size: 10px;
    font-weight: 500;
    text-align: center;
    line-height: 1.2;
    color: #ffffff;
    text-transform: uppercase;
}

/* Mobil cihazlarda göster */
@media (max-width: 768px) {
    .mobile-footer-menu {
        display: block;
    }
    
    /* Ana footer'ı mobilde yukarı kaydır */
    body {
        padding-bottom: 60px;
    }
    
    /* Gamification timer mobilde breadcrumb karşısında - JavaScript ile taşı */
    .single-headline--wrapper {
        position: relative !important;
    }
    
    #gamification-circular-timer {
        position: absolute !important;
        top: 15px !important;
        right: 0 !important;
        bottom: auto !important;
        left: auto !important;
        width: auto !important;
        height: 30px !important;
        border-radius: 4px !important;
        background: #F0B902 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        box-shadow: 0px 1px 3px #f0b902;
        border: 2px solid transparent !important;
        padding: 0 15px !important;
        z-index: 100 !important;
    }
    
    #gamification-circular-timer div {
        color: #000000 !important;
        font-weight: bold !important;
        font-size: 12px !important;
        text-align: center !important;
        text-transform: uppercase !important;
        white-space: nowrap !important;
    }
    
    #gamification-circular-timer svg,
    #gamification-circular-timer .timer-icon {
        display: none !important;
    }
}

.hn-dropdown--item.has-circle::after {
	display: none;
}

/* Header notification styles */
.hn-dropdown--item-title.no-notifications {
    text-align: center;
    color: #999;
}

/* Progress bar will be set via JavaScript */

/* Profile cover image styles */
.profile-cover-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

/* Notification styles */
.post-link-button {
    color: #007bff;
    text-decoration: none;
    font-weight: normal;
}

.invalid-request-message {
    color: #999;
    font-size: 12px;
}

.approved-badge {
    color: #28a745;
    font-weight: bold;
    padding: 8px 12px;
    border-radius: 4px;
    background: #d4edda;
}

/* Toast System Styles - Moved from inline */
@import url('https://fonts.googleapis.com/css2?family=Varela+Round&display=swap');

:root {
  --tr: all 0.5s ease 0s;
  --ch1: #05478a;
  --ch2: #0070e0;
  --cs1: #005e38;
  --cs2: #03a65a;
  --cw1: #c24914;
  --cw2: #fc8621;
  --ce1: #851d41;
  --ce2: #db3056;
}

.modern-toast-panel {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10000;
  transition: var(--tr);
  min-width: 375px;
}

.modern-toast-item {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: var(--tr);
}

.modern-toast-item.show {
  max-height: 25rem;
  opacity: 1;
}

.modern-toast {
  background-color: #232b2b;
  background: var(--bg);
  color: #f5f5f5;
  padding: 1rem 2rem 1rem 6rem;
  border-radius: 2rem;
  position: relative;
  font-weight: 300;
  margin: 1.75rem 0 1rem;
  text-align: left;
  max-width: 25rem;
  min-width: 20rem;
  transition: var(--tr);
  opacity: 1;
  font-family: "Varela Round", sans-serif;
}

.modern-toast:before {
  content: "";
  position: absolute;
  width: 5.5rem;
  height: 6rem;
  --drop: 
    radial-gradient(circle at 64% 51%, var(--clr) 0.45rem, #fff0 calc(0.45rem + 1px)),
    radial-gradient(circle at 100% 100%, #fff0 0.9rem, var(--clr) calc(0.9rem + 1px) 1.25rem, #fff0 calc(1.25rem + 1px) 100%),
    radial-gradient(circle at 0% 0%, #fff0 0.9rem, var(--clr) calc(0.9rem + 1px) 1.25rem, #fff0 calc(1.25rem + 1px) 100%),
    radial-gradient(circle at 0% 120%, var(--clr) 4rem, #fff0 calc(4rem + 1px));
  background: 
    radial-gradient(circle at 22% 3.8rem, var(--clr) 0.75rem, #fff0 calc(0.75rem + 1px)),
    radial-gradient(circle at 95% 1.9rem, var(--clr) 0.07rem, #fff0 calc(0.07rem + 1px)),
    radial-gradient(circle at 80% 2.25rem, var(--clr) 0.18rem, #fff0 calc(0.18rem + 1px)),
    radial-gradient(circle at 80% 75%, var(--clr) 0.35rem, #fff0 calc(0.35rem + 1px)),
    radial-gradient(circle at 43% 2.3rem, var(--clr) 0.07rem, #fff0 calc(0.07rem + 1px)),
    radial-gradient(circle at 40% 1rem, var(--clr) 0.12rem, #fff0 calc(0.12rem + 1px)),
    radial-gradient(circle at 20% 1.5rem, var(--clr) 0.25rem, #fff0 calc(0.25rem + 1px)),
    var(--drop);
  background-repeat: no-repeat;
  background-size: 100% 100%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 1.625rem 1.625rem, 1.625rem 1.625rem, 100% 100%, 100% 100%;
  background-position: 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, calc(100% - 1.75rem) 2.85rem, calc(100% - 1.75rem) 2.95rem, 0 0, 0 0;
  bottom: 0rem;
  left: 0rem;
  z-index: 0;
  border-radius: 0 0 0 2rem;
}

.modern-toast:after {
  content: "";
  position: absolute;
  width: 3.5rem;
  height: 3.5rem;
  background: var(--clr);
  top: -1.75rem;
  left: 2rem;
  border-radius: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.25rem;
  box-sizing: border-box;
}

.modern-toast h3 {
  font-size: 1.35rem;
  margin: 0;
  line-height: 1.35rem;
  font-weight: 300;
  position: relative;
}

.modern-toast h3:before {
  border: 0.5rem solid #fff0;
  width: 0;
  height: 0;
  position: absolute;
  content: "";
  left: -3.45rem;
  border-top: 1rem solid var(--clr);
  border-left: 1rem solid var(--clr);
  top: -0.4em;
  transform: rotate(-96deg) skewX(30deg);
  border-radius: 0.5rem;
}

.modern-toast p {
  position: relative;
  font-size: 0.95rem;
  z-index: 1;
  margin: 0.25rem 0 0;
}

.toast-close {
  position: absolute;
  width: 1.35rem;
  height: 1.35rem;
  text-align: center;
  right: 1rem;
  cursor: pointer;
  border-radius: 100%;
}

.toast-close:after {
  position: absolute;
  font-family: 'Varela Round', sans-serif;
  width: 100%;
  height: 100%;
  left: 0;
  font-size: 1.8rem;
  content: "+";
  transform: rotate(45deg);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.toast-close:hover {
  background: #f5f5f5;
  color: var(--clr);
}

.modern-toast.success {
  --clr: var(--cs1);
  --bg: var(--cs2);
}

.modern-toast.success:after {
  content: "L";
  font-size: 1.7rem;
  font-weight: bold;
  padding-bottom: 0.5rem;
  transform: rotateY(180deg) rotate(-38deg);
  text-indent: 0.15rem;
}

.modern-toast.warning {
  --clr: var(--cw1);
  --bg: var(--cw2);
}

.modern-toast.warning:after {
  content: "!";
  font-weight: bold;
}

.modern-toast.error {
  --clr: var(--ce1);
  --bg: var(--ce2);
}

.modern-toast.error:after {
  content: "+";
  font-size: 3rem;
  line-height: 1.2rem;
  transform: rotate(45deg);
}

.modern-toast.info,
.modern-toast.help {
  --clr: var(--ch1);
  --bg: var(--ch2);
}

.modern-toast.info:after,
.modern-toast.help:after {
  content: "?";
}

.modern-toast.success:before {
  --drop: radial-gradient(circle at 65% 63%, var(--clr) 0.425rem, #fff0 calc(0.425rem + 1px)), radial-gradient(circle at 70% 125%, #fff0 1rem, var(--clr) calc(1rem + 1px) 1.25rem, #fff0 calc(1.25rem + 1px) 100%), radial-gradient(circle at 30% -25%, #fff0 1rem, var(--clr) calc(1rem + 1px) 1.25rem, #fff0 calc(1.25rem + 1px) 100%), radial-gradient(circle at 20% 120%, var(--clr) 3.5rem, #fff0 calc(3.5rem + 1px));
  background-position: 0 0.4rem, -0.2rem 3.3rem, 0 0.4rem, -2rem -1.5rem, -0.8rem 0rem, -1rem 0.4rem, 0rem 1.5rem, 1.2rem 0.4rem, calc(100% - 0.75rem) 3.5rem, calc(100% - 0.75rem) 3.75rem, 0 0rem, 0 0rem;
}

.modern-toast.warning:before {
  --drop: radial-gradient(circle at 65% 63%, var(--clr) 0.425rem, #fff0 calc(0.425rem + 1px)), radial-gradient(circle at 129% 36%, #fff0 1rem, var(--clr) calc(1rem + 1px) 1.25rem, #fff0 calc(1.25rem + 1px) 100%), radial-gradient(circle at -27% 25%, #fff0 1rem, var(--clr) calc(1rem + 1px) 1.25rem, #fff0 calc(1.25rem + 1px) 100%), radial-gradient(circle at 20% 120%, var(--clr) 3.5rem, #fff0 calc(3.5rem + 1px));
  background-position: 1.82rem 0.65rem, -1.2rem 1.2rem, -2rem 0.75rem, -3.5rem -1.95rem, -0.5rem -0.55rem, 3rem 4.25rem, 0rem -0.5rem, 1.2rem 0.4rem, calc(100% - 3.9rem) 2.75rem, calc(100% - 3.75rem) 2.75rem, 0 0rem, 0 0rem;
}

.modern-toast.error:before {
  --drop: radial-gradient(circle at 65% 63%, var(--clr) 0.425rem, #fff0 calc(0.425rem + 1px)), radial-gradient(circle at 129% 36%, #fff0 1rem, var(--clr) calc(1rem + 1px) 1.25rem, #fff0 calc(1.25rem + 1px) 100%), radial-gradient(circle at -27% 25%, #fff0 1rem, var(--clr) calc(1rem + 1px) 1.25rem, #fff0 calc(1.25rem + 1px) 100%), radial-gradient(circle at 20% 120%, var(--clr) 3.5rem, #fff0 calc(3.5rem + 1px));
  background-position: 1.75rem 0.75rem, -0.75rem 1.2rem, -1.3rem 0.5rem, -3.5rem -2.5rem, -0.4rem 0rem, 2rem 1.25rem, 0.82rem 1.6rem, 0.5rem 1.65rem, calc(100% - 2.99rem) 3.25rem, calc(100% - 2.75rem) 3rem, 0 0rem, 0 0rem;
}

.modern-toast.info:before,
.modern-toast.help:before {
  --drop: radial-gradient(circle at 65% 63%, var(--clr) 0.425rem, #fff0 calc(0.425rem + 1px)), radial-gradient(circle at 70% 125%, #fff0 1rem, var(--clr) calc(1rem + 1px) 1.25rem, #fff0 calc(1.25rem + 1px) 100%), radial-gradient(circle at 30% -25%, #fff0 1rem, var(--clr) calc(1rem + 1px) 1.25rem, #fff0 calc(1.25rem + 1px) 100%), radial-gradient(circle at 20% 120%, var(--clr) 3.5rem, #fff0 calc(3.5rem + 1px));
  background-position: 0 0.4rem, -0.2rem 3.3rem, 0 0.4rem, -2rem -1.5rem, -0.8rem 0rem, -1rem 0.4rem, 0rem 1.5rem, 1.2rem 0.4rem, calc(100% - 0.75rem) 3.5rem, calc(100% - 0.75rem) 3.75rem, 0 0rem, 0 0rem;
}

.modern-toast a {
  color: #fff;
}

/* Toast Mobile responsive */
@media (max-width: 768px) {
  .modern-toast-panel {
    bottom: 15px;
    right: 15px;
    left: 15px;
    min-width: auto;
  }
  
  .modern-toast {
    max-width: none;
    min-width: auto;
    width: 100%;
  }
}

/* Settings page styles */
.current-cover-container {
    position: relative;
    width: 100%;
    max-width: 600px;
    height: 200px;
    margin: 15px auto;
    border: 3px dashed #ddd;
    border-radius: 12px;
    overflow: hidden;
    background: #fafafa;
    box-shadow: inset 0 0 20px rgba(0,0,0,0.05);
}

.settings-cover-image {
    width: 100%; 
    height: 100%; 
    object-fit: cover;
}

.cover-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
    opacity: 0;
    transition: opacity 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.cover-overlay:hover {
    opacity: 1;
}

.cover-overlay-btn {
    background: white;
    color: #333;
    border: none;
    padding: 10px 20px;
    border-radius: 25px;
    cursor: pointer;
    font-weight: 500;
    font-size: 14px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    transition: transform 0.2s ease;
}

.cover-overlay-btn:hover {
    transform: scale(1.05);
}

.cover-overlay-btn-delete {
    background: #e74c3c;
    color: white;
}

.profile-url-prefix {
    flex: 0 0 45%; 
    white-space: nowrap; 
    overflow: hidden;
}

.profile-url-input {
    background-color: #f5f5f5; 
    cursor: not-allowed; 
    flex: 1; 
    border-left: none; 
    padding-left: 10px;
}

.profile-url-notice {
    color: #888; 
    font-size: 12px; 
    margin-top: 5px; 
    display: block;
}

.widget.users {
  display: none !important;
}

.page-item:not(:first-child) .page-link {
	color: #000 !important;
}

.active > .page-link, .page-link.active {
  background-color: #f0b902 !important;
  border-color: #f0b902 !important;
}

/* Toast kapatma butonu her zaman görünsün */
.modern-toast .toast-close:after {
  display: flex !important;
  content: "+" !important;
}

/* Gizlilik Ayarları CSS */
.privacy-settings .account-form--item.privacy-toggle-item {
    margin-bottom: 25px;
}

.privacy-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 12px;
    border: 1px solid #e9ecef;
}

.privacy-toggle-left {
    flex: 1;
}

.privacy-toggle-title {
    display: block;
    font-weight: 600;
    font-size: 16px;
    color: #333;
    margin-bottom: 5px;
}

.privacy-toggle-desc {
    display: block;
    font-size: 14px;
    color: #666;
    line-height: 1.4;
}

.privacy-toggle-right {
    margin-left: 20px;
}

/* Toggle Switch Styles */
.privacy-switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
    cursor: pointer;
}

.privacy-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.privacy-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 24px;
}

.privacy-slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.privacy-switch input:checked + .privacy-slider {
    background-color: #f0b902;
}

.privacy-switch input:focus + .privacy-slider {
    box-shadow: 0 0 1px #f0b902;
}

.privacy-switch input:checked + .privacy-slider:before {
    transform: translateX(26px);
}

/* Hover effects */
.privacy-toggle:hover {
    background: #f1f3f4;
    border-color: #dee2e6;
}

.privacy-switch:hover .privacy-slider {
    background-color: #bbb;
}

.privacy-switch input:checked:hover + .privacy-slider {
    background-color: #e6a502;
}

/* Disabled button styles */
.privacy-settings .account-form--submit:disabled {
    background: #ccc !important;
    color: #666 !important;
    cursor: not-allowed !important;
    opacity: 0.6;
    transform: none !important;
    box-shadow: none !important;
}

.privacy-settings .account-form--submit:disabled:hover {
    background: #ccc !important;
    color: #666 !important;
    transform: none !important;
    box-shadow: none !important;
}

/* Mobile responsive */
@media (max-width: 768px) {
    .privacy-toggle {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
    
    .privacy-toggle-right {
        margin-left: 0;
        align-self: flex-end;
    }
    
    .privacy-toggle-title {
        font-size: 15px;
    }
    
    .privacy-toggle-desc {
        font-size: 13px;
    }
}

/* Kapak resmi action butonları */
.cover-action-buttons {
    position: absolute;
    top: 15px;
    right: 15px;
    display: flex;
    gap: 8px;
    z-index: 3;
}

.cover-action-btn {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.15);
    color: white;
    position: relative;
    overflow: hidden;
}

.cover-action-btn:hover {
    background: rgba(255, 255, 255, 0.25);
}

.cover-action-btn svg {
    width: 15px;
    height: 15px;
}

.change-btn:hover {
    background: rgba(59, 130, 246, 0.25);
}

.crop-btn:hover {
    background: rgba(34, 197, 94, 0.25);
}

.delete-btn:hover {
    background: rgba(239, 68, 68, 0.25);
}

/* Kapak resmi varken drag-drop alanının height'ini ayarla */
.account-form--cover-upload {
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

/* Cover Action Buttons */
.cover-action-buttons {
    position: absolute;
    top: 15px;
    right: 15px;
    display: flex;
    gap: 8px;
    z-index: 10;
}

.cover-action-btn {
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 8px 12px;
    font-size: 12px;
    font-weight: 500;
    color: white;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 6px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.cover-action-btn:hover {
    background: rgba(0, 0, 0, 0.8);
}

.change-btn:hover {
    background: rgba(34, 197, 94, 0.8);
    backdrop-filter: blur(15px);
}

.crop-btn:hover {
    background: rgba(59, 130, 246, 0.8);
    backdrop-filter: blur(15px);
}

.delete-btn:hover {
    background: rgba(239, 68, 68, 0.8);
    backdrop-filter: blur(15px);
}

/* Mobile responsive */
@media (max-width: 768px) {
    .cover-action-buttons {
        top: 10px;
        right: 10px;
        gap: 6px;
    }
    
    .cover-action-btn {
        padding: 6px 10px;
        font-size: 11px;
    }
    
    .account-form--cover-upload {
        min-height: 180px;
    }
}

.trumbowyg-del-button  {
	display: none !important;
}

.account-form--text-input.year-on {
	max-width: 150px;
}

/* Mobile responsive */
@media (max-width: 768px) {
    .account-form--text-input.year-on {
		max-width: 150px;
    }
    
}

.single-author--avatar-thumbnail img {
  border-radius: 4px !important;
}