#icerik .icerikDetay p:empty {
  display: none !important;
  margin: 0 !important;
}.login-warning-link-btn,
.note-box-link.aky-open-login-modal{
	background:none !important;
	border:0 !important;
	padding:0 !important;
	margin:0 !important;
	color:#1d4ed8 !important;
	text-decoration:underline !important;
	cursor:pointer !important;
	font:inherit !important;
}

.login-warning-link-btn:hover,
.note-box-link.aky-open-login-modal:hover{
	color:#163aa8 !important;
}
button.login-btn,
.login-warning-link-btn{
	appearance:none !important;
	-webkit-appearance:none !important;
	border:none !important;
	cursor:pointer !important;
	font:inherit !important;
}
.login-warning-link-btn{
	background:none !important;
	padding:0 !important;
	margin:0 !important;
	color:#1d4ed8 !important;
	text-decoration:underline !important;
}


.note-box {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 10px;
  padding: 10px 12px;
  background: #f7f7f7;
  border: 1px solid #ece7e3;
  border-left: 3px solid #d8c9c2;
  border-radius: 10px;
  font-size: 10pt;
  color: #5f5a57;
  line-height: 1.5;
}


.note-box-icon {
  flex: 0 0 auto;
  color: var(--ay-accent);
  margin-top: 1px;
}

.note-box-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
}

.note-box-content strong {
  color: var(--ay-text);
  font-weight: 600;
}

.note-box-link {
  color: var(--ay-accent);
  font-size: 10pt;
  font-weight: 500;
  text-decoration: none;
}

.note-box-link:hover {
  color: var(--ay-accent-hover);
  text-decoration: underline;
}

.user-note-display {
  margin-bottom: 10px;
  padding: 12px 14px;
  background: #fff;
  border: 1px solid var(--ay-border-soft);
  border-left: 3px solid #d8c9c2;
  border-radius: 10px;
  box-shadow: var(--ay-shadow-sm);
  font-size: 10pt;
  color: #5a5552;
  line-height: 1.6;
}

.user-note-display strong {
  display: block;
  margin-bottom: 6px;
  color: var(--ay-text);
  font-weight: 600;
}

.user-note-display p {
  margin: 0;
  white-space: pre-line;
}

.note-popup {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 9999;
  padding: 20px;
}

.note-popup-content {
  position: relative;
  width: 100%;
  max-width: 460px;
  margin: 80px auto;
  padding: 18px;
  background: #fff;
  border-radius: 14px;
  border: 1px solid var(--ay-border-soft);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}
.note-popup-title {
  margin: 0 60px 12px 0;
  font-size: 16px;
  line-height: 1.3;
  color: var(--ay-text);
  font-weight: 600;
}


#userNoteText {
  width: 100%;
  min-height: 120px;
  border: 1px solid #e5d9d3;
  border-radius: 10px;
  padding: 12px;
  font-size: 12pt !important;
  line-height: 1.6;
  background: #fff;
  margin-bottom: 10px;
}

#userNoteText::placeholder {
  font-size: 10pt;
  color: #8a817c;
  opacity: 1;
}

#userNoteText:focus {
  outline: none;
  border-color: var(--ay-accent);
  box-shadow: 0 0 0 3px rgba(235, 135, 103, 0.12);
}

.note-popup-save {
  width: auto !important;
  background: #fff;
  color: #c96f52;
  border: 1px solid rgba(235, 135, 103, 0.55);
  padding: 6px 11px;
  border-radius: 999px;
  font-size: 10pt !important;
  font-weight: 600;
  line-height: 1.2;
  cursor: pointer;
  transition: 0.2s ease;
  box-shadow: none;
}

.note-popup-save:hover {
  background: #fff4ef;
  border-color: #FB9E1E;
  color: #a9553b;
}

.note-popup-message {
  margin-top: 10px;
  font-size: 10pt;
  color: #2f7a43;
  line-height: 1.4;
}

@media (max-width: 768px) {
  .note-box-content {
    display: block;
  }

  .note-box-link {
    display: inline-block;
    margin-top: 6px;
  }

  .note-popup-content {
    margin: 40px auto;
    padding: 16px;
  }
}
.katki-empty-state {
    background: #f9f9f9;
    border: 1px dashed #ddd;
    padding: 20px;
    text-align: center;
    margin: 20px 0;
    border-radius: 6px;
}

.katki-empty-state strong {
    font-size: 16px;
    display: block;
    margin-bottom: 5px;
}.katki-success {
    margin: 18px 0 14px;
    padding: 13px 15px;
    background: #f4fbf6;
    border: 1px solid #cfe9d7;
    border-left: 3px solid #49a56a;
    border-radius: 10px;
    font-size: 10pt;
    color: #2f6b45;
    line-height: 1.5;
    box-shadow: 0 4px 14px rgba(73, 165, 106, 0.08);
}

.katki-success strong {
    font-weight: 600;
    color: #255438;
}
.login-warning {
    margin-top: 10px;
    padding: 12px 14px;
    background: #fff8f5;
    border: 1px solid #f1ddd6;
    border-left: 3px solid #FB9E1E;
    border-radius: 10px;
    text-align: left;
}

.login-warning p {
    margin: 0 0 10px;
    font-size: 10pt;
    color: #5f5a57;
    line-height: 1.5;
}

.login-warning-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.login-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto !important;
    min-width: 92px;
    padding: 7px 12px;
    border-radius: 999px;
    text-decoration: none;
    font-size: 10pt;
    font-weight: 500;
    transition: 0.2s ease;
    border: 1px solid transparent;
}

