body { color: #111; background-color: #ffffff; font-family: sans-serif; }
a { color: #007bff; text-decoration: none; }
a:hover { text-decoration: underline; }

/* Breadcrumbs */
.breadcrumb-container { padding: 10px 0 15px 0; font-size: 13px; color: #666; }
.breadcrumb-list { list-style: none; padding: 0; margin: 0; }
.breadcrumb-list li { display: inline; }
.breadcrumb-list li+li:before { padding: 0 8px; color: #aaa; content: "/"; }
.breadcrumb-list a { text-transform: capitalize; }
.breadcrumb-list li:last-child { color: #000; font-weight: 500; }

/* SEO Headings */
h1.seo-title { font-size: 16px; line-height: 1.4; margin-bottom: 5px; color: #000; }
h2.seo-subtitle { font-size: 13px; color: #666; font-weight: normal; margin-top: 0; margin-bottom: 20px; }

/* Meta Grid */
.meta-grid { display: grid; grid-template-columns: 1fr; gap: 8px; background: #f9f9f9; padding: 15px; border-radius: 8px; margin-bottom: 20px; border: 1px solid #ddd; }
.meta-item { display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #eee; padding-bottom: 8px; font-size: 14px; }
.meta-item:last-child { border-bottom: none; padding-bottom: 0; }
.meta-label { font-weight: bold; color: #555; }
.meta-value { text-align: right; }

/* Player & List Styles */
.ringtone-list { margin-top: 20px; }
.ringtone { background: #ffffff; border: 1px solid #ddd; padding: 15px; margin-bottom: 15px; border-radius: 8px; }
.details h3 { font-size: 12px; margin: 0 0 10px 0; color: #000; }
.controls audio { margin-bottom: 10px; height: 40px; }
.time { font-size: 12px; color: #666; margin-bottom: 10px; }
.time2 { font-size: 12px; color: #007bff; margin-bottom: 10px; }
p.seo-subtitle {font-size: 14px;}

/* Download Button */
.download-button a {
    display: block; background: #28a745; color: #fff; text-align: center;
    padding: 10px; border-radius: 5px; font-weight: bold; text-decoration: none;
}
.download-button a:hover { background: #218838; }

/* Tags */
.item-tags { margin: 5px 0 10px 0; font-size: 11px; color: #777; }
.item-tags a { color: #666; text-decoration: none; background: #eee; padding: 2px 6px; border-radius: 4px; margin-right: 4px; display: inline-block; margin-bottom: 4px; }
.item-tags a:hover { color: #007bff; background: #ddd; }

/* Details & FAQ */
details { background: #f5f5f5; padding: 10px; border-radius: 5px; margin-bottom: 20px; }
summary { font-size: 14px; cursor: pointer; color: #28a745; font-weight: bold; }

.seo-faq { margin-top: 30px; border-top: 1px solid #ddd; padding-top: 20px; }
.seo-faq h3 { font-size: 16px; color: #28a745; }
.seo-faq p { font-size: 14px; color: #444; line-height: 1.5; }

/* Author Box */
.author-box { display: flex; align-items: center; gap: 15px; background: #f9f9f9; padding: 15px; border-radius: 12px; margin-top: 30px; border: 1px solid #ddd; }
.author-details h3 { margin: 0; font-size: 14px; color: #000; }
.author-details p { margin: 3px 0; font-size: 12px; color: #666; }

/* Recent Albums */
.recent-albums-wrap { margin: 30px 0; padding: 15px; background: #f9f9f9; border-radius: 8px; border: 1px solid #ddd; }
.recent-albums-wrap h3 { font-size: 16px; color: #000; margin-bottom: 15px; border-bottom: 1px solid #ddd; padding-bottom: 8px; margin-top:0;}

.recent-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(100px, 1fr)); gap: 12px; }
.recent-item { text-decoration: none; color: #000; text-align: center; display: flex; flex-direction: column; align-items: center; }
.recent-item:hover { opacity: 0.85; }
.recent-item:hover span { color: #007bff; text-decoration: underline; }
.recent-item img { width: 100%; height: auto; aspect-ratio: 1/1; object-fit: cover; border-radius: 6px; box-shadow: 0 1px 3px rgba(0,0,0,0.2); margin-bottom: 5px; }
.recent-item span { font-size: 16px; line-height: 1.3; font-weight: 500; color:#333;}

/* Desktop */
@media (min-width: 768px) {
    .recent-grid { grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); }
}