.login-btn.primary {
    background: #FB9E1E;
    color: #fff;
    border-color: #FB9E1E;
}

.login-btn.primary:hover {
    background: #de7857;
    border-color: #de7857;
    color: #fff;
}

.login-btn.secondary {
    background: #fff;
    color: #b56a51;
    border-color: #e8c9bf;
}

.login-btn.secondary:hover {
    background: #fff3ee;
    border-color: #FB9E1E;
    color: #a9553b;
}

@media (max-width: 768px) {
    .login-warning-actions {
        width: 100%;
    }

    .login-btn {
        flex: 0 0 auto;
    }
}

.katki-cta-card {
    margin: 12px 0 16px;
    padding: 12px 14px;
    background: #fff8f5;
    border: 1px solid rgba(235, 135, 103, 0.28);
    border-left: 3px solid #FB9E1E;
    border-radius: 10px;
}

.katki-cta-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.katki-cta-text h3 {
    margin: 0 0 4px;
    font-size: 10pt;
    font-weight: 600;
    color: #2b2b2b;
    line-height: 1.4;
}

.katki-cta-text p {
    margin: 0;
    font-size: 10pt;
    color: #666;
    line-height: 1.4;
}

.katki-cta-buttons {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

.katki-cta-button {
    width: auto !important;
    background: #fff;
    color: #c96f52;
    border: 1px solid rgba(235, 135, 103, 0.55);
    padding: 6px 11px;
    border-radius: 999px;
    font-size: 10pt !important;
    font-weight: 600;
    line-height: 1.2;
    cursor: pointer;
    transition: 0.2s ease;
    box-shadow: none;
}

.katki-cta-button:hover {
    background: #fff4ef;
    border-color: #FB9E1E;
    color: #a9553b;
}

.katki-cta-link {
    font-size: 10pt;
    color: #FB9E1E;
    text-decoration: none;
    font-weight: 500;
}

.katki-cta-link:hover {
    text-decoration: underline;
}

.katki-box {
    background: #fff;
    padding: 18px;
    border-radius: 14px;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.06);
    margin: 22px 0 26px;
    border: 1px solid #f3ebe7;
}

.katki-box-head h3 {
    margin: 0 0 8px;
    font-size: 18px;
    line-height: 1.3;
    color: #1f1f1f;
}

.katki-desc {
    margin: 0 0 14px;
    font-size: 10pt;
    color: #666;
    line-height: 1.6;
}

.katki-secimler {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 14px;
}

.katki-secimler button {
    width: auto !important;
    background: #fff7f5;
    color: #7a5144;
    border: 1px solid #efd4cb;
    padding: 8px 12px;
    cursor: pointer;
    border-radius: 999px;
    transition: 0.2s ease;
    font-size: 10pt !important;
    font-weight: 500;
    line-height: 1.2;
}

.katki-secimler button:hover {
    background: #fbe8e1;
    border-color: #FB9E1E;
    color: #6a3f32;
}

.katki-secimler button.active {
    background: #FB9E1E;
    border-color: #FB9E1E;
    color: #fff;
}

.katki-helper {
    margin-bottom: 10px;
    padding: 10px 12px;
    background: #fff8f5;
    border: 1px solid #f1ddd6;
    border-radius: 10px;
    font-size: 10pt;
    color: #6e625d;
    line-height: 1.5;
}

#katki-form-alani textarea {
    width: 100%;
    min-height: 120px;
    margin-bottom: 10px;
    border-radius: 10px;
    padding: 12px;
    border: 1px solid #e5d9d3;
    font-size: 12pt !important;
    line-height: 1.6;
    background: #fff;
}

#katki-form-alani textarea:focus {
    outline: none;
    border-color: #FB9E1E;
    box-shadow: 0 0 0 3px rgba(235, 135, 103, 0.12);
}

#katki-form-alani button {
    width: auto !important;
    background: #FB9E1E;
    color: #fff;
    border: none;
    padding: 9px 14px;
    border-radius: 999px;
    cursor: pointer;
    font-size: 10pt !important;
    font-weight: 600;
    transition: 0.2s ease;
}

#katki-form-alani button:hover {
    background: #df7857;
}

.katki-list-title {
    margin: 28px 0 8px;
    font-size: 18px;
    color: #1f1f1f;
    line-height: 1.3;
}

.katki-list-desc {
    font-size: 10pt;
    color: #666;
    margin-bottom: 16px;
    line-height: 1.6;
}

.katki-group h3 {
    margin-top: 22px;
    margin-bottom: 12px;
    border-left: 3px solid #FB9E1E;
    padding-left: 10px;
    font-size: 16px;
    line-height: 1.3;
    color: #2b2b2b;
}

.katki-card {
    background: #fff;
    border-radius: 14px;
    padding: 16px;
    margin-bottom: 14px;
    box-shadow: 0 6px 22px rgba(0, 0, 0, 0.05);
    border: 1px solid #f3ece8;
    transition: 0.2s ease;
}

.katki-card:hover {
    transform: translateY(-1px);
}

.katki-badge {
    display: inline-block;
    margin-bottom: 10px;
    padding: 5px 9px;
    border-radius: 999px;
    background: #eef8f0;
    color: #2f7a43;
    font-size: 9pt;
    font-weight: 600;
}

.katki-text {
    font-size: 10pt;
    margin-bottom: 10px;
    color: #2c2c2c;
    line-height: 1.7;
}

.katki-footer {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    font-size: 10pt;
    color: #777;
    margin-bottom: 10px;
    line-height: 1.5;
}

.katki-actions {
    display: flex;
    gap: 10px;
    margin-top: 8px;
    flex-wrap: wrap;
}

.katki-actions button {
    width: auto !important;
    background: #fff;
    border: 1px solid #e4d8d2;
    border-radius: 999px;
    padding: 7px 12px;
    font-size: 10pt !important;
    color: #5b514d;
    line-height: 1.2;
    cursor: pointer;
    transition: 0.2s ease;
    margin-right: 0;
}

.katki-actions button span {
    margin-left: 6px;
    font-weight: 600;
}

.like-btn:hover {
    border-color: #51a96a;
    color: #2f7a43;
    background: #f4fbf5;
}

.dislike-btn:hover {
    border-color: #d17a7a;
    color: #a24949;
    background: #fff6f6;
}

.like-btn.active {
    background: #2fa24a;
    border-color: #2fa24a;
    color: #fff;
}

.dislike-btn.active {
    background: #cf4f4f;
    border-color: #cf4f4f;
    color: #fff;
}

.katki-vote-warning {
    margin-top: 8px;
    color: #c45757;
    font-size: 10pt;
    line-height: 1.4;
}

.katki-wrapper {
    background: #f9f9f9;
    padding: 15px;
    margin-top: 20px;
}

.katki-wrapper textarea {
    width: 100%;
    margin-bottom: 10px;
}

.katki-item {
    border-left: 4px solid #ddd;
    padding: 10px;
    margin-bottom: 10px;
    background: #fff;
}

@media (max-width: 768px) {
    .katki-cta-content {
        flex-direction: column;
        align-items: flex-start;
    }

    .katki-cta-buttons {
        width: 100%;
        flex-direction: row;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .katki-cta-button {
        width: auto !important;
    }

    .katki-box {
        padding: 15px;
    }

    .katki-actions button {
        width: 100% !important;
        justify-content: center;
    }
}


.title-comments {
    font-size: 18px !important;
}

.comment-reply-title {
    font-size: 18px !important;
}
.chord-info-title {
    font-size: 16px !important;
}
.user-icon-svg {
    width: 36px !important;        
    height: 36px !important;  
    fill: #fff !important;         
    display: block !important;  
}
.tuner-icon-svg {
    width: 29px !important;        
    height: 29px !important;  
    fill: #fff !important;         
    display: block !important;  
}  

.tuner-popup {
    max-height: 90vh;        
    overflow-y: auto;       
    overflow-x: hidden;      
    box-sizing: border-box;
}
.tuner-ad-area {
            margin-top: 7px !important;
            display: flex;
            justify-content: center;
        }
.tuner-description {
    margin-top: 7px;
    font-size: 9pt;
    color: #aaa;
    text-align: center;
}

.tuner-description a {
    color: #4f8cff;
    text-decoration: none;
    font-weight: 500;
}

.tuner-description a:hover {
    text-decoration: underline;
}

.tuner-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.6);
    z-index: 999998;
}
.tuner-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 380px;
    max-width: 95vw;
    border-radius: 10px;
    padding: 20px;
    z-index: 999999;
    box-shadow: 0 10px 30px rgba(0,0,0,.3);
}
.tuner-close {
    position: absolute;
    top: 10px;
    right: 12px;
    width: auto !important;
    height: auto !important;
    display: inline-block !important;
    background: #000 !important;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    padding: 5px !important;
    margin: 0 !important;
    font-size: 10pt !important;
    line-height: 1;
    color: #FFF !important;
    cursor: pointer;
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
}
.tuner-close:focus,
.tuner-close:active {
    color: #fff !important;
    background: #000 !important;
    outline: none !important;
    box-shadow: none !important;
}
.tuner-close:hover,
.tuner-close:focus:hover {
    color: #000 !important;
    background: #fff !important;
    outline: none !important;
    box-shadow: none !important;
}
.tuner-close:focus-visible {
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #000 !important;
}
.tuner-content {
    margin-top: 0px;
}
.blog-list {
  display: grid;
  gap: 2rem;
  max-width: 1000px;
  margin: 2rem auto;
  padding: 0 1rem;
}
.blog-item {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 1.5rem;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 3px 10px rgba(0,0,0,0.05);
}
.blog-thumb {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 220px;
  background-size: cover;
  background-position: center center;
}
.blog-content {
  padding: 1rem 1.5rem;
}
.blog-title {
  font-size: 1.5rem;
  margin: 0 0 .25rem;
}
.blog-title a {
  text-decoration: none;
  color: #222;
}
.blog-title a:hover {
  color: #0073aa;
}
.blog-meta {
  font-size: 0.9rem;
  color: #666;
  margin-bottom: .75rem;
}
.blog-excerpt {
  color: #444;
  line-height: 1.6;
  margin-bottom: 1rem;
}
.read-more {
  display: inline-block;
  text-decoration: none;
  color: #0073aa;
  font-weight: 600;
}
.read-more:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .blog-item {
    grid-template-columns: 1fr;
  }
  .blog-thumb {
    min-height: 200px;
  }
}
@media (max-width: 1024px) and (min-width: 769px) {
  .blog-item {
    grid-template-columns: 1fr !important;
  }
  .blog-thumb {
    min-height: 260px !important;
  }
  .blog-content {
    padding: 1.2rem !important;
  }
}
.cpress {
  overflow-x: auto !important;
}
.cpress_line {
  white-space: nowrap !important;
  display: flex !important;
  flex-wrap: nowrap !important;
}
.cpress_line_section {
  flex: 0 0 auto !important;
}
@media (max-width: 768px) {
  .cbxwpbkmarklistwrap {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    background: #fff !important;
    z-index: 99999 !important;
    overflow-y: auto;
  }
  .cbxwpbkmarklistwrap .cbxwpbkmark_cat_book_list,
  .cbxwpbkmarklistwrap .cbxwpbkmark_cat_add_form,
  .cbxwpbkmarklistwrap .cbxwpbkmark_cat_edit_form {
    width: 100% !important;
  }
  .cbxwpbkmarklistwrap .addto-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px;
    font-size: 16px;
    background: #f2f2f2;
  }
}
.cpress_line_section {
  display: inline-block;
  vertical-align: bottom;
  margin: 0;
  padding: 0;
}
.cpress_line_section .lyric {
  display: inline-block;
  line-height: 1.0em;
  margin: 0;
  padding: 0;
}
.cpress_line {
  display: none !important;
}
.show-cpress .cpress_line {
  display: inline-flex !important;
  flex-wrap: wrap;
  align-items: flex-end;
}
@media (max-width: 1024px) {
  .reklam-alani-desktop {
    display: none !important;
  }
}

.cpress_chordsheet {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: flex-start !important;
  gap: 10px;
}
.cpress-chord {
  width: 150px !important;
  margin-bottom: 15px;
}
.cpress_chordsheet > i {
  width: 100% !important;
  flex: 0 0 100% !important;
  margin-bottom: 15px !important;
  font-style: italic !important;
  font-size: 10pt !important;
}
.cpress_chordsheet > p {
  width: 100% !important;
  flex: 0 0 100% !important;
  margin-bottom: 15px !important;
}
.cpress-chord svg {
  height: 100% !important;
  width: 100% !important;
  object-fit: contain !important;
  display: block !important;
}
@media (max-width: 768px) {
  .cpress-chord {
    width: 48% !important;
  }
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  font-size: 10pt !important;
}
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
  font-size: 10pt !important;
  width:100%;
}
.contact-form input[type="text"],
.contact-form textarea,
.contact-form button {
  font-size: 10pt !important;
}
.error,
.error-message,
.form-error,
.validation-error,
.wpcf7-not-valid-tip,
.wpcf7-response-output {
  font-size: 10pt !important;
}
.contact-form .error,
.contact-form .error-message,
.contact-form .wpcf7-not-valid-tip {
  font-size: 10pt !important;
}
li a {
  font-size: 10pt;
  font-family: 'Roboto', sans-serif;
  line-height: 1.5;
}
.toggle-chord-button {
  margin-bottom:15px;
}
.entry-meta {
  font-size: 1.05rem;
  font-weight: 500;
  line-height: normal;
}
.entry-meta a {
  font-size: 1.05rem;
  font-weight: 500;
  line-height: normal;
  color: #ff0000;
}
.entry-title {
  font-size: 1.05rem;
  font-weight: 500;
  line-height: normal;
}
.entry-title a {
  font-size: 1.05rem;
  font-weight: 500;
  line-height: normal;
  color: #ff0000;
}
@media (max-width: 767px) {
  .icerikDetay {
    font-size: 9pt;
    white-space: nowrap;
    overflow-x: auto;
  }
  .icerikDetay > * {
    margin-bottom: 10px;
  }
}
.icerikDetay {
  white-space: nowrap;
  overflow-x: auto;
  display: block;
  font-size: 10pt;
  line-height: 1.5;
  padding: 10px;
}
.icerikDetay::-webkit-scrollbar {
  height: 6px;
}
.icerikDetay::-webkit-scrollbar-thumb {
  background-color: #ccc;
}
.icerikDetay > p {
  margin: 0;
}
.icerikDetay table {
  table-layout: fixed;
  width: 100%;
}
.icerikDetay table th,
.icerikDetay table td {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
p:empty {
  margin: 1.5em;
}

/* -------------------------------------------------------------------------
 * Akor Yağmuru liste, akordiyon ve arşiv görünümü
 * ---------------------------------------------------------------------- */
.custom-random-posts-container,
.popular-list-wrapper,
.ny-visited-posts {
  width: 100%;
  min-width: 0;
}

.custom-random-posts-container .custom-post-list,
.elementor-widget-shortcode .custom-post-list,
.elementor-widget-shortcode .popular-list,
.elementor-widget-shortcode .visited-posts,
.ny-song-list,
.ny-taxonomy-list,
.ny-archive-list {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px 10px;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  overflow: visible;
}

.custom-random-posts-container .custom-post-list > li,
.elementor-widget-shortcode .custom-post-list > li,
.elementor-widget-shortcode .popular-list > li,
.elementor-widget-shortcode .visited-posts > li,
.ny-song-list > li,
.ny-taxonomy-list > li,
.ny-archive-list > li {
  display: block !important;
  float: none !important;
  width: 100% !important;
  min-width: 0;
  min-height: 37px;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid #f0f2f5 !important;
  border-radius: 3px;
  background: #f7f7f7 !important;
  box-sizing: border-box;
  transition: background-color .16s ease, border-color .16s ease, box-shadow .16s ease;
  overflow: hidden;
}

.custom-random-posts-container .custom-post-list > li:nth-child(4n-1),
.custom-random-posts-container .custom-post-list > li:nth-child(4n),
.elementor-widget-shortcode .custom-post-list > li:nth-child(4n-1),
.elementor-widget-shortcode .custom-post-list > li:nth-child(4n),
.elementor-widget-shortcode .popular-list > li:nth-child(4n-1),
.elementor-widget-shortcode .popular-list > li:nth-child(4n),
.elementor-widget-shortcode .visited-posts > li:nth-child(4n-1),
.elementor-widget-shortcode .visited-posts > li:nth-child(4n),
.ny-song-list > li:nth-child(4n-1),
.ny-song-list > li:nth-child(4n),
.ny-taxonomy-list > li:nth-child(4n-1),
.ny-taxonomy-list > li:nth-child(4n),
.ny-archive-list > li:nth-child(4n-1),
.ny-archive-list > li:nth-child(4n) {
  background: #fff !important;
}

.custom-random-posts-container .custom-post-list > li:hover,
.elementor-widget-shortcode .custom-post-list > li:hover,
.elementor-widget-shortcode .popular-list > li:hover,
.elementor-widget-shortcode .visited-posts > li:hover,
.ny-song-list > li:hover,
.ny-taxonomy-list > li:hover,
.ny-archive-list > li:hover {
  background: #eef5ff !important;
  border-color: #cfe0f6 !important;
  box-shadow: 0 2px 8px rgba(25, 70, 120, .07);
}

.custom-random-posts-container .custom-post-list > li > a,
.elementor-widget-shortcode .custom-post-list > li > a,
.elementor-widget-shortcode .popular-list > li > a,
.elementor-widget-shortcode .visited-posts > li > a,
.ny-song-list > li > a,
.ny-taxonomy-list > li > a,
.ny-archive-list > li > a {
  display: flex !important;
  align-items: center;
  gap: 7px;
  width: 100% !important;
  min-width: 0;
  height: 100% !important;
  min-height: 35px;
  padding: 7px 10px !important;
  color: #111827 !important;
  font: inherit !important;
  font-size: 10pt !important;
  line-height: 1.35 !important;
  text-decoration: none !important;
  box-sizing: border-box;
  overflow: hidden;
}

.ny-list-badge,
.custom-post-list .thumbnail,
.visited-posts .thumbnail,
.popular-list .post-thumbnail {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  flex: 0 0 16px;
  width: 16px !important;
  height: 16px !important;
  margin: 0 !important;
  padding: 0;
  border-radius: 1px;
  background: #4c87bd;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 16px;
  overflow: hidden;
}

.ny-list-badge.is-chord {
  background: #ef8067;
}

.ny-list-badge.is-both {
  background: #4c87bd;
}

.ny-list-badge.is-tag {
  background: #9b51c7;
}

.ny-list-badge.is-artist {
  background: #ef8067;
}

.ny-list-badge.has-image {
  background: transparent;
}

.ny-list-badge img,
.custom-post-list .thumbnail img,
.visited-posts .thumbnail img,
.popular-list .post-thumbnail img {
  display: block;
  width: 16px !important;
  height: 16px !important;
  max-width: 16px !important;
  object-fit: cover;
}

.ny-list-text,
.custom-post-list li a,
.visited-posts li a,
.popular-list li a,
.ny-archive-list .post-title {
  min-width: 0;
}

.ny-list-text,
.ny-archive-list .post-title {
  display: block;
  flex: 1 1 auto;
  max-width: 56ch;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ny-list-empty {
  margin: 0;
  padding: 12px 10px;
  color: #667085;
  font-size: 13px;
}

#refresh-posts-button {
  width: calc(100% - 20px) !important;
  margin: 14px 10px 2px !important;
  border: 1px solid #03af4d !important;
  border-radius: 7px;
  background: #fff !important;
  color: #087c3a !important;
  font-weight: 600;
}

#refresh-posts-button:hover,
#refresh-posts-button:focus-visible {
  background: #03af4d !important;
  color: #fff !important;
}

/* Elementor önbelleğinde eski ul > ul çıktısı kalırsa grid yine tam genişlikte çalışsın. */
#random-ul > ul.custom-post-list,
#random-ul > ul.ny-song-list {
  display: contents !important;
}

#refresh-posts-button .fa-dice {
  font-size: 16px !important;
  line-height: 1;
}

/* Ana sayfadaki Elementor akordiyonlarını Akor Yağmuru ölçülerine yaklaştırır. */
body.home .elementor-widget-accordion .elementor-accordion,
body.home .e-n-accordion {
  overflow: hidden;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 3px 14px rgba(15, 23, 42, .12);
}

body.home .elementor-widget-accordion .elementor-tab-title,
body.home .e-n-accordion-item-title {
  display: flex;
  align-items: center;
  min-height: 72px;
  padding: 18px 26px !important;
  border-width: 0 0 1px !important;
  border-color: #e8eaee !important;
  color: #3f4d5e !important;
  font-size: 16px !important;
  font-weight: 700 !important;
}

body.home .elementor-widget-accordion .elementor-tab-content,
body.home .e-n-accordion-item > div[role="region"] {
  padding: 14px 26px 20px !important;
  border-width: 0 0 1px !important;
  border-color: #e8eaee !important;
}

body.home .elementor-accordion-icon,
body.home .e-n-accordion-item-title-icon {
  flex: 0 0 24px;
  width: 24px;
  margin-right: 10px;
}

/* Kategori, etiket ve diğer arşiv ekranları. */
.ny-archive-shell {
  width: min(calc(100% - 32px), 1200px);
  margin: 24px auto 180px;
}

/* Elementor içerik ölçüsüne yakın masaüstü post ve arşiv genişliği. */
@media (min-width: 1025px) {
  body.single-post main.site-main {
    width: min(calc(100% - 40px), 1200px) !important;
    max-width: 1200px !important;
  }

  body.archive main.ny-archive-shell,
  body.search main.ny-archive-shell {
    width: min(calc(100% - 40px), 1200px) !important;
    max-width: 1200px !important;
  }
}

.ny-archive-header {
  margin-bottom: 18px;
}

.ny-archive-search {
  margin: 14px 0 20px;
}

.ny-archive-count {
  margin: 0 0 12px;
  color: #667085;
  font-size: 13px;
  text-align: center;
}

.ny-archive-shell .entry-title {
  margin: 18px 0;
  color: #253346;
  font-size: 21px;
  font-weight: 700;
  text-align: center;
}

.ny-archive-shell .pagination {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 24px;
}

.ny-archive-shell .pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  min-height: 36px;
  padding: 6px 10px;
  border: 1px solid #dbe2ea;
  border-radius: 6px;
  background: #fff;
  color: #253346;
  text-decoration: none;
}

.ny-archive-shell .pagination .current,
.ny-archive-shell .pagination a:hover {
  border-color: #4c87bd;
  background: #4c87bd;
  color: #fff;
}

@media (min-width: 769px) and (max-width: 1024px) {
  .custom-random-posts-container .custom-post-list,
  .elementor-widget-shortcode .custom-post-list,
  .elementor-widget-shortcode .popular-list,
  .elementor-widget-shortcode .visited-posts,
  .ny-song-list,
  .ny-taxonomy-list,
  .ny-archive-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px 10px;
  }

  .ny-list-text,
  .ny-archive-list .post-title {
    max-width: 44ch;
  }
}

@media (max-width: 768px) {
  .custom-random-posts-container .custom-post-list,
  .elementor-widget-shortcode .custom-post-list,
  .elementor-widget-shortcode .popular-list,
  .elementor-widget-shortcode .visited-posts,
  .ny-song-list,
  .ny-taxonomy-list,
  .ny-archive-list {
    grid-template-columns: minmax(0, 1fr);
    gap: 6px;
  }

  .custom-random-posts-container .custom-post-list > li:nth-child(even),
  .elementor-widget-shortcode .custom-post-list > li:nth-child(even),
  .elementor-widget-shortcode .popular-list > li:nth-child(even),
  .elementor-widget-shortcode .visited-posts > li:nth-child(even),
  .ny-song-list > li:nth-child(even),
  .ny-taxonomy-list > li:nth-child(even),
  .ny-archive-list > li:nth-child(even) {
    background: #fff !important;
  }

  .custom-random-posts-container .custom-post-list > li:nth-child(odd),
  .elementor-widget-shortcode .custom-post-list > li:nth-child(odd),
  .elementor-widget-shortcode .popular-list > li:nth-child(odd),
  .elementor-widget-shortcode .visited-posts > li:nth-child(odd),
  .ny-song-list > li:nth-child(odd),
  .ny-taxonomy-list > li:nth-child(odd),
  .ny-archive-list > li:nth-child(odd) {
    background: #f7f7f7 !important;
  }

  .ny-list-text,
  .ny-archive-list .post-title {
    max-width: 32ch;
  }

  body.home .elementor-widget-accordion .elementor-tab-title,
  body.home .e-n-accordion-item-title {
    min-height: 62px;
    padding: 15px 18px !important;
    font-size: 15px !important;
  }

  body.home .elementor-widget-accordion .elementor-tab-content,
  body.home .e-n-accordion-item > div[role="region"] {
    padding: 12px 14px 16px !important;
  }

  .ny-archive-shell {
    width: min(100% - 20px, 1000px);
    margin-top: 16px;
  }
}

/* Akor Yağmuru başlık ikonları ve oturum rozetiyle birebir ölçüler. */
.user-icon {
  position: absolute;
  display: inline-block;
}

.user-icon .login-check {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: green;
}

.user-icon .login-check svg {
  width: 12px !important;
  height: 12px !important;
}

.site-header {
  min-height: 64px;
}

.header-inner {
  display: flex;
  align-items: center;
  gap: 12px;
}

.site-logo {
  display: inline-block;
  height: 48px;
}

.site-logo img {
  aspect-ratio: 350 / 100;
}

.user-icon,
#popupButton {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.user-icon-svg {
  width: 36px !important;
  height: 36px !important;
  fill: #fff !important;
  display: block !important;
}

.tuner-icon-svg {
  width: 29px !important;
  height: 29px !important;
  fill: #fff !important;
  display: block !important;
}

body.home .elementor-widget-accordion .elementor-tab-title i,
body.home .elementor-widget-accordion .elementor-tab-title .fas,
body.home .elementor-widget-accordion .elementor-tab-title .far,
body.home .elementor-widget-accordion .elementor-tab-title .fab,
body.home .e-n-accordion-item-title i,
body.home .e-n-accordion-item-title .fas,
body.home .e-n-accordion-item-title .far,
body.home .e-n-accordion-item-title .fab {
  width: 18px;
  font-size: 16px !important;
  line-height: 1 !important;
  text-align: center;
}
br {
  line-height: 1.5;
}
.post span,
.post p {
  font-family: 'Roboto';
  font-size: 10pt;
}
.button_ton {
  display: inline-block;
  padding: 1px;
  margin: 0px;
  cursor: pointer;
  width: 35px;
  height: 35px;
  text-align: center;
  font-size: 15px;
  line-height: 33px;
}
.button_ton.active {
  background-color: #74a1ea;
  border-color: #1863dc;
  border-width: 1px;
  border-style: solid;
  color: #fff;
}
.desktop-only {
  display: none;
}
@media (min-width: 768px) {
  .desktop-only {
    display: block;
  }
  .mobile-only {
    display: none;
  }
}
@media (max-width: 767px) {
  .desktop-only {
    display: none;
  }
  .mobile-only {
    display: block;
  }
}
.bookmark-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}
.print-buttons {
  display: flex;
  align-items: center;
}
.print-button {
  margin-left: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.mobile-only {
  display: none;
}
@media (max-width: 767px) {
  .mobile-only {
    display: block;
  }
}

.legal-disclaimer {
  margin: 20px 0 10px;
  padding: 15px;
  border-left: 4px solid #44b254;
  background: #f7faf7;
  color: #555;
  font-size: 9pt;
  line-height: 1.6;
}

.aky-login-register {
  margin: 14px 0 0;
  text-align: center;
}

.aky-login-register a {
  color: #2f7a43;
  font-weight: 600;
}

/* Single şarkı araç çubuğu */
.icerikDetay.two-column {
  column-count: 2;
  column-gap: 30px;
  column-fill: balance;
  height: auto !important;
  max-height: none !important;
  min-height: 0 !important;
  overflow: visible !important;
}
.icerikDetay.two-column > div {
  display: block;
  height: auto !important;
  max-height: none !important;
  min-height: 0 !important;
  overflow: visible !important;
}
.icerikDetay.two-column p,
.cpress.twocol .cpress_line {
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
}
.icerikDetay.two-column p {
  display: block;
  margin: 0;
}
.cpress.twocol {
  column-count: 2;
  column-gap: 40px;
}
.song-toolbar {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 8px 0 12px;
  padding-bottom: 6px;
  overflow-x: auto;
  flex-wrap: nowrap;
  white-space: nowrap;
  border-bottom: 1px solid #eee;
  color: #333;
  font-size: 14px;
  scrollbar-width: thin;
  scrollbar-color: #ccc transparent;
}
.song-toolbar::-webkit-scrollbar {
  height: 6px;
}
.song-toolbar::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 4px;
}
.song-toolbar .toolbar-text {
  display: inline-block;
  color: #333;
  font-weight: 500;
}
.song-toolbar .save-tone-btn,
.song-toolbar .toggle-columns-btn,
.song-toolbar .scroll-toggle {
  cursor: pointer;
  transition: color .2s ease;
}
.song-toolbar .save-tone-btn:hover,
.song-toolbar .toggle-columns-btn:not(.is-disabled):hover,
.song-toolbar .scroll-toggle:hover {
  color: #d33;
  text-decoration: underline;
}
.song-toolbar .toolbar-text.saved {
  color: #d33 !important;
}
.song-toolbar .toggle-columns-btn.is-disabled {
  color: #999;
  cursor: default;
  text-decoration: none;
}
.login-warning {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 10px;
  padding: 8px 10px;
  border-left: 3px solid #ddd;
  border-radius: 3px;
  background: #f9f9f9;
  color: #000;
  font-size: 10pt;
}
.login-warning a {
  color: #0073aa;
  text-decoration: none;
}
.scroll-speed-panel {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 10px 0;
  padding: 8px 10px;
  border: 1px solid #ddd;
  border-radius: 6px;
  background: #f9f9f9;
  font-size: 10pt;
}
.scroll-speed-panel span {
  padding: 5px 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
}
.scroll-speed-panel span.active {
  border-color: #d33;
  background: #d33;
  color: #fff;
}

/* Single alt içerik akışı */
.seo-tags {
  margin: 10px 0;
  padding: 15px 0;
  border-top: 1px solid #ddd;
}
.seo-tags-title {
  margin-bottom: 8px;
  font-size: 9pt;
  font-weight: 700;
}
.seo-tags-title i {
  margin-right: 6px;
  color: #777;
}
.seo-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.seo-tag-list span {
  padding: 6px 12px;
  border-radius: 3px;
  background: #f0f0f0;
  color: #0066cc;
  font-size: 8pt;
}
.related-songs {
  margin: 10px 0;
  padding: 0;
  border-top: 1px solid #ddd;
}
.related-songs h4,
.related-songs h5,
.related-songs h6 {
  font-size: 10pt !important;
  line-height: 1.55;
}
.related-songs ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.related-songs li a {
  display: block;
  margin-bottom: 6px;
  padding: 8px 10px;
  border: 1px solid #f0e7e2;
  border-radius: 8px;
  background: #faf8f7;
  color: #5f5a57;
  font-size: 10pt;
  line-height: 1.5;
  text-decoration: none;
  transition: .2s ease;
}
.related-songs li a:hover {
  border-color: #FB9E1E;
  background: #fff4ef;
  color: #a9553b;
}
.related-songs p {
  margin-top: 12px;
}
.related-songs p a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 12px;
  border: 1px solid #f1ddd6;
  border-radius: 999px;
  background: #fff8f5;
  color: #c96f52;
  font-size: 10pt;
  font-weight: 500;
  text-decoration: none;
}
@media (max-width: 768px) {
  .icerikDetay.two-column,
  .cpress.twocol {
    column-count: 1;
  }
  .toggle-columns-btn {
    display: none !important;
  }
}

/* Ultimate Member: üyenin standart AlphaTab tercihleri */
.ny-alphatab-profile-settings {
  margin: 0;
  padding: 18px;
  border: 1px solid #e3e8ef;
  border-radius: 12px;
  background: #f8fafc;
}
.ny-alphatab-profile-area {
  clear: both;
  width: 100%;
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid #e5e7eb;
}
.ny-alphatab-profile-heading {
  margin-bottom: 15px;
}
.ny-alphatab-profile-heading h3 {
  margin: 0 0 5px !important;
  color: #172033;
  font-size: 16px !important;
  font-weight: 700;
}
.ny-alphatab-profile-heading p {
  margin: 0;
  color: #667085;
  font-size: 13px;
  line-height: 1.5;
}
.ny-alphatab-profile-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.ny-alphatab-choice-group {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
.ny-alphatab-choice-group legend {
  width: auto;
  margin: 0 0 7px;
  padding: 0;
  color: #344054;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
}
.ny-alphatab-segments {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: 100%;
  padding: 3px;
  border: 1px solid #d8dee8;
  border-radius: 10px;
  background: #eef2f6;
  box-sizing: border-box;
}
.ny-alphatab-choice-group:last-child .ny-alphatab-segments {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.ny-alphatab-segments label {
  position: relative;
  min-width: 0;
  margin: 0;
  cursor: pointer;
}
.ny-alphatab-segments input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
.ny-alphatab-segments span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 7px 6px;
  border: 1px solid transparent;
  border-radius: 7px;
  color: #667085;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  transition: background-color .18s ease, border-color .18s ease, color .18s ease, box-shadow .18s ease;
}
.ny-alphatab-segments label:hover span {
  color: #172033;
}
.ny-alphatab-segments input:checked + span {
  border-color: #e3e8ef;
  background: #fff;
  color: #e88b0a;
  box-shadow: 0 1px 4px rgba(16, 24, 40, .12);
}
.ny-alphatab-segments input:focus-visible + span {
  outline: 2px solid #ff9f1c;
  outline-offset: 1px;
}
.ny-alphatab-profile-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 16px;
}
.ny-alphatab-save-button {
  min-height: 40px;
  padding: 9px 18px !important;
  border: 1px solid #ff9f1c !important;
  border-radius: 8px !important;
  background: #ff9f1c !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  cursor: pointer;
  transition: background-color .2s ease, border-color .2s ease, opacity .2s ease;
}
.ny-alphatab-save-button:hover,
.ny-alphatab-save-button:focus {
  border-color: #e88b0a !important;
  background: #e88b0a !important;
  color: #fff !important;
}
.ny-alphatab-save-button:disabled {
  opacity: .65;
  cursor: wait;
}
.ny-alphatab-profile-feedback {
  color: #667085;
  font-size: 13px;
}
.ny-alphatab-profile-feedback.is-success {
  color: #16803c;
}
.ny-alphatab-profile-feedback.is-error {
  color: #c62828;
}
@media (max-width: 700px) {
  .ny-alphatab-profile-grid {
    grid-template-columns: 1fr;
  }
  .ny-alphatab-profile-actions {
    align-items: flex-start;
    flex-direction: column;
  }
  .ny-alphatab-profile-settings {
    padding: 15px;
  }
  .ny-alphatab-segments span {
    min-height: 42px;
    font-size: 13px;
  }
}

/* Özelleştirici: özel gün mesajı */
.ozel-gun-bar {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 60px;
  overflow: hidden;
  box-sizing: border-box;
}
.ozel-gun-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(calc(100% - 32px), 1200px);
  min-height: 60px;
  margin: 0 auto;
  padding: 6px 90px;
  box-sizing: border-box;
}
.ozel-gun-center {
  position: relative;
  z-index: 2;
  color: #fff;
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-size: 12pt;
  font-weight: 300;
  line-height: 1.35;
  letter-spacing: .1px;
  text-align: center;
}
.ozel-gun-left,
.ozel-gun-right {
  position: absolute;
  top: 50%;
  z-index: 3;
  transform: translateY(-50%);
}
.ozel-gun-left {
  left: 12px;
}
.ozel-gun-right {
  right: 12px;
}
.ozel-icon {
  display: block;
  width: auto;
  height: 50px;
  transition: transform .2s ease, opacity .2s ease;
}
.ozel-icon:hover {
  opacity: .85;
  transform: scale(1.05);
}
@media (max-width: 991px) {
  .ozel-gun-bar,
  .ozel-gun-inner {
    min-height: 50px;
  }
  .ozel-gun-inner {
    padding-right: 72px;
    padding-left: 72px;
  }
  .ozel-gun-center {
    font-size: 10pt;
  }
  .ozel-icon {
    height: 43px;
  }
}
@media (max-width: 480px) {
  .ozel-gun-inner {
    width: 100%;
    padding-right: 52px;
    padding-left: 52px;
  }
  .ozel-gun-center {
    font-size: 8pt;
  }
  .ozel-icon {
    height: 35px;
  }
  .ozel-gun-left {
    left: 8px;
  }
  .ozel-gun-right {
    right: 8px;
  }
}
