/* ================================================================== */
/* LARGE TABLETS & SMALL DESKTOPS (max-width: 980px)                  */
/* ================================================================== */
@media screen and (max-width: 1200px) {
  /* Hamburger Button Visibility */
  .hamburger-toggle {
    display: flex !important;
  }

  /* Hide Desktop Navigation */
  .navbar-menu {
    display: none !important;
  }

  /* Adjust Right Section */
  .navbar-right {
    gap: 1.6rem;
  }

  /* Hide Username and Stars on Mobile */
  .navbar-stars {
    display: none !important;
  }

  .user-dropdown-wrapper {
    display: none !important;
  }

  /* Show Mobile Menu */
  .navbar-mobile-menu {
    display: flex !important;
    max-height: 0;
    overflow-y: auto;
  }

  .navbar-mobile-menu.active {
    height: auto;
  }

  /* Notification Bell Adjustment */
  .notification-bell {
    font-size: 1.76rem;
  }

  .notification-dropdown {
    right: -80px;
    width: 300px;
    max-height: 350px;
  }

  /* Profile Image Size */
  .user-profile-img {
    width: 35px;
    height: 35px;
    display: none;
  }

  .navbar-logo {
    width: calc(100% - 70px);
  }

  .navbar-logo.guest {
    width: calc(100% - 150px);
  }

  /* Logo Text Responsive */
  .navbar-logo-text {
    max-width: 200px;
    font-size: 1.36rem;
  }

  /* Auth Buttons Responsive */
  .navbar-auth-btn span {
    display: none;
  }

  .navbar-auth-btn {
    padding: 0.8rem 1.2rem;
  }

  .navbar-auth-btn i {
    margin: 0 !important;
  }

  /* --- max-width: 992px --- */
  .navbarfontsize {
    font-size: 13px;
  }

  .heightFixer {
    margin-top: 75px;
  }

  #navbarone {
    font-size: 13px;
  }

  .barndcontainer,
  .userimgcontainer {
    width: 30px;
    height: 30px;
  }

  .starimgcontaiiner,
  .toggleicon {
    width: 15px;
    height: 15px;
  }

  .starcontainer {
    width: 70px;
    height: 25px;
  }

  .user-container {
    padding: 12px 16px;
  }

  .slide-content {
    max-width: 992px;
  }

  .card-wrapper {
    margin-left: 450px;
    height: 30vh;
  }

  .topmangastorytitle {
    font-size: 12px;
  }

  .offcanvas-body {
    padding-bottom: 50px;
  }

  .customnavbar {
    width: 90%;
    margin: 0 auto;
    padding: 10px 20px;
    background: linear-gradient(135deg,
        rgba(15, 23, 42, 0.98) 0%,
        rgba(30, 41, 59, 0.98) 50%,
        rgba(15, 23, 42, 0.98) 100%);
    backdrop-filter: blur(25px);
    border: 1px solid rgba(20, 184, 166, 0.4);
  }

  .pointcontainer {
    font-size: 12px;
    line-height: 12px;
  }

  .navbar-brand {
    margin: 0 !important;
    margin-left: 20px !important;
  }
}

@media (max-width: 980px) {

  /* --- max-width: 1080px --- */
  

  /* --- max-width: 992px --- */
  .blogcover {
    height: 300px;
    margin-top: 20px;
  }

  /* --- max-width: 992px --- */
  .tagcloud-section-modern {
    padding: 1.92rem;
    margin: 1.6rem 0;
    border-radius: 15px;
  }

  .tagcloud-content-modern {
    gap: 0.96rem;
  }

  .tag-item-modern {
    padding: 0.8rem 1.6rem;
    font-size: 1.36rem;
  }

  .auth-section-modern {
    margin-top: 2.4rem;
    gap: 1.28rem;
  }

  .auth-button-modern {
    padding: 1.12rem 2.4rem;
    font-size: 1.44rem;
    min-width: 100px;
  }

  /* --- max-width: 980px --- */
  .welcome-text {
    font-size: 2.56rem;
  }

  /* --- max-width: 980px --- */
  .carousel-text {
    font-size: 2.56rem;
  }

  .carousel-brand-name {
    font-size: 2.24rem;
  }

  /* --- max-width: 992px --- */
  .carousel-container-themed {
    padding: 1.6rem;
    margin-bottom: 2.4rem;
  }

  .cardcontainer-themed {
    min-height: 150px;
    margin: 1px;
  }

  .storytitle-themed {
    font-size: 12px;
  }

  .storyreleasedate-themed {
    font-size: 10px;
  }

  .chapter-themed {
    font-size: 9px;
    padding: 0.32rem;
  }

  /* --- max-width: 992px --- */
  .author-info-card {
    margin: 15px;
    padding: 20px;
  }

  .author-info-card .author-avatar {
    width: 100px;
    height: 100px;
  }

  .author-info-card .author-name {
    font-size: 2.24rem;
  }

  .author-info-card .author-bio {
    font-size: 1.44rem;
  }

  .author-info-card .social-links {
    gap: 10px;
  }

  .author-info-card .social-link {
    width: 35px;
    height: 35px;
    font-size: 16px;
  }

  /* --- max-width: 1200px --- */
  .author-hero-content {
    gap: 3.2rem;
  }

  .author-name-hero {
    font-size: 4rem;
  }

  .author-stats {
    gap: 3.2rem;
  }

  /* --- max-width: 992px --- */
  .author-hero-content {
    flex-direction: column;
    text-align: center;
    gap: 3.2rem;
  }

  .author-avatar-large {
    width: 150px;
    height: 150px;
  }

  .author-name-hero {
    font-size: 3.52rem;
  }

  .author-stats {
    justify-content: center;
    gap: 3.2rem;
  }

  .author-main-content {
    padding: 3.2rem 0;
  }

  .stats-grid {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }

  /* --- max-width: 1080px --- */
  .notification-item {
    padding: 1.36rem;
  }

  .notification-item-title {
    font-size: 1.36rem;
  }

  .notification-item-message {
    font-size: 1.28rem;
  }

  .notification-item-time {
    font-size: 1.12rem;
  }

  .notification-action {
    padding: 0.48rem 0.96rem;
    font-size: 1.12rem;
  }

  .notification-action i {
    font-size: 0.96rem;
  }

}


/* ================================================================== */
/* TABLETS & MEDIUM DEVICES (max-width: 768px)                        */
/* ================================================================== */
@media (max-width: 768px) {

  /* --- max-width: 768px --- */
  .navbar-container {
    padding: 0 1.2rem;
    min-height: 55px;
  }

  .navbar-logo-img {
    width: 40px;
    height: 40px;
  }

  .navbar-logo-text {
    font-size: 1.28rem;
  }

  .hamburger-line {
    width: 22px;
    height: 2px;
  }

  .user-profile-img {
    width: 32px;
    height: 32px;
  }

  .notification-bell {
    font-size: 1.6rem;
  }

  .notification-dropdown {
    width: 280px;
    max-height: 300px;
    right: -60px;
  }

  .notification-header {
    padding: 1.2rem;
  }

  .notification-title {
    font-size: 1.44rem;
  }

  .notification-mark-all {
    font-size: 1.2rem;
  }

  .mobile-user-info {
    padding: 1.2rem;
    gap: 0.8rem;
  }

  .mobile-user-img {
    width: 40px;
    height: 40px;
  }

  .mobile-username {
    font-size: 1.44rem;
  }

  .mobile-view-profile {
    font-size: 1.2rem;
  }

  .mobile-nav-items a {
    padding: 1.2rem 1.4rem;
    font-size: 1.44rem;
  }

  /* --- max-width: 768px --- */
  .search-wrapper {
    padding: 0 10px;
  }

  .search-box-container {
    max-width: 100%;
    width: 100% !important;
  }

  .searchcontainer {
    width: 100%;
    min-height: 48px;
    padding: 0 15px;
    border-radius: 40px;
    margin: 0;
  }

  .customsearchs {
    height: 48px;
    font-size: 14px;
    padding: 0 8px;
  }

  .customsearchicon {
    font-size: 18px;
    width: 40px;
    height: 48px;
  }

  /* --- max-width: 768px --- */
  #search-results {
    max-height: 60vh;
  }

  #search-results li a {
    padding: 12px 14px;
    font-size: 1.44rem;
  }

  #search-results li:hover a {
    padding-left: 20px;
  }

  #search-results>div {
    margin: 8px;
    padding: 14px;
    font-size: 1.44rem;
  }

  /* --- max-width: 768px --- */
  body {
    background-color: var(--bg-color);
    font-size: 16px;
  }

  .heightFixer {
    margin-top: 100px;
  }

  .signinoutcontainer {
    display: none;
  }

  .slide-content {
    /* width: 600px; */
    max-width: 768px;
  }

  .card-wrapper {
    margin-left: 180px;
    height: 30vh;
  }

  /* --- max-width: 768px --- */
  .tablediv {
    font-size: 10px;
  }

  .cancelorderbtn {
    font-size: 15px;
  }

  /* --- max-width: 768px --- */
  .blogcover {
    height: 200px;
    margin-top: 70px;
    background-size: 80% 50%;
  }

  /* --- max-width: 768px --- */
  .genre-section-modern {
    padding: 2.4rem;
    margin: 1.6rem 0;
    border-radius: 15px;
  }

  .genre-title-modern {
    font-size: 2.4rem;
    padding: 1.28rem 2.4rem;
  }

  .genre-grid-modern {
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 1.28rem;
  }

  .genre-tag-modern {
    padding: 0.96rem 1.92rem;
  }

  .genre-tag-modern a {
    font-size: 1.44rem;
  }

  /* --- max-width: 768px --- */
  .tagcloud-section-modern {
    padding: 1.6rem;
    border-radius: 12px;
    background: linear-gradient(135deg,
        rgba(15, 23, 42, 0.95) 0%,
        rgba(30, 41, 59, 0.95) 50%,
        rgba(15, 23, 42, 0.95) 100%);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(20, 184, 166, 0.3);
    box-shadow: 0 8px 20px rgba(20, 184, 166, 0.15);
  }

  .tagcloud-content-modern {
    gap: 0.8rem;
  }

  .tag-item-modern {
    padding: 0.64rem 1.28rem;
    font-size: 1.28rem;
    justify-content: start;
    max-width: 150px;
    background: rgba(25, 35, 55, 0.4);
    border: 1px solid rgba(20, 184, 166, 0.3);
    backdrop-filter: blur(8px);
    box-shadow: 0 3px 10px rgba(20, 184, 166, 0.15);
  }

  .tag-item-modern a {
    font-size: 1.28rem;
    color: rgba(255, 255, 255, 0.9);
  }

  .tag-item-modern:hover {
    background: rgba(20, 184, 166, 0.1);
    border-color: rgba(20, 184, 166, 0.6);
    box-shadow: 0 5px 15px rgba(20, 184, 166, 0.25);
  }

  .auth-section-modern {
    flex-direction: column;
    gap: 0.96rem;
    margin-top: 1.6rem;
  }

  .auth-button-modern {
    padding: 0.96rem 1.92rem;
    font-size: 1.36rem;
    min-width: 90px;
    border-radius: 20px;
    background: rgba(25, 35, 55, 0.4);
    border: 1px solid rgba(20, 184, 166, 0.3);
    color: rgba(255, 255, 255, 0.9);
  }

  .auth-button-modern:hover {
    background: rgba(20, 184, 166, 0.1);
    border-color: rgba(20, 184, 166, 0.6);
  }

  /* --- max-width: 768px --- */
  .profile-content-section {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }

  .profile-navigation {
    position: static;
    display: flex;
    overflow-x: auto;
    padding: 1.6rem;
    gap: 0.8rem;
  }

  .profile-nav-item {
    white-space: nowrap;
    margin-bottom: 0;
    flex-shrink: 0;
  }

  .profile-header-section {
    padding: 2.4rem;
  }

  .profile-avatar-large {
    width: 100px;
    height: 100px;
  }

  .profile-content-area {
    padding: 2.4rem;
  }

  .photo-upload-area {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 1.6rem;
  }

  .current-photo {
    margin: 0 auto;
  }

  .card-header {
    padding: 1.6rem;
    flex-direction: column;
    text-align: center;
    gap: 0.8rem;
  }

  .card-icon {
    margin-right: 0;
    margin-bottom: 0.8rem;
  }

  .card-body {
    padding: 1.6rem;
  }

  .current-info {
    flex-direction: column;
    text-align: center;
    gap: 0.8rem;
  }

  .card-actions {
    text-align: center;
  }

  /* --- max-width: 768px --- */
  .footer-content {
    padding: 2.4rem 0 1.6rem;
  }

  .footer-section {
    padding: 1.2rem;
    margin-bottom: 1.2rem;
  }

  .footer-stats {
    justify-content: center;
    gap: 1.6rem;
  }

  .copyright-txt {
    font-size: 1.92rem;
  }

  .social-links {
    flex-wrap: wrap;
  }

  .social-link {
    flex: 1;
    min-width: 100px;
    justify-content: center;
  }

  .footer-bottom-links {
    justify-content: center;
    margin-top: 1.2rem;
    gap: 1.6rem;
    flex-direction: column;
  }

  

  /* --- max-width: 576px --- */
  .footer-logo {
    flex-direction: column;
    text-align: center;
    gap: 0.64rem;
  }

  .company-name {
    font-size: 1.76rem;
  }

  .footer-stats {
    gap: 1.2rem;
  }

  .stat-number {
    font-size: 2.08rem;
  }

  .newsletter-form {
    flex-direction: column;
    gap: 0.8rem;
  }

  .newsletter-btn {
    align-self: stretch;
  }

  /* --- max-width: 768px --- */
  .page-item .page-link {
    min-width: 40px;
    height: 40px;
    font-size: 1.28rem;
    margin: 0 1px;
  }

  .page-item:first-child .page-link,
  .page-item:last-child .page-link {
    min-width: 45px;
  }

  /* Hide some page numbers on mobile */
  .page-item:not(.active):not(:first-child):not(:last-child):not(:nth-child(2)):not(:nth-last-child(2)) {
    display: none;
  }

  /* --- max-width: 768px --- */
  .register-page-wrapper {
    padding: 1.6rem 0.8rem;
  }

  .register-card {
    margin: 8rem 0 1.6rem;
    border-radius: 15px;
  }

  .register-header {
    padding: 2.4rem;
  }

  .register-logo {
    width: 60px;
    height: 60px;
  }

  .register-logo i {
    font-size: 2.4rem;
  }

  .register-title {
    font-size: 2.4rem;
  }

  .register-form-section {
    padding: 2.4rem;
  }

  .form-input {
    padding: 12px 15px 12px 45px;
  }

  .input-icon {
    left: 15px;
    font-size: 1.6rem;
  }

  /* Password Toggle Mobile Styles */
  .password-toggle {
    right: 15px;
    width: 22px;
    height: 22px;
    font-size: 1.6rem;
  }

  .brand-name {
    font-size: 2.24rem;
  }

  .welcome-text {
    font-size: 1.92rem;
  }

  /* Login Form Tablet Styles */
  .form-options {
    font-size: 2.24rem;
  }

  .remember-me label,
  .forgot-password {
    font-size: 2.24rem;
  }

  .form-footer p {
    font-size: 2.24rem;
  }

  .google-btn {
    font-size: 2.24rem;
  }

  /* --- max-width: 768px --- */
  .carousel-header {
    padding: 2.4rem;
    border-radius: 12px;
  }

  .carousel-brand {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 1.6rem;
  }

  .carousel-logo-wrapper {
    margin-right: 0;
    margin-bottom: 1.6rem;
    align-self: flex-start;
  }

  .carousel-logo-circle {
    width: 60px;
    height: 60px;
  }

  .carousel-logo-img {
    width: 52px;
    height: 52px;
  }

  .carousel-brand-name {
    font-size: 1.92rem;
    text-align: left;
  }

  .carousel-text {
    font-size: 2.24rem;
  }

  .carousel-underline {
    width: 60px;
  }

  /* --- max-width: 768px --- */
  .carousel-container-themed {
    padding: 1.2rem;
    border-radius: 8px;
  }

  .cardcontainer-themed {
    min-height: 140px;
    border-radius: 8px;
  }

  .image-content-themed {
    width: calc(100% - 20px);
    border-radius: 8px 0 0 8px;
  }

  .card-content-themed {
    border-radius: 0 8px 8px 0;
    padding: 0.64rem;
  }

  .storytitle-themed {
    font-size: 11px;
    margin: 8px auto;
  }

  .storyreleasedate-themed {
    font-size: 9px;
    margin: 8px auto;
  }

  .chapter-themed {
    font-size: 8px;
    margin: 3px auto;
  }

  .swiper-button-next-themed,
  .swiper-button-prev-themed {
    width: 36px;
    height: 36px;
    margin-top: -18px;
  }

  .slick-button-themed.slick-next {
    right: 5px;
  }

  .slick-button-themed.slick-prev {
    left: 5px;
  }

  .about-content-section-themed {
    padding: 2rem;
  }

  /* --- max-width: 576px --- */
  .about-header-box-themed {
    padding: 2.4rem 1.28rem;
    margin-bottom: 2.4rem;
  }

  .about-header-title-themed {
    font-size: 2.4rem;
  }

  .about-header-subtitle-themed {
    font-size: 1.28rem;
  }

  .accordion-header-themed {
    font-size: 1.6rem;
    padding: 0.96rem 1.28rem;
  }

  .accordion-content-themed {
    padding: 1.28rem;
    font-size: 1.44rem;
  }

  .contact-form-themed {
    padding: 1.6rem;
  }

  .contact-form-title-themed {
    font-size: 1.76rem;
  }

  .form-input-themed {
    padding: 0.8rem;
    font-size: 1.28rem;
  }

  .contact-btn-themed {
    padding: 0.8rem 1.92rem;
    font-size: 1.28rem;
  }

  .about-footer-themed {
    padding: 2.4rem 1.28rem;
  }

  .about-footer-logo-themed {
    width: 50px;
    height: 50px;
  }

  .about-footer-title-themed {
    font-size: 1.6rem;
  }

  .about-footer-social-link-themed {
    width: 30px;
    height: 30px;
    font-size: 1.28rem;
  }

  .about-footer-link-themed {
    font-size: 1.12rem;
  }

  /* --- max-width: 768px --- */
  .packages-grid {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2.4rem;
    padding: 0 1.6rem;
  }

  .packages-title {
    font-size: 3.52rem;
  }

  .packages-subtitle {
    font-size: 1.6rem;
  }

  .package-card {
    padding: 2.4rem;
  }

  .package-name {
    font-size: 1.6rem;
  }

  .package-description {
    font-size: 1.36rem;
  }

  .feature-item {
    margin-bottom: 1.92rem;
    padding: 0.96rem 0.48rem;
    border-radius: 6px;
  }

  .feature-item i {
    font-size: 1.6rem;
    margin-right: 1.6rem;
    width: 18px;
    text-align: center;
  }

  .feature-item span {
    font-size: 1.44rem;
    line-height: 1.3;
    font-weight: 500;
  }

  .price {
    font-size: 1.76rem;
  }

  .price-usd {
    font-size: 1.44rem;
    color: #666;
    margin-top: 0.4rem;
  }

  .price-period {
    font-size: 1.44rem;
  }

  .purchase-btn {
    padding: 1.12rem 2.4rem;
    font-size: 1.36rem;
  }

  .features-grid {
    grid-template-columns: 1fr;
    gap: 2.4rem;
    padding: 0 1.6rem;
  }

  .features-title {
    font-size: 3.2rem;
  }

  .feature-card {
    padding: 2.4rem;
  }

  .feature-icon {
    font-size: 4rem;
  }

  .feature-card h3 {
    font-size: 1.76rem;
  }

  /* --- max-width: 768px --- */
  .star-order-modal-content {
    margin: 20% auto;
    width: 95%;
    max-width: 400px;
  }

  .star-order-modal-header {
    padding: 1.92rem 2.4rem;
  }

  .star-order-modal-header h3 {
    font-size: 1.92rem;
  }

  .star-order-modal-header i {
    font-size: 2.08rem;
  }

  .star-order-modal-close {
    right: 1.92rem;
    font-size: 2.88rem;
  }

  .star-order-modal-body {
    padding: 2.4rem;
  }

  .star-order-modal-body p {
    font-size: 1.52rem;
    line-height: 1.5;
  }

  .star-order-modal-footer {
    padding: 1.92rem 2.4rem;
  }

  .star-order-modal-btn {
    padding: 1.12rem 2.4rem;
    font-size: 1.52rem;
  }

  /* --- max-width: 768px --- */
  .help-hero-section {
    padding: 4.8rem 1.6rem;
  }

  .help-hero-title {
    font-size: 3.52rem;
  }

  .help-hero-subtitle {
    font-size: 1.6rem;
  }

  .help-section-title {
    font-size: 3.2rem;
    margin-bottom: 4rem;
  }

  .help-section-header {
    padding: 0 1.6rem;
  }

  .help-faq-grid {
    padding: 0 1.6rem;
  }

  .help-faq-header {
    padding: 1.92rem 2.4rem;
  }

  .help-faq-icon {
    width: 50px;
    height: 50px;
    margin-right: 1.6rem;
  }

  .help-faq-icon i {
    font-size: 2.08rem;
  }

  .help-faq-title {
    font-size: 1.6rem;
  }

  .help-faq-description {
    font-size: 1.4rem;
  }

  .help-faq-body {
    padding: 2.4rem;
  }

  .help-image-gallery {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }

  .help-contact-header {
    padding: 2.4rem;
  }

  .help-contact-icon {
    width: 60px;
    height: 60px;
    margin-right: 1.6rem;
  }

  .help-contact-icon i {
    font-size: 2.4rem;
  }

  .help-contact-title {
    font-size: 2.24rem;
  }

  .help-contact-form {
    padding: 2.4rem;
  }

  .help-contact-section{
    padding: 0 16px 20px;
  }

  .help-form-grid {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }

  .help-form-input,
  .help-form-textarea {
    padding: 1.28rem 1.6rem;
  }

  .help-submit-btn {
    padding: 1.28rem 3.2rem;
    font-size: 1.6rem;
  }

  /* --- max-width: 768px --- */
  .menu-boxes {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2.4rem;
    place-items: center;
    padding: 2.4rem 0;
  }

  .menu-box {
    padding: 3.2rem 2.4rem;
    max-width: 150px;
    min-height: 150px;
    border-radius: 10px;
  }

  .menu-icon {
    width: 42px;
    height: 42px;
    margin-bottom: 1.92rem;
  }

  .menu-box {
    font-size: 1.6rem;
  }

  .cmn-header {
    font-size: 3.2rem;
    margin-bottom: 1.28rem;
  }

  .cmn-header::after {
    width: 60px;
    height: 3px;
  }

  .content-less {
    padding: 3.2rem 1.28rem;
    margin: 0 auto;
  }

  /* --- max-width: 768px --- */
  .orders-filter-card {
    padding: 2.4rem;
    margin-bottom: 2.4rem;
  }

  .orders-filter-form .filter-row {
    flex-direction: column;
    gap: 1.6rem;
    align-items: stretch;
  }

  .filter-group {
    min-width: unset;
  }

  .filter-actions {
    flex-direction: column;
    gap: 1.2rem;
  }

  .btn-filter,
  .btn-clear {
    padding: 1.2rem 1.6rem;
    justify-content: center;
    font-size: 1.36rem;
  }

  .orders-table-container {
    margin: 0 -15px;
    border-radius: 0;
    border-left: none;
    border-right: none;
  }

  .orders-table {
    min-width: 700px;
    font-size: 1.28rem;
  }

  .orders-table th,
  .orders-table td {
    padding: 1.2rem 0.8rem;
  }

  .orders-table th {
    font-size: 1.12rem;
  }

  .order-id-badge {
    font-size: 1.12rem;
    padding: 0.48rem 0.96rem;
  }

  .star-amount {
    font-size: 1.44rem;
  }

  .status-badge {
    font-size: 1.12rem;
    padding: 0.48rem 0.96rem;
  }

  .date-main {
    font-size: 1.28rem;
  }

  .date-time {
    font-size: 1.12rem;
  }

  .description-text {
    max-width: 150px;
    font-size: 1.28rem;
  }

  .no-orders-message {
    padding: 4.8rem 1.6rem;
  }

  .no-orders-icon {
    font-size: 4.8rem;
  }

  .no-orders-message h3 {
    font-size: 2.4rem;
  }

  .no-orders-message p {
    font-size: 1.6rem;
  }

  .btn-explore {
    padding: 1.2rem 2.4rem;
    font-size: 1.44rem;
  }

  .orders-pagination {
    padding: 1.6rem;
  }

  .orders-pagination .page-link {
    padding: 0.64rem 0.96rem;
    font-size: 1.28rem;
    margin: 0 0.16rem;
  }

  /* --- max-width: 768px --- */
  .star-order-container {
    margin: 1.6rem;
    border-radius: 16px;
  }

  .order-form-header {
    padding: 3.2rem 2.4rem;
  }

  .order-form-title {
    font-size: 3.2rem;
  }

  .star-icon-large {
    font-size: 4.8rem;
  }

  .star-order-form {
    padding: 3.2rem 2.4rem;
  }

  .package-info-card {
    padding: 2.4rem;
  }

  .payment-methods {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }

  .payment-card {
    padding: 2rem;
  }

  .payment-icon {
    width: 45px;
    height: 45px;
    font-size: 2.08rem;
  }

  .file-upload-label {
    padding: 4rem 2.4rem;
  }

  .upload-icon {
    font-size: 4rem;
  }

  .order-submit-btn {
    padding: 1.6rem 2.4rem;
    font-size: 1.6rem;
  }

  /* --- max-width: 768px --- */
  .userprofile {
    padding: 1.6rem 0;
  }

  .profile-header-modern {
    flex-direction: column;
    text-align: center;
    gap: 2.4rem;
    padding: 2.4rem;
    margin-bottom: 2.4rem;
  }

  .profileimagecontainer {
    width: 100px !important;
    height: 100px !important;
    margin: 0 auto;
  }

  .profile-name-modern {
    font-size: 2.8rem;
  }

  .profile-email-modern {
    font-size: 1.6rem;
  }

  .formcontainer {
    padding: 2.4rem !important;
    margin-bottom: 2.4rem !important;
  }

  .form-header-modern {
    flex-direction: column;
    text-align: center;
    gap: 0.8rem;
    margin-bottom: 2.4rem;
  }

  .form-header-modern h4 {
    font-size: 2rem;
  }

  .form-input-modern {
    padding: 1.4rem 1.6rem;
    font-size: 1.52rem;
  }

  .file-input-label-modern {
    padding: 2rem;
    flex-direction: column;
    gap: 1.2rem;
  }

  .btn-modern {
    padding: 1.4rem 2.4rem;
    font-size: 1.52rem;
  }

  .profileitem {
    padding: 1.4rem 2rem !important;
    margin-bottom: 1.4rem !important;
  }

  .tablediv {
    padding: 1.6rem;
    margin-top: 2.4rem;
  }

  .tablediv th,
  .tablediv td {
    padding: 1.2rem 0.8rem;
    font-size: 1.44rem;
  }

  /* --- max-width: 768px --- */
  .authorprofilediv {
    margin: 10px;
    padding: 15px;
    max-width: 280px;
  }

  .authorphotodiv {
    width: 70px;
    height: 70px;
    margin-bottom: 12px;
  }

  .authorprofilediv>div:nth-child(3) {
    font-size: 13px;
    margin-bottom: 12px;
  }

  .authorbutton {
    padding: 6px 16px;
    font-size: 13px;
  }

  .authorbutton a {
    font-size: 13px;
  }

  /* --- max-width: 768px --- */
  .author-info-card {
    margin: 10px;
    padding: 15px;
    text-align: center;
  }

  .author-info-card .author-avatar {
    width: 80px;
    height: 80px;
    margin: 0 auto 15px;
  }

  .author-info-card .author-name {
    font-size: 1.92rem;
    margin-bottom: 10px;
  }

  .author-info-card .author-bio {
    font-size: 1.36rem;
    margin-bottom: 15px;
  }

  .author-info-card .social-links {
    justify-content: center;
    gap: 8px;
    margin-bottom: 15px;
  }

  .author-info-card .social-link {
    width: 32px;
    height: 32px;
    font-size: 14px;
  }

  .author-info-card .author-actions {
    flex-direction: column;
    gap: 8px;
  }

  .author-info-card .btn {
    width: 100%;
    padding: 8px 16px;
    font-size: 1.44rem;
  }

  /* --- max-width: 768px --- */
  .author-hero-section {
    padding: 3.2rem 0;
  }

  .author-avatar-large {
    width: 120px;
    height: 120px;
  }

  .author-status-badge {
    width: 30px;
    height: 30px;
    font-size: 1.6rem;
    bottom: 5px;
    right: 5px;
  }

  .author-name-hero {
    font-size: 2.88rem;
  }

  .author-email-hero {
    font-size: 1.6rem;
    margin-bottom: 2.4rem;
  }

  .author-stats {
    gap: 2.4rem;
  }

  .stat-number {
    font-size: 3.2rem;
  }

  .stat-label {
    font-size: 1.28rem;
  }

  .btn-author-primary,
  .btn-author-secondary {
    padding: 1.28rem 2.4rem;
    font-size: 1.44rem;
  }

  .card-header-professional {
    padding: 2.4rem 2.4rem 1.6rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.6rem;
  }

  .card-body-professional {
    padding: 2.4rem;
  }

  .card-title-professional {
    font-size: 2.08rem;
  }

  .stories-grid {
    justify-content: center;
  }

  .social-link-professional {
    padding: 1.28rem;
  }

  .stat-card {
    padding: 1.6rem;
  }

  .stat-icon {
    width: 35px;
    height: 35px;
    font-size: 1.6rem;
  }

  .stat-card .stat-number {
    font-size: 2.08rem;
  }

  /* --- max-width: 576px --- */
  .author-hero-section {
    padding: 2.4rem 0;
  }

  .author-avatar-large {
    width: 100px;
    height: 100px;
  }

  .author-status-badge {
    width: 25px;
    height: 25px;
    font-size: 1.28rem;
  }

  .author-name-hero {
    font-size: 2.4rem;
  }

  .author-email-hero {
    font-size: 1.44rem;
  }

  .author-stats {
    gap: 1.6rem;
  }

  .stat-number {
    font-size: 2.4rem;
  }

  .stat-label {
    font-size: 1.12rem;
  }

  .author-actions-hero {
    flex-direction: column;
    width: 100%;
  }

  .btn-author-primary,
  .btn-author-secondary {
    width: 100%;
    justify-content: center;
    padding: 1.6rem;
  }

  .author-main-content {
    padding: 2.4rem 0;
  }

  .card-header-professional {
    padding: 1.6rem;
  }

  .card-body-professional {
    padding: 1.6rem;
  }

  .card-title-professional {
    font-size: 1.76rem;
  }

  .info-label {
    font-size: 1.6rem;
  }

  .contact-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.8rem;
    padding: 1.28rem 1.6rem;
  }

  .social-link-professional {
    padding: 0.96rem;
    gap: 1.28rem;
  }

  .social-link-professional i {
    font-size: 1.6rem;
  }

  .stat-card {
    padding: 1.28rem;
    flex-direction: column;
    text-align: center;
    gap: 0.8rem;
  }

  .stat-icon {
    width: 30px;
    height: 30px;
    font-size: 1.44rem;
  }

  .stat-card .stat-number {
    font-size: 1.92rem;
  }

  .stat-card .stat-label {
    font-size: 1.12rem;
  }

  .no-stories-message {
    padding: 3.2rem 1.6rem;
  }

  .no-stories-icon {
    font-size: 4.8rem;
  }

  .stories-count {
    font-size: 1.28rem;
    padding: 0.64rem 1.28rem;
  }

  /* --- max-width: 768px --- */
  .author-profile-card-modern {
    max-width: 100%;
    padding: 2.4rem 1.92rem;
    margin: 1.6rem auto;
    border-radius: 16px;
  }

  .author-card-header {
    margin-bottom: 1.6rem;
  }

  .author-avatar-ring {
    width: 75px;
    height: 75px;
    padding: 2.5px;
    box-shadow: 0 8px 25px rgba(20, 184, 166, 0.3);
  }

  .author-avatar-modern {
    width: 70px;
    height: 70px;
    border-width: 2px;
  }

  .author-status-indicator {
    width: 20px;
    height: 20px;
    border-width: 2px;
  }

  .author-name-modern {
    font-size: 2.08rem;
    margin-bottom: 0.48rem;
  }

  .author-title-badge {
    font-size: 1.15rem;
    padding: 0.56rem 1.44rem;
    margin-bottom: 1.12rem;
  }

  .social-links-modern {
    margin: 1.6rem 0;
    padding: 1.44rem;
    border-radius: 12px;
  }

  .social-links-title {
    font-size: 1.28rem;
    margin-bottom: 1.12rem;
  }

  .social-icons-grid {
    gap: 1.12rem;
  }

  .social-link-modern {
    width: 38px;
    height: 38px;
    border-radius: 9px;
  }

  .social-link-modern i {
    font-size: 1.6rem;
  }

  .author-actions-modern {
    gap: 0.96rem;
    margin-top: 1.28rem;
  }

  .btn-modern {
    padding: 1.04rem 1.76rem;
    font-size: 1.31rem;
  }

  .btn-modern i {
    font-size: 1.44rem;
  }

  /* --- max-width: 768px --- */
  #search-results {
    max-height: 60vh;
    border-radius: 0 0 12px 12px;
  }

  #search-results li a {
    padding: 12px 14px;
    font-size: 1.44rem;
  }

  #search-results li:hover a {
    padding-left: 20px;
  }

  #search-results>div {
    margin: 8px;
    padding: 16px;
    font-size: 1.44rem;
  }

  /* --- max-width: 768px --- */
  .notification-item {
    padding: 1.2rem;
  }

  .notification-item-title {
    font-size: 1.28rem;
  }

  .notification-item-message {
    font-size: 1.2rem;
  }

  .notification-item-time {
    font-size: 1.04rem;
  }

  .notification-action {
    padding: 0.4rem 0.8rem;
    font-size: 1.04rem;
  }

  .notification-action i {
    font-size: 0.88rem;
  }

  .notification-item-header {
    gap: 0.8rem;
  }

  .notification-item-content {
    gap: 0.96rem;
  }

  /* --- max-width: 768px --- */
  .earn-container {
    padding: 3.2rem 2.4rem;
  }

  .earn-title {
    font-size: 3.2rem;
    gap: 1.2rem;
  }

  .earn-title i {
    font-size: 3.52rem;
  }

  .earn-subtitle {
    font-size: 1.6rem;
  }

  .earn-stats {
    flex-direction: column;
    gap: 1.6rem;
  }

  .star-stat-card {
    min-width: auto;
    width: 100%;
  }

  .stat-icon {
    width: 50px;
    height: 50px;
    font-size: 2.4rem;
  }

  .stat-label {
    font-size: 1.28rem;
  }

  .stat-value {
    font-size: 2.88rem;
  }

  .ad-section {
    padding: 2.4rem;
  }

  .ad-label {
    font-size: 1.52rem;
  }

  .ad-placeholder {
    min-height: 250px;
    font-size: 1.6rem;
  }

  .timer-card {
    padding: 3.2rem;
    max-width: 100%;
  }

  .timer-circle {
    width: 120px;
    height: 120px;
    margin-bottom: 1.6rem;
  }

  .timer-number {
    font-size: 4rem;
  }

  .timer-label {
    font-size: 1.28rem;
  }

  .claim-button {
    padding: 1.6rem 3.2rem;
    font-size: 1.6rem;
    min-width: 200px;
  }

  /* --- max-width: 768px --- */
  .verify-page-wrapper {
    padding: 2.4rem 1.6rem;
    min-height: 100vh;
  }

  .verify-card {
    border-radius: 16px;
    max-width: 100%;
  }

  .verify-header {
    padding: 3.2rem 2.4rem;
  }

  .verify-icon {
    width: 80px;
    height: 80px;
  }

  .verify-icon i {
    font-size: 3.2rem;
  }

  .verify-title {
    font-size: 2.4rem;
  }

  .verify-description {
    font-size: 1.52rem;
  }

  .verify-alert {
    margin: 1.6rem 1.6rem 0;
    padding: 1.4rem 1.6rem;
    font-size: 1.44rem;
  }

  .verify-form-section {
    padding: 2.4rem;
  }

  .code-inputs {
    gap: 0.8rem;
  }

  .code-input {
    width: 45px;
    height: 54px;
    font-size: 2.08rem;
    border-radius: 10px;
  }

  .verify-btn {
    padding: 1.4rem 2.4rem;
    font-size: 1.52rem;
  }

  .resend-btn {
    padding: 1.04rem 2rem;
    font-size: 1.44rem;
  }

  .verify-footer {
    padding: 2rem 2.4rem;
  }

  /* --- max-width: 768px --- */
  .reset-form-group {
    margin-bottom: 2rem;
  }

  .reset-form-input {
    padding: 1.4rem 4.4rem 1.4rem 4.4rem;
    font-size: 1.52rem;
  }

  .reset-input-icon {
    left: 1.4rem;
    font-size: 1.52rem;
  }

  .password-toggle-btn {
    right: 1.4rem;
  }

  .password-requirements-box {
    padding: 1.04rem 1.4rem;
  }

  .password-requirements-box .requirement-item {
    font-size: 1.28rem;
  }

  /* --- max-width: 768px --- */
  /* Claim Page */
  .giveaway-claim-wrapper {
    padding: 20px 15px;
  }

  .giveaway-card {
    border-radius: 16px;
  }

  .giveaway-header {
    padding: 20px;
  }

  .giveaway-header h1 {
    font-size: 2.24rem;
  }

  .giveaway-header p {
    font-size: 1.36rem;
  }

  .treasure-chest-wrapper {
    padding: 30px 20px;
  }

  .treasure-icon {
    font-size: 7.2rem;
  }

  .icon-glow {
    width: 150px;
    height: 150px;
  }

  .giveaway-info {
    padding: 0 20px 20px;
  }

  .info-row {
    padding: 12px 15px;
    flex-direction: column;
    gap: 5px;
    text-align: center;
  }

  .info-row .label {
    font-size: 1.28rem;
  }

  .info-row .value {
    font-size: 1.6rem;
  }

  .info-row .value.points {
    font-size: 1.76rem;
  }

  .claim-section {
    padding: 20px;
  }

  .claim-btn {
    padding: 15px 40px;
    font-size: 1.68rem;
    width: 100%;
  }

  .result-card {
    padding: 30px 20px;
  }

  .result-icon {
    font-size: 4.8rem;
  }

  .result-card h2 {
    font-size: 2rem;
  }

  .points-display .icon {
    font-size: 3.2rem;
  }

  .points-display .amount {
    font-size: 4rem;
  }

  .giveaway-footer {
    padding: 15px 20px;
  }

  /* History Page */
  .giveaway-history-wrapper {
    padding: 20px 15px;
  }

  .history-header h1 {
    font-size: 2.4rem;
  }

  .history-header p {
    font-size: 1.44rem;
  }

  .points-balance-card {
    padding: 20px;
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }

  .balance-icon {
    width: 60px;
    height: 60px;
    font-size: 2.88rem;
  }

  .balance-info .amount {
    font-size: 3.2rem;
  }

  .history-card-header {
    padding: 15px 20px;
    flex-direction: column;
    gap: 10px;
  }

  .history-card-header h2 {
    font-size: 1.76rem;
  }

  .history-table th {
    padding: 12px 15px;
    font-size: 1.2rem;
  }

  .history-table td {
    padding: 15px;
    font-size: 1.44rem;
  }

  .points-badge {
    padding: 6px 12px;
    font-size: 1.36rem;
  }

  .empty-state {
    padding: 40px 20px;
  }

  .empty-state .icon {
    font-size: 4.8rem;
  }

  .empty-state h3 {
    font-size: 1.76rem;
  }

  /* --- max-width: 768px --- */
  /* Balance Display */
  .balance-display {
    flex-direction: column;
    gap: 20px;
  }

  .balance-item {
    width: 100%;
    justify-content: center;
    padding: 18px 24px;
  }

  .exchange-arrow {
    transform: rotate(90deg);
    width: 44px;
    height: 44px;
    font-size: 1.6rem;
    animation: pulse-glow-mobile 2s ease-in-out infinite;
  }

  @keyframes pulse-glow-mobile {

    0%,
    100% {
      transform: rotate(90deg) scale(1);
      box-shadow: 0 8px 25px rgba(78, 205, 196, 0.4);
    }

    50% {
      transform: rotate(90deg) scale(1.1);
      box-shadow: 0 12px 35px rgba(78, 205, 196, 0.6);
    }
  }

  /* Stats Grid */
  .exchange-stats {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .exchange-stats .stat-card {
    padding: 20px;
    flex-direction: row;
  }

  .exchange-stats .stat-icon {
    width: 50px;
    height: 50px;
    font-size: 1.92rem;
  }

  .exchange-stats .stat-value {
    font-size: 2.24rem;
  }

  /* Form */
  .exchange-header {
    padding: 25px 20px;
  }

  .exchange-form {
    padding: 25px 20px;
  }

  .input-wrapper {
    padding: 6px;
    border-radius: 14px;
  }

  .input-wrapper input {
    font-size: 2.88rem;
    padding: 8px 10px;
  }

  .input-btn {
    width: 46px;
    height: 46px;
    border-radius: 12px;
  }

  .quick-buttons {
    justify-content: center;
    gap: 8px;
  }

  .quick-buttons button {
    padding: 8px 16px;
    font-size: 1.36rem;
  }

  /* Calculation Display */
  .calculation-display {
    padding: 20px;
    border-radius: 16px;
  }

  .calc-row {
    font-size: 1.44rem;
    padding: 12px 0;
  }

  .calc-value.highlight {
    font-size: 1.92rem;
  }

  /* Exchange Button */
  .exchange-btn {
    padding: 18px 30px;
    font-size: 1.68rem;
    border-radius: 16px;
  }

  /* Rate Badge */
  .rate-badge {
    padding: 12px 20px;
    font-size: 1.44rem;
  }

  /* History */
  .history-header {
    padding: 18px 20px;
    flex-direction: column;
    gap: 12px;
    text-align: center;
  }

  .history-item {
    padding: 15px 20px;
    gap: 15px;
  }

  .history-icon {
    width: 42px;
    height: 42px;
    font-size: 1.6rem;
  }

  .history-details {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .history-text {
    font-size: 1.44rem;
    flex-wrap: wrap;
    gap: 8px;
  }

  .history-text .points-text,
  .history-text .stars-text {
    padding: 3px 10px;
    font-size: 1.36rem;
  }

  /* Table */
  .exchange-table th,
  .exchange-table td {
    padding: 14px 12px;
    font-size: 1.36rem;
  }

  .points-badge,
  .stars-badge {
    padding: 6px 12px;
    font-size: 1.28rem;
  }

  /* Back Link */
  .back-link {
    padding: 8px 16px;
    font-size: 1.44rem;
  }

  /* No History */
  .no-history {
    padding: 50px 25px;
  }

  .no-history i {
    font-size: 6.4rem;
  }

  .no-history h3 {
    font-size: 1.84rem;
  }

  .alert-content p{
    font-size: 1.4rem;
  }

  .payment-cards-section{
    margin: 0;
  }

  .package-content{
    margin-bottom: 0;
  }

  .features-title{
    font-size: 2rem;
    margin-bottom: 2rem;
  }

  .features-section{
    margin-top: 6rem;
  }

  .about-hero-title-themed{
    font-size: 2.8rem;
  }

  .about-hero-subtitle-themed{
    font-size: 1.6rem;
  }

  .about-hero-banner-themed{
    padding: 2rem;
  }

  .about-section-title-themed{
    font-size: 2.4rem;
  }

  .about-mission-text-themed{
    font-size: 1.4rem;
    text-align: justify;
  }

  .about-cont{
    padding: 20px;
  }

  .about-feature-list-themed li::before{
    left: 0.6rem;
  }

  .about-feature-list-themed li{
    padding-left: 4rem;
    font-size: 1.4rem;
  }

  .about-mission-card-themed{
    padding: 2rem 1rem;
  }

  .about-step-number-themed{
    width: 40px;
    height: 40px;
    font-size: 2rem;
  }

  .about-process-step-themed{
    padding: 1rem;
  }

  .about-community-item-themed{
    padding: 1rem;
  }

}


/* ================================================================== */
/* MOBILE PHONES & SMALL DEVICES (max-width: 480px)                   */
/* ================================================================== */
@media (max-width: 480px) {

  /* --- max-width: 480px --- */
  .navbar-custom {
    padding: 0.8rem 0;
  }

  .navbar-container {
    padding: 0 0.8rem;
    min-height: 50px;
  }

  .navbar-logo {
    gap: 0.8rem;
  }

  .navbar-logo-img {
    width: 35px;
    height: 35px;
  }

  .navbar-logo-text {
    font-size: 1.2rem;
  }

  .hamburger-toggle {
    padding: 0.4rem;
  }

  .hamburger-line {
    width: 20px;
    height: 2px;
  }

  .navbar-right {
    gap: 1.2rem;
  }

  .user-profile-img {
    width: 30px;
    height: 30px;
  }

  .notification-bell {
    font-size: 1.6rem;
    padding: 0.4rem;
  }

  .notification-badge {
    width: 18px;
    height: 18px;
    font-size: 1.04rem;
  }

  .notification-dropdown {
    width: 260px;
    max-height: 280px;
    right: -40px;
    top: calc(100% + 5px);
  }

  .notification-header {
    padding: 0.8rem 1.2rem;
  }

  .notification-title {
    font-size: 1.36rem;
  }

  .notification-mark-all {
    font-size: 1.12rem;
    padding: 0.4rem 0.8rem;
  }

  .notification-content {
    max-height: 200px;
  }

  .notification-empty {
    padding: 2.4rem 1.2rem;
  }

  .notification-empty i {
    font-size: 2.4rem;
  }

  .mobile-user-info {
    padding: 0.8rem 1.2rem;
    gap: 0.64rem;
  }

  .mobile-user-img {
    width: 36px;
    height: 36px;
  }

  .mobile-user-details {
    flex: 1;
  }

  .mobile-username {
    font-size: 1.36rem;
  }

  .mobile-view-profile {
    font-size: 1.12rem;
  }

  .mobile-user-stars {
    font-size: 1.28rem;
  }

  .mobile-star-icon {
    width: 14px;
    height: 14px;
  }

  .mobile-nav-items {
    font-size: 1.44rem;
  }

  .mobile-nav-items li {
    border-bottom: 1px solid var(--footer-border-color-light);
  }

  .mobile-nav-items a {
    padding: 1.12rem 1.2rem;
    font-size: 1.36rem;
  }

  .mobile-nav-items a:hover {
    padding-left: 2rem;
  }

  /* --- max-width: 360px --- */
  .navbar-logo-text {
    font-size: 1.12rem;
  }

  .hamburger-line {
    width: 18px;
  }

  .user-profile-img {
    width: 28px;
    height: 28px;
  }

  .notification-dropdown {
    width: 240px;
    right: -30px;
  }

  .mobile-user-img {
    width: 32px;
    height: 32px;
  }

  .mobile-nav-items a {
    padding: 0.96rem 1.12rem;
    font-size: 1.28rem;
  }

  /* --- max-width: 480px --- */
  .search-wrapper {
    padding: 0 8px;
  }

  .searchcontainer {
    min-height: 44px;
    padding: 0 12px;
    border-radius: 35px;
  }

  .customsearchs {
    height: 44px;
    font-size: 13px;
    padding: 0 6px;
  }

  .customsearchicon {
    font-size: 16px;
    width: 36px;
    height: 44px;
  }

  /* --- max-width: 375px --- */
  #search-results {
    max-height: 50vh;
  }

  #search-results li a {
    padding: 10px 12px;
    font-size: 1.36rem;
  }

  #search-results li a::before {
    font-size: 1.28rem;
  }

  #search-results li:hover a {
    padding-left: 16px;
  }

  #search-results>div {
    margin: 6px;
    padding: 12px;
    font-size: 1.36rem;
  }

  #search-results::-webkit-scrollbar {
    width: 6px;
  }

  /* --- max-width: 376px --- */
  .customnavbar {
    padding: 10px 0px;
  }

  .navbar-brand {
    margin: 0 !important;
    margin-left: 5px !important;
  }

  .navbarfontsize {
    font-size: 12px;
  }

  /* --- max-width: 568px --- */
  .fa-star {
    font-size: 14px;
  }

  .readbtn {
    width: 120px;
  }

  .showchapter {
    padding: 5px;
  }

  /* --- max-width: 480px --- */
  .fa-star {
    font-size: 11px;
  }

  .offcanvas-title {
    font-size: 1.6rem;
  }

  .readbtn {
    font-size: 12px;
    width: 110px;
  }

  .genre_label a {
    font-size: 12px;
  }

  .tagcloud {
    width: 85px;
    font-size: 12px;
  }

  /* --- max-width: 480px --- */
  .genre-section-modern {
    padding: 1.6rem;
    border-radius: 12px;
  }

  .genre-title-modern {
    font-size: 2.08rem;
    padding: 1.12rem 1.92rem;
  }

  .genre-grid-modern {
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 0.96rem;
  }

  .genre-tag-modern {
    padding: 0.8rem 1.6rem;
  }

  .genre-tag-modern a {
    font-size: 1.36rem;
  }

  /* --- max-width: 480px --- */
  .tagcloud-section-modern {
    padding: 3.2rem;
    border-radius: 10px;
    background: linear-gradient(135deg,
        rgba(15, 23, 42, 0.95) 0%,
        rgba(30, 41, 59, 0.95) 50%,
        rgba(15, 23, 42, 0.95) 100%);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(20, 184, 166, 0.3);
    box-shadow: 0 6px 15px rgba(20, 184, 166, 0.15);
  }

  .tagcloud-content-modern {
    gap: 0.96rem;
  }

  .tag-item-modern {
    padding: 0.48rem 0.96rem;
    font-size: 1.2rem;
    max-width: 120px;
    background: rgba(25, 35, 55, 0.4);
    border: 1px solid rgba(20, 184, 166, 0.3);
    backdrop-filter: blur(6px);
    box-shadow: 0 2px 8px rgba(20, 184, 166, 0.15);
  }

  .tag-item-modern a {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.9);
  }

  .tag-item-modern:hover {
    background: rgba(20, 184, 166, 0.1);
    border-color: rgba(20, 184, 166, 0.6);
    box-shadow: 0 4px 12px rgba(20, 184, 166, 0.25);
  }

  .auth-button-modern {
    padding: 0.8rem 1.6rem;
    font-size: 1.28rem;
    min-width: 80px;
    border-radius: 18px;
    background: rgba(25, 35, 55, 0.4);
    border: 1px solid rgba(20, 184, 166, 0.3);
    color: rgba(255, 255, 255, 0.9);
  }

  .auth-button-modern:hover {
    background: rgba(20, 184, 166, 0.1);
    border-color: rgba(20, 184, 166, 0.6);
  }

  /* --- max-width: 480px --- */
  .profile-page-wrapper {
    padding: 0 0.8rem;
  }

  .profile-header-section {
    padding: 1.6rem;
    margin-bottom: 1.6rem;
  }

  .profile-avatar-large {
    width: 80px;
    height: 80px;
  }

  .profile-username {
    font-size: 2.24rem;
  }

  .profile-content-area {
    padding: 1.6rem;
  }

  .settings-card {
    margin-bottom: 1.6rem;
  }

  .card-header {
    padding: 1.2rem;
  }

  .card-body {
    padding: 1.2rem;
  }

  .btn-update {
    width: 100%;
    justify-content: center;
  }

  .file-upload-btn {
    width: 100%;
    justify-content: center;
  }

  /* --- max-width: 360px --- */
  .profile-navigation {
    padding: 0.8rem;
  }

  .profile-nav-item {
    padding: 0.8rem 1.2rem;
    font-size: 1.44rem;
  }

  .card-title h6 {
    font-size: 1.6rem;
  }

  .card-title p {
    font-size: 1.28rem;
  }

  .modern-input {
    padding: 0.96rem 1.28rem;
    font-size: 1.44rem;
  }

  .btn-update {
    padding: 0.96rem 2.4rem;
    font-size: 1.28rem;
  }

  /* --- max-width: 480px --- */
  .paginationcontainer {
    padding: 0.8rem;
  }

  .pagination {
    gap: 0.4rem;
  }

  .page-item .page-link {
    min-width: 35px;
    height: 35px;
    font-size: 1.2rem;
  }

  /* --- max-width: 480px --- */
  .register-header {
    padding: 1.6rem;
  }

  .register-form-section {
    padding: 1.6rem;
  }

  .register-title {
    font-size: 2.08rem;
  }

  .form-input {
    padding: 10px 12px 10px 40px;
    font-size: 1.44rem;
  }

  .input-icon {
    left: 12px;
    font-size: 1.44rem;
  }

  /* Password Toggle Small Mobile Styles */
  .password-toggle {
    right: 12px;
    width: 20px;
    height: 20px;
    font-size: 1.44rem;
  }

  .register-btn {
    padding: 12px 15px;
    font-size: 1.44rem;
  }

  /* Login Form Mobile Styles */
  .form-options {
    flex-direction: column;
    gap: 1.6rem;
    align-items: flex-start;
    font-size: 1.92rem;
  }

  .remember-me label,
  .forgot-password {
    font-size: 1.92rem;
  }

  .form-footer p {
    font-size: 1.92rem;
  }

  .google-btn {
    font-size: 1.92rem;
    padding: 1.28rem;
  }

  /* --- max-width: 480px --- */
  .carousel-header {
    padding: 1.6rem;
    border-radius: 10px;
    margin-bottom: 2.4rem;
  }

  .carousel-brand {
    margin-bottom: 1.28rem;
  }

  .carousel-logo-wrapper {
    margin-bottom: 1.28rem;
  }

  .carousel-logo-circle {
    width: 50px;
    height: 50px;
  }

  .carousel-logo-img {
    width: 42px;
    height: 42px;
  }

  .carousel-brand-name {
    font-size: 1.6rem;
  }

  .carousel-text {
    font-size: 1.92rem;
  }

  .carousel-underline {
    width: 50px;
    height: 2px;
  }

  /* --- max-width: 480px --- */
  .carousel-container-themed {
    padding: 0.8rem;
    margin-bottom: 1.6rem;
  }

  .cardcontainer-themed {
    min-height: 120px;
    border-radius: 6px;
  }

  .image-content-themed {
    border-radius: 6px 0 0 6px;
  }

  .card-content-themed {
    border-radius: 0 6px 6px 0;
    padding: 0.48rem;
  }

  .storytitle-themed {
    font-size: 10px;
    margin: 6px auto;
  }

  .storyreleasedate-themed {
    font-size: 8px;
    margin: 6px auto;
  }

  .chapter-themed {
    font-size: 7px;
    margin: 2px auto;
    padding: 0.24rem;
  }

  .swiper-button-next-themed,
  .swiper-button-prev-themed {
    width: 32px;
    height: 32px;
    margin-top: -16px;
  }

  /* About Page Responsive Styles */
  .about-page-themed {
    padding: 1.6rem 0;
  }

  .about-header-box-themed {
    padding: 3.2rem 1.6rem;
    margin-bottom: 3.2rem;
  }

  .about-header-title-themed {
    font-size: 2.88rem;
  }

  .about-header-subtitle-themed {
    font-size: 1.44rem;
  }

  .accordion-themed {
    margin-bottom: 3.2rem;
  }

  .accordion-item-themed {
    margin-bottom: 1.6rem;
  }

  .accordion-header-themed {
    font-size: 1.76rem;
    padding: 1.28rem 1.6rem;
  }

  .accordion-content-themed {
    padding: 1.6rem;
  }

  .contact-form-themed {
    padding: 2.4rem;
    margin-bottom: 3.2rem;
  }

  .contact-form-title-themed {
    font-size: 2.08rem;
    margin-bottom: 2.4rem;
  }

  .form-group-themed {
    margin-bottom: 1.6rem;
  }

  .form-input-themed {
    padding: 0.96rem;
    font-size: 1.44rem;
  }

  .contact-btn-themed {
    padding: 0.96rem 2.4rem;
    font-size: 1.44rem;
  }

  .about-footer-themed {
    padding: 3.2rem 1.6rem;
    text-align: center;
  }

  .about-footer-logo-themed {
    width: 60px;
    height: 60px;
  }

  .about-footer-title-themed {
    font-size: 1.92rem;
    margin: 1.6rem 0;
  }

  .about-footer-social-themed {
    margin: 2.4rem 0;
  }

  .about-footer-social-link-themed {
    width: 35px;
    height: 35px;
    margin: 0 0.48rem;
    font-size: 1.44rem;
  }

  .about-footer-links-themed {
    flex-direction: column;
    gap: 0.8rem;
  }

  .about-footer-link-themed {
    font-size: 1.28rem;
    margin: 0.32rem 0;
  }

  /* --- max-width: 480px --- */
  .packages-grid {
    padding: 0 0.8rem;
    gap: 1.6rem;
    grid-template-columns: 1fr;
  }

  .packages-title {
    font-size: 2.88rem;
  }

  .packages-subtitle {
    font-size: 1.44rem;
  }

  .package-card {
    padding: 1.92rem;
  }

  .package-name {
    font-size: 2.08rem;
  }

  .package-description {
    font-size: 1.28rem;
  }

  .feature-item {
    margin-bottom: 1.6rem;
    padding: 0.8rem 0.32rem;
    border-radius: 5px;
  }

  /* Mobile Payment Cards Styles */
  .payment-cards-grid {
    grid-template-columns: 1fr;
    gap: 2.4rem;
    padding: 0 1.6rem;
  }

  .payment-cards-title {
    font-size: 2.88rem;
  }

  .payment-cards-subtitle {
    font-size: 1.52rem;
    margin-bottom: 3.2rem;
  }

  .payment-card {
    padding: 2.4rem;
  }

  .payment-header {
    margin-bottom: 2.4rem;
  }

  .payment-icon {
    width: 40px;
    height: 40px;
    font-size: 1.92rem;
  }

  .payment-method-name {
    font-size: 2.08rem;
  }

  .payment-details p {
    padding: 0.8rem;
    margin-bottom: 0.96rem;
    font-size: 1.44rem;
  }

  .payment-details p strong {
    display: block;
    margin-bottom: 0.32rem;
  }

  .payment-instructions {
    padding: 1.6rem;
  }

  .payment-instructions h4 {
    font-size: 1.76rem;
  }

  .payment-instructions li {
    font-size: 1.44rem;
    margin-bottom: 0.96rem;
  }

  .important-note {
    padding: 1.28rem;
  }

  /* --- max-width: 480px --- */
  .payment-cards-grid {
    padding: 0 0.8rem;
    gap: 1.6rem;
  }

  .payment-cards-title {
    font-size: 2.56rem;
  }

  .payment-cards-subtitle {
    font-size: 1.44rem;
  }

  .payment-card {
    padding: 1.92rem;
  }

  .payment-header {
    margin-bottom: 1.92rem;
  }

  .payment-icon {
    width: 35px;
    height: 35px;
    font-size: 1.76rem;
  }

  .payment-method-name {
    font-size: 1.92rem;
  }

  .payment-details p {
    padding: 0.64rem 1.28rem;
    margin-bottom: 0.8rem;
    font-size: 1.36rem;
  }

  .payment-details p strong {
    display: block;
    margin-bottom: 0.32rem;
  }

  .payment-instructions {
    padding: 1.28rem;
  }

  .payment-instructions h4 {
    font-size: 1.6rem;
  }

  .payment-instructions li {
    font-size: 1.36rem;
    margin-bottom: 0.8rem;
  }

  /* --- max-width: 480px --- */
  .star-order-modal-content {
    margin: 20% auto;
    width: 95%;
  }

  .star-order-modal-header {
    padding: 1.6rem 1.92rem;
  }

  .star-order-modal-header h3 {
    font-size: 1.76rem;
  }

  .star-order-modal-header i {
    font-size: 1.92rem;
    margin-right: 1.28rem;
  }

  .star-order-modal-close {
    right: 1.6rem;
    font-size: 2.56rem;
    width: 25px;
    height: 25px;
  }

  .star-order-modal-body {
    padding: 1.92rem;
  }

  .star-order-modal-body p {
    font-size: 1.44rem;
    line-height: 1.4;
  }

  .star-order-modal-footer {
    padding: 1.6rem 1.92rem;
  }

  .star-order-modal-btn {
    padding: 0.96rem 1.92rem;
    font-size: 1.44rem;
  }

  /* --- max-width: 480px --- */
  .help-hero-section {
    padding: 3.2rem 1.6rem;
  }

  .help-hero-icon i {
    font-size: 4.8rem;
  }

  .help-hero-title {
    font-size: 2.88rem;
  }

  .help-hero-subtitle {
    font-size: 1.52rem;
  }

  .help-section-title {
    font-size: 2.56rem;
  }

  .help-faq-header {
    padding: 1.6rem;
    flex-direction: column;
    text-align: center;
    gap: 1.6rem;
  }

  .help-faq-icon {
    margin-right: 0;
    margin-bottom: 0.8rem;
  }

  .help-faq-toggle {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 32px;
    height: 32px;
  }

  .help-faq-body {
    padding: 0;
  }

  .help-image-gallery {
    gap: 1.28rem;
    margin-top: 2rem;
  }

  .help-faq-header{
    padding: 0.5rem;
  }

  .help-contact-header {
    padding: 1.6rem;
    flex-direction: column;
    text-align: center;
    gap: 1.6rem;
  }

  .help-contact-icon {
    margin-right: 0;
  }

  .help-contact-title {
    font-size: 1.92rem;
  }

  .help-contact-description {
    font-size: 1.44rem;
  }

  .help-contact-form {
    padding: 0;
  }

  .help-form-label {
    font-size: 1.44rem;
  }

  .help-form-input,
  .help-form-textarea {
    padding: 1.12rem 1.44rem;
    font-size: 1.44rem;
  }

  .help-submit-btn {
    padding: 1.12rem 2.4rem;
    font-size: 1.52rem;
  }

  /* --- max-width: 320px --- */
  .payment-section {
    margin-top: 2.4rem;
    padding: 1.6rem 0;
  }

  .payment-title {
    font-size: 2.08rem;
    margin-bottom: 1.6rem;
  }

  .payment-method {
    padding: 1.28rem;
  }

  .payment-name {
    font-size: 1.6rem;
  }

  .payment-account {
    font-size: 1.44rem;
  }

  .payment-note {
    font-size: 1.28rem;
  }

  /* --- max-width: 480px --- */
  .menu-boxes {
    grid-template-columns: 1fr 1fr;
  }

  .menu-icon {
    width: 38px;
    height: 38px;
    margin-bottom: 1.6rem;
  }

  .menu-box {
    font-size: 1.52rem;
    letter-spacing: 0.3px;
  }

  .cmn-header {
    font-size: 2.88rem;
    margin-bottom: 0.96rem;
  }

  .cmn-header::after {
    width: 50px;
    height: 3px;
  }

  .content-less {
    padding: 2.4rem 0.8rem;
  }

  .menu-box:hover {
    transform: translateY(-4px);
  }

  /* --- max-width: 360px --- */
  .menu-boxes {
    gap: 1.6rem;
  }

  .menu-icon {
    width: 34px;
    height: 34px;
    margin-bottom: 1.28rem;
  }

  .menu-box {
    font-size: 1.44rem;
  }

  .cmn-header {
    font-size: 2.56rem;
  }

  .cmn-header::after {
    width: 40px;
  }

  /* --- max-width: 480px --- */
  .orders-filter-card {
    padding: 1.6rem;
    border-radius: 12px;
  }

  .filter-input {
    padding: 0.96rem 1.28rem;
    font-size: 1.44rem;
  }

  .btn-filter,
  .btn-clear {
    padding: 0.96rem 1.28rem;
    font-size: 1.28rem;
  }

  .orders-table {
    min-width: 600px;
    font-size: 1.2rem;
  }

  .orders-table th,
  .orders-table td {
    padding: 0.96rem 0.64rem;
  }

  .orders-table th {
    font-size: 1.04rem;
  }

  .order-id-badge {
    font-size: 1.04rem;
    padding: 0.4rem 0.8rem;
  }

  .star-amount {
    font-size: 1.28rem;
  }

  .status-badge {
    font-size: 1.04rem;
    padding: 0.4rem 0.8rem;
  }

  .payment-method {
    font-size: 1.12rem;
    padding: 0.4rem 0.96rem;
  }

  .description-text {
    max-width: 120px;
    font-size: 1.2rem;
  }

  .no-orders-message {
    padding: 3.2rem 0.8rem;
  }

  .no-orders-icon {
    font-size: 4rem;
  }

  .no-orders-message h3 {
    font-size: 2.08rem;
  }

  .no-orders-message p {
    font-size: 1.44rem;
  }

  .btn-explore {
    padding: 0.96rem 1.92rem;
    font-size: 1.36rem;
  }

  /* --- max-width: 360px --- */
  .orders-table {
    min-width: 550px;
  }

  .orders-table th,
  .orders-table td {
    padding: 0.8rem 0.48rem;
  }

  .description-text {
    max-width: 100px;
  }

  .filter-input {
    padding: 0.8rem 1.12rem;
  }

  .btn-filter,
  .btn-clear {
    padding: 0.8rem 1.12rem;
    font-size: 1.2rem;
  }

  /* --- max-width: 480px --- */
  .star-order-container {
    margin: 0.8rem;
    border-radius: 12px;
  }

  .order-form-header {
    padding: 2.4rem 1.6rem;
  }

  .order-form-title {
    font-size: 2.8rem;
  }

  .order-form-subtitle {
    font-size: 1.6rem;
  }

  .star-icon-large {
    font-size: 4rem;
  }

  .star-order-form {
    padding: 2.4rem 1.6rem;
  }

  .package-info-card {
    padding: 2rem;
    margin-bottom: 2.4rem;
  }

  .package-header {
    align-items: flex-start;
    gap: 0.8rem;
    text-align: left;
  }

  .package-label {
    font-size: 1.76rem;
  }

  .form-input {
    padding: 1.4rem 1.6rem;
    font-size: 1.52rem;
  }

  .payment-card {
    padding: 1.6rem;
    text-align: center;
    gap: 1.2rem;
  }

  .form-label {
    font-size: 1.28rem;
  }

  .payment-icon {
    width: 40px;
    height: 40px;
    font-size: 1.92rem;
  }

  .payment-info {
    text-align: center;
  }

  .payment-name {
    font-size: 1.6rem;
  }

  .payment-desc {
    font-size: 1.36rem;
  }

  .file-upload-label {
    padding: 3.2rem 1.6rem;
  }

  .upload-icon {
    font-size: 3.2rem;
  }

  .upload-title {
    font-size: 1.76rem;
  }

  .upload-subtitle {
    font-size: 1.36rem;
  }

  .image-preview {
    padding: 1.2rem;
  }

  .file-info {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.2rem;
  }

  .order-submit-btn {
    padding: 1.4rem 2rem;
    font-size: 1.52rem;
    letter-spacing: 0.5px;
  }

  .order-security {
    font-size: 12px;
    margin-top: 1.6rem;
  }

  /* --- max-width: 360px --- */
  .star-order-container {
    margin: 0.4rem;
    border-radius: 10px;
  }

  .order-form-header {
    padding: 2rem 1.2rem;
  }

  .order-form-title {
    font-size: 2.4rem;
  }

  .star-icon-large {
    font-size: 3.2rem;
  }

  .star-order-form {
    padding: 2rem 1.2rem;
  }

  .package-info-card {
    padding: 1.6rem;
  }

  .form-input {
    padding: 1.2rem 1.4rem;
    font-size: 1.44rem;
  }

  .payment-card {
    padding: 1.4rem;
  }

  .payment-icon {
    width: 35px;
    height: 35px;
    font-size: 1.76rem;
  }

  .file-upload-label {
    padding: 2.4rem 1.2rem;
  }

  .upload-icon {
    font-size: 2.8rem;
  }

  .upload-title {
    font-size: 1.6rem;
  }

  .order-submit-btn {
    padding: 1.2rem 1.6rem;
    font-size: 1.44rem;
  }

  .required-badge {
    font-size: 1.12rem;
    padding: 0.32rem 0.96rem;
  }

  /* --- max-width: 480px --- */
  .userprofile {
    padding: 1.2rem 0;
  }

  .profile-header-modern {
    padding: 2rem;
    gap: 1.6rem;
    margin-bottom: 2rem;
    border-radius: 16px;
  }

  .profileimagecontainer {
    width: 80px !important;
    height: 80px !important;
  }

  .profile-name-modern {
    font-size: 2.4rem;
  }

  .profile-email-modern {
    font-size: 1.52rem;
  }

  .starcontainer {
    padding: 0.6rem 1.2rem !important;
    font-size: 1.4rem !important;
  }

  .formcontainer {
    padding: 2rem !important;
    margin-bottom: 2rem !important;
    border-radius: 16px !important;
  }

  .form-header-modern {
    margin-bottom: 2rem;
  }

  .form-header-modern h4 {
    font-size: 1.8rem;
  }

  .form-header-modern i {
    font-size: 2rem;
  }

  .form-group-modern {
    margin-bottom: 2rem;
  }

  .form-label-modern {
    font-size: 1.52rem;
    margin-bottom: 0.6rem;
  }

  .form-input-modern {
    padding: 1.2rem 1.4rem;
    font-size: 1.44rem;
    border-radius: 10px;
  }

  .file-input-label-modern {
    padding: 1.6rem;
    border-radius: 10px;
  }

  .file-input-label-modern i {
    font-size: 2rem;
  }

  .btn-modern {
    padding: 1.2rem 2rem;
    font-size: 1.44rem;
    border-radius: 10px;
  }

  .profileitem {
    padding: 1.2rem 1.6rem !important;
    margin-bottom: 1.2rem !important;
    border-radius: 10px !important;
  }

  .passwordtext {
    font-size: 1.36rem !important;
  }

  .tablediv {
    padding: 1.4rem;
    border-radius: 12px;
  }

  .tablediv th,
  .tablediv td {
    padding: 1rem 0.6rem;
    font-size: 1.36rem;
  }

  .cancelorderbtn {
    width: 25px !important;
    height: 25px !important;
    padding: 3px !important;
    font-size: 1.2rem !important;
  }

  /* --- max-width: 360px --- */
  .userprofile {
    padding: 0.8rem 0;
  }

  .profile-header-modern {
    padding: 1.6rem;
    gap: 1.4rem;
    margin-bottom: 1.6rem;
  }

  .profileimagecontainer {
    width: 70px !important;
    height: 70px !important;
  }

  .profile-name-modern {
    font-size: 2.2rem;
  }

  .profile-email-modern {
    font-size: 1.44rem;
  }

  .formcontainer {
    padding: 1.6rem !important;
    margin-bottom: 1.6rem !important;
  }

  .form-header-modern {
    margin-bottom: 1.6rem;
  }

  .form-header-modern h4 {
    font-size: 1.6rem;
  }

  .form-header-modern i {
    font-size: 1.8rem;
  }

  .form-group-modern {
    margin-bottom: 1.6rem;
  }

  .form-label-modern {
    font-size: 1.44rem;
  }

  .form-input-modern {
    padding: 1rem 1.2rem;
    font-size: 1.4rem;
  }

  .file-input-label-modern {
    padding: 1.4rem;
  }

  .btn-modern {
    padding: 1rem 1.6rem;
    font-size: 1.4rem;
  }

  .profileitem {
    padding: 1rem 1.4rem !important;
    margin-bottom: 1rem !important;
  }

  .tablediv {
    padding: 1.2rem;
  }

  .tablediv th,
  .tablediv td {
    padding: 0.8rem 0.4rem;
    font-size: 1.28rem;
  }

  /* --- max-width: 480px --- */
  .authorprofilediv {
    margin: 8px;
    padding: 12px;
    max-width: 250px;
  }

  .authorphotodiv {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
    border-width: 2px;
  }

  .authorprofilediv>div:nth-child(3) {
    font-size: 12px;
    margin-bottom: 10px;
  }

  .authorbutton {
    padding: 5px 14px;
    font-size: 12px;
  }

  .authorbutton a {
    font-size: 12px;
  }

  /* --- max-width: 480px --- */
  .author-info-card {
    margin: 8px;
    padding: 12px;
  }

  .author-info-card .author-avatar {
    width: 70px;
    height: 70px;
    margin-bottom: 12px;
  }

  .author-info-card .author-name {
    font-size: 1.76rem;
    margin-bottom: 8px;
  }

  .author-info-card .author-bio {
    font-size: 1.28rem;
    margin-bottom: 12px;
    line-height: 1.4;
  }

  .author-info-card .social-links {
    gap: 6px;
    margin-bottom: 12px;
  }

  .author-info-card .social-link {
    width: 28px;
    height: 28px;
    font-size: 12px;
  }

  .author-info-card .btn {
    padding: 6px 12px;
    font-size: 1.36rem;
  }

  /* --- max-width: 480px --- */
  .author-hero-content {
    gap: 2.4rem;
  }

  .author-avatar-large {
    width: 80px;
    height: 80px;
  }

  .author-name-hero {
    font-size: 2.08rem;
  }

  .author-stats {
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.28rem;
  }

  .stat-item {
    min-width: 80px;
  }

  .stat-number {
    font-size: 2.08rem;
  }

  .info-section {
    margin-bottom: 2.4rem;
  }

  .social-link-professional span {
    font-size: 1.44rem;
  }

  /* --- max-width: 360px --- */
  .author-name-hero {
    font-size: 1.92rem;
  }

  .author-email-hero {
    font-size: 1.28rem;
  }

  .stat-number {
    font-size: 1.92rem;
  }

  .card-title-professional {
    font-size: 1.6rem;
  }

  .info-label {
    font-size: 1.44rem;
  }

  .social-link-professional {
    padding: 0.8rem;
  }

  .social-link-professional span {
    font-size: 1.28rem;
  }

  /* --- max-width: 375px --- */
  .author-profile-card-modern {
    max-width: 100%;
    padding: 1.92rem 1.6rem;
    margin: 1.28rem auto;
    border-radius: 14px;
  }

  .author-card-header {
    margin-bottom: 1.28rem;
  }

  .author-avatar-ring {
    width: 65px;
    height: 65px;
    padding: 2px;
    box-shadow: 0 6px 20px rgba(20, 184, 166, 0.25);
  }

  .author-avatar-modern {
    width: 61px;
    height: 61px;
    border-width: 2px;
  }

  .author-status-indicator {
    width: 18px;
    height: 18px;
    border-width: 2px;
    bottom: 2px;
    right: 2px;
  }

  .author-name-modern {
    font-size: 1.76rem;
    margin-bottom: 0.32rem;
  }

  .author-title-badge {
    font-size: 1.09rem;
    padding: 0.48rem 1.12rem;
    margin-bottom: 0.8rem;
  }

  .social-links-modern {
    margin: 1.28rem 0;
    padding: 1.2rem;
    border-radius: 10px;
  }

  .social-links-title {
    font-size: 1.2rem;
    margin-bottom: 0.88rem;
  }

  .social-icons-grid {
    gap: 0.8rem;
  }

  .social-link-modern {
    width: 34px;
    height: 34px;
    border-radius: 8px;
  }

  .social-link-modern i {
    font-size: 1.44rem;
  }

  .author-actions-modern {
    gap: 0.64rem;
    margin-top: 0.96rem;
    flex-wrap: wrap;
  }

  .btn-modern {
    padding: 0.88rem 1.44rem;
    font-size: 1.2rem;
    flex: 1 1 calc(50% - 0.32rem);
    min-width: 90px;
  }

  .btn-modern i {
    font-size: 1.28rem;
  }

  /* --- max-width: 375px --- */
  #search-results {
    max-height: 50vh;
    border-radius: 0 0 10px 10px;
  }

  #search-results li a {
    padding: 10px 12px;
    font-size: 1.36rem;
    gap: 8px;
  }

  #search-results li a::before {
    font-size: 1.44rem;
  }

  #search-results li:hover a {
    padding-left: 18px;
  }

  #search-results>div {
    margin: 6px;
    padding: 12px;
    font-size: 1.36rem;
  }

  #search-results::-webkit-scrollbar {
    width: 6px;
  }

  /* --- max-width: 480px --- */
  .notification-item {
    padding: 1.04rem;
  }

  .notification-item-title {
    font-size: 1.2rem;
  }

  .notification-item-message {
    font-size: 1.12rem;
    line-height: 1.4;
  }

  .notification-item-time {
    font-size: 0.96rem;
  }

  .notification-action {
    padding: 0.32rem 0.72rem;
    font-size: 0.96rem;
  }

  .notification-action i {
    font-size: 0.8rem;
  }

  .notification-item-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .notification-item-actions {
    width: 100%;
    gap: 0.64rem;
  }

  .notification-action-btn {
    width: 24px;
    height: 24px;
  }

  /* --- max-width: 360px --- */
  .notification-item {
    padding: 0.96rem;
  }

  .notification-item-title {
    font-size: 1.12rem;
  }

  .notification-item-message {
    font-size: 1.04rem;
    line-height: 1.3;
  }

  .notification-item-time {
    font-size: 0.88rem;
  }

  .notification-action {
    padding: 0.24rem 0.64rem;
    font-size: 0.88rem;
  }

  .notification-action i {
    font-size: 0.72rem;
  }

  .notification-item-header {
    gap: 0.64rem;
  }

  .notification-item-content {
    gap: 0.8rem;
  }

  .notification-item-footer {
    gap: 0.8rem;
  }

  /* --- max-width: 480px --- */
  .earn-container {
    padding: 2.4rem 1.6rem;
    gap: 2.4rem;
  }

  .earn-header {
    margin-bottom: 0.8rem;
  }

  .earn-title {
    font-size: 2.4rem;
    gap: 0.8rem;
  }

  .earn-title i {
    font-size: 2.88rem;
  }

  .earn-subtitle {
    font-size: 1.52rem;
  }

  .earn-stats {
    gap: 1.2rem;
  }

  .star-stat-card {
    padding: 1.6rem 2rem;
    gap: 1.6rem;
  }

  .stat-icon {
    width: 45px;
    height: 45px;
    font-size: 1.92rem;
  }

  .stat-label {
    font-size: 1.12rem;
    letter-spacing: 0px;
  }

  .stat-value {
    font-size: 2.4rem;
  }

  .ad-section {
    padding: 2rem;
    border-radius: 10px;
  }

  .ad-label {
    font-size: 1.44rem;
    margin-bottom: 0.8rem;
  }

  .ad-placeholder {
    min-height: 220px;
    font-size: 1.44rem;
    border-radius: 10px;
  }

  .ad-info {
    font-size: 1.36rem;
    padding: 1.2rem;
  }

  .timer-section {
    margin: 1.6rem 0;
  }

  .timer-card {
    padding: 2.4rem 1.6rem;
    border-radius: 10px;
  }

  .timer-display {
    margin-bottom: 1.6rem;
  }

  .timer-circle {
    width: 100px;
    height: 100px;
  }

  .timer-svg {
    width: 100px;
    height: 100px;
  }

  .timer-number {
    font-size: 3.2rem;
  }

  .timer-label {
    font-size: 1.2rem;
  }

  .timer-message {
    font-size: 1.44rem;
  }

  .claim-section {
    min-height: 50px;
  }

  .claim-button {
    padding: 1.44rem 2.4rem;
    font-size: 1.52rem;
    min-width: auto;
    width: 100%;
    max-width: 280px;
  }

  .spinner {
    width: 35px;
    height: 35px;
    border: 3px solid #e5e7eb;
    border-top: 3px solid #14b8a6;
  }

  .loading-state p,
  .success-message p,
  .error-message p {
    font-size: 1.52rem;
  }

  .success-message,
  .error-message {
    padding: 2.4rem 1.6rem;
  }

  .success-message i,
  .error-message i {
    font-size: 4rem;
  }

  .link-back {
    font-size: 1.52rem;
    padding: 0.8rem 1.2rem;
  }

  /* --- max-width: 320px --- */
  .earn-container {
    padding: 1.6rem 1.2rem;
  }

  .earn-title {
    font-size: 2.08rem;
  }

  .earn-title i {
    font-size: 2.4rem;
  }

  .stat-stat-card {
    padding: 1.2rem 1.6rem;
    gap: 1.2rem;
  }

  .stat-value {
    font-size: 2.08rem;
  }

  .ad-placeholder {
    min-height: 180px;
    font-size: 1.28rem;
  }

  .timer-circle {
    width: 80px;
    height: 80px;
  }

  .timer-number {
    font-size: 2.4rem;
  }

  .claim-button {
    max-width: 100%;
  }

  /* --- max-width: 480px --- */
  .verify-page-wrapper {
    padding: 1.6rem 1.2rem;
  }

  .verify-card {
    border-radius: 14px;
  }

  .verify-header {
    padding: 2.8rem 2rem;
  }

  .verify-icon-wrapper {
    margin-bottom: 2rem;
  }

  .verify-icon {
    width: 70px;
    height: 70px;
  }

  .verify-icon i {
    font-size: 2.8rem;
  }

  .icon-glow {
    top: -8px;
    left: -8px;
    right: -8px;
    bottom: -8px;
  }

  .verify-title {
    font-size: 2.16rem;
    margin-bottom: 1.2rem;
  }

  .verify-description {
    font-size: 1.44rem;
    line-height: 1.5;
  }

  .verify-alert {
    margin: 1.4rem 1.4rem 0;
    padding: 1.2rem;
    font-size: 1.36rem;
    border-radius: 10px;
    gap: 0.8rem;
  }

  .verify-alert i {
    font-size: 1.6rem;
  }

  .verify-form-section {
    padding: 2rem;
  }

  .code-label {
    font-size: 1.44rem;
    margin-bottom: 1.4rem;
  }

  .code-inputs {
    gap: 0.64rem;
  }

  .code-input {
    width: 42px;
    height: 50px;
    font-size: 1.92rem;
    border-radius: 8px;
    border-width: 1.5px;
  }

  .verify-btn {
    padding: 1.28rem 2rem;
    font-size: 1.44rem;
    border-radius: 10px;
    gap: 0.8rem;
  }

  .verify-btn i {
    font-size: 1.6rem;
  }

  .resend-section {
    padding-top: 2rem;
  }

  .resend-text {
    font-size: 1.44rem;
    margin-bottom: 1.4rem;
  }

  .resend-btn {
    padding: 0.96rem 1.6rem;
    font-size: 1.36rem;
    border-radius: 8px;
  }

  .resend-note {
    font-size: 1.28rem;
  }

  .verify-footer {
    padding: 1.6rem 2rem;
  }

  .verify-footer .back-link {
    font-size: 1.44rem;
    padding: 0.64rem 1.2rem;
  }

  /* --- max-width: 360px --- */
  .verify-page-wrapper {
    padding: 1.2rem 0.8rem;
  }

  .verify-header {
    padding: 2.4rem 1.6rem;
  }

  .verify-icon {
    width: 60px;
    height: 60px;
  }

  .verify-icon i {
    font-size: 2.4rem;
  }

  .verify-title {
    font-size: 1.92rem;
  }

  .verify-description {
    font-size: 1.36rem;
  }

  .verify-alert {
    margin: 1.2rem 1.2rem 0;
    padding: 1.04rem;
    font-size: 1.28rem;
  }

  .verify-form-section {
    padding: 1.6rem;
  }

  .code-label {
    font-size: 1.36rem;
  }

  .code-inputs {
    gap: 0.48rem;
  }

  .code-input {
    width: 38px;
    height: 46px;
    font-size: 1.76rem;
    border-radius: 6px;
  }

  .verify-btn {
    padding: 1.2rem 1.6rem;
    font-size: 1.36rem;
  }

  .resend-btn {
    padding: 0.8rem 1.4rem;
    font-size: 1.28rem;
  }

  .resend-note {
    font-size: 1.2rem;
  }

  .verify-footer {
    padding: 1.4rem 1.6rem;
  }

  .verify-footer .back-link {
    font-size: 1.36rem;
  }

  /* --- max-width: 480px --- */
  .reset-form-group {
    margin-bottom: 1.6rem;
  }

  .reset-form-input {
    padding: 1.28rem 4rem;
    font-size: 1.44rem;
    border-radius: 10px;
  }

  .reset-input-icon {
    left: 1.2rem;
    font-size: 1.44rem;
  }

  .password-toggle-btn {
    right: 1.2rem;
    padding: 0.64rem;
  }

  .password-requirements-box {
    padding: 0.96rem 1.2rem;
    border-radius: 6px;
  }

  .password-requirements-box .requirement-item {
    font-size: 1.2rem;
    gap: 0.64rem;
  }

  .password-requirements-box .requirement-item .req-icon {
    font-size: 1.12rem;
  }

  /* --- max-width: 360px --- */
  .reset-form-input {
    padding: 1.2rem 3.6rem;
    font-size: 1.36rem;
  }

  .reset-input-icon {
    left: 1.04rem;
    font-size: 1.36rem;
  }

  .password-requirements-box .requirement-item {
    font-size: 1.12rem;
  }

  /* --- max-width: 480px --- */
  /* Claim Page */
  .giveaway-header h1 {
    font-size: 1.92rem;
  }

  .treasure-icon {
    font-size: 5.6rem;
  }

  .icon-glow {
    width: 120px;
    height: 120px;
  }

  .info-row {
    padding: 10px 12px;
    border-radius: 10px;
  }

  .claim-btn {
    padding: 14px 30px;
    font-size: 1.6rem;
    border-radius: 40px;
  }

  .result-card {
    padding: 25px 15px;
    border-radius: 15px;
  }

  .points-display .amount {
    font-size: 3.2rem;
  }

  .points-display .icon {
    font-size: 2.4rem;
  }

  /* History Page */
  .history-header h1 {
    font-size: 2.08rem;
    flex-direction: column;
    gap: 10px;
  }

  .points-balance-card {
    padding: 15px;
    border-radius: 15px;
  }

  .balance-icon {
    width: 50px;
    height: 50px;
    font-size: 2.4rem;
  }

  .balance-info .label {
    font-size: 1.28rem;
  }

  .balance-info .amount {
    font-size: 2.8rem;
  }

  /* Responsive Table - Stack on Mobile */
  .history-table thead {
    display: none;
  }

  .history-table tr {
    display: block;
    margin-bottom: 15px;
    background: rgba(30, 41, 59, 0.3);
    border-radius: 12px;
    padding: 15px;
    border: 1px solid rgba(71, 85, 105, 0.3);
  }

  .history-table td {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid rgba(71, 85, 105, 0.2);
  }

  .history-table td:last-child {
    border-bottom: none;
  }

  .history-table td::before {
    content: attr(data-label);
    font-weight: 600;
    color: #94a3b8;
    font-size: 1.28rem;
    text-transform: uppercase;
  }

  .history-table .giveaway-name {
    font-size: 1.52rem;
  }

  .empty-state {
    padding: 30px 15px;
  }

  .empty-state .icon {
    font-size: 4rem;
  }

  /* --- max-width: 360px --- */
  .giveaway-header h1 {
    font-size: 1.76rem;
  }

  .treasure-icon {
    font-size: 4.8rem;
  }

  .claim-btn {
    padding: 12px 25px;
    font-size: 1.52rem;
  }

  .points-display .amount {
    font-size: 2.8rem;
  }

  .balance-info .amount {
    font-size: 2.4rem;
  }

  .points-badge {
    padding: 5px 10px;
    font-size: 1.28rem;
  }

  /* --- max-width: 380px --- */
  .giveaway-claim-header {
    padding: 22px 15px 18px;
  }

  .giveaway-icon-box {
    width: 60px;
    height: 60px;
  }

  .giveaway-icon-box i {
    font-size: 2.4rem;
  }

  .giveaway-title {
    font-size: 1.84rem;
  }

  .giveaway-info-bar .info-value {
    font-size: 1.68rem;
  }

  .giveaway-content {
    padding: 20px 15px;
  }

  .points-range .range-values strong {
    font-size: 1.84rem;
  }

  .claim-btn {
    padding: 13px 20px;
    font-size: 1.52rem;
  }

  .won-display .won-amount {
    font-size: 3.2rem;
  }

  .claimed-points-box .claimed-amount {
    font-size: 3.04rem;
  }

  /* --- max-width: 380px --- */
  .password-modal .modal-header {
    padding: 20px 15px 15px;
  }

  .password-modal .modal-icon {
    width: 50px;
    height: 50px;
  }

  .password-modal .modal-header h3 {
    font-size: 1.68rem;
  }

  .password-modal .modal-body {
    padding: 18px 15px;
  }

  .password-input {
    padding: 12px 15px;
    font-size: 1.52rem;
  }

  .password-modal .modal-footer {
    padding: 14px 15px;
    flex-direction: column;
  }

  .modal-btn {
    width: 100%;
  }

  /* --- max-width: 480px --- */
  .exchange-card {
    border-radius: 20px;
  }

  .balance-icon {
    width: 48px;
    height: 48px;
    font-size: 2.08rem;
    border-radius: 14px;
  }

  .balance-value {
    font-size: 2.4rem;
  }

  .balance-label {
    font-size: 1.2rem;
  }

  .balance-item {
    padding: 15px 20px;
    border-radius: 14px;
  }

  .exchange-table th,
  .exchange-table td {
    font-size: 1.12rem;
  }

  .rate-badge {
    font-size: 1.28rem;
    padding: 10px 16px;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }

  .input-wrapper {
    padding: 5px;
    border-radius: 12px;
  }

  .input-wrapper input {
    font-size: 2.4rem;
    padding: 6px 8px;
  }

  .input-btn {
    width: 40px;
    height: 40px;
    font-size: 1.52rem;
    border-radius: 10px;
  }

  .quick-buttons button {
    padding: 7px 14px;
    font-size: 1.28rem;
    border-radius: 20px;
  }

  .calculation-display {
    padding: 16px;
  }

  .exchange-btn {
    padding: 16px 24px;
    font-size: 1.6rem;
    border-radius: 14px;
  }

  .no-points-message {
    padding: 30px 20px;
    border-radius: 16px;
  }

  .no-points-message i {
    font-size: 4.8rem;
  }

  .earn-link {
    padding: 12px 24px;
    font-size: 1.44rem;
  }

  .exchange-stats .stat-card {
    flex-direction: row;
    text-align: left;
    gap: 15px;
    padding: 18px;
    border-radius: 16px;
  }

  .exchange-stats .stat-icon {
    width: 46px;
    height: 46px;
  }

  .exchange-stats .stat-value {
    font-size: 2.08rem;
  }

  /* Full history table scroll */
  .history-table-wrapper {
    margin: 0 -15px;
    padding: 0 15px;
  }

  .exchange-table {
    min-width: 550px;
  }

  .exchange-history-card {
    border-radius: 20px;
  }

  .history-header h3 {
    font-size: 1.6rem;
  }

  .view-all-link {
    padding: 6px 14px;
    font-size: 1.36rem;
  }

  .no-history {
    padding: 40px 20px;
    border-radius: 20px;
  }

  .no-history i {
    font-size: 5.6rem;
    margin-bottom: 20px;
  }

  .exchange-now-btn {
    padding: 12px 24px;
    font-size: 1.44rem;
  }

}


/* ================================================================== */
/* SHOW PAGE RESPONSIVE STYLES                                        */
/* ================================================================== */

/* --- 980px Breakpoint --- */
@media (max-width: 980px) {
  /* Novel Details Card - Tablet */
  .novel-details-card {
    padding: 2.5rem;
    margin: 2.5rem 0;
  }

  .novel-details-inner {
    grid-template-columns: 18rem 1fr;
    gap: 2.5rem;
  }

  .novel-title {
    font-size: 2.4rem;
  }

  .novel-meta-grid {
    grid-template-columns: 1fr 1fr;
    gap: 0.8rem;
  }

  .meta-row {
    padding: 1rem 1.2rem;
  }

  .summarybox {
    padding: 20px;
    margin: 20px 0;
  }

  .summaryheading h4 {
    font-size: 1.6rem;
  }

  .summarycontent {
    font-size: 1.4rem;
  }

  .chaptercontainer {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 10px;
    max-height: 450px;
  }

  .showchapter {
    padding: 12px 14px;
    font-size: 1.3rem;
  }

  .genres {
    padding: 16px;
    margin: 20px 0;
  }

  .genre_label {
    padding: 6px 10px;
    font-size: 1.1rem;
  }
}

/* --- 768px Breakpoint --- */
@media (max-width: 768px) {
  /* Novel Details Card - Mobile Landscape */
  .novel-details-card {
    padding: 2rem;
    margin: 2rem 0;
    border-radius: 1.5rem;
  }

  .novel-details-inner {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .novel-cover-wrap {
    display: flex;
    justify-content: center;
  }

  .novel-cover-img {
    max-width: 20rem;
    width: 100%;
  }

  .novel-info-wrap {
    text-align: center;
    gap: 1.6rem;
  }

  .novel-title {
    font-size: 2.2rem;
  }

  .novel-alt-title {
    margin: -0.5rem 0 0 0;
  }

  .novel-rating-wrap {
    justify-content: center;
    flex-wrap: wrap;
  }

  .novel-meta-grid {
    grid-template-columns: 1fr 1fr;
    gap: 0.8rem;
  }

  .meta-row {
    padding: 1rem;
    text-align: left;
  }

  .novel-genres-wrap {
    justify-content: center;
  }

  .novel-stats-row {
    justify-content: center;
    flex-wrap: wrap;
    gap: 1.5rem;
  }

  .novel-action-btns {
    justify-content: center;
  }

  .action-btn {
    padding: 1rem 2rem;
    font-size: 1.3rem;
  }

  .summarybox {
    padding: 16px;
    margin: 16px 0;
    border-radius: 12px;
  }

  .summaryheading h4 {
    font-size: 1.5rem;
  }

  .summarycontent {
    font-size: 1.3rem;
    line-height: 1.7;
  }

  .chaptercontainer {
    grid-template-columns: 1fr;
    gap: 8px;
    max-height: 400px;
  }

  .showchapter {
    padding: 12px 14px;
    font-size: 1.25rem;
  }

  .showchapter .poston {
    font-size: 1.05rem;
  }

  .genres {
    padding: 14px;
    margin: 16px 0;
    border-radius: 12px;
  }

  .genresheader h3 {
    font-size: 1.4rem;
  }

  .genre_label {
    padding: 5px 10px;
    margin: 4px;
  }

  .genre_label a {
    font-size: 1.1rem;
  }

  .commentbox {
    padding: 12px;
  }
}

/* --- 480px Breakpoint --- */
@media (max-width: 480px) {
  /* Novel Details Card - Mobile Portrait */
  .novel-details-card {
    padding: 1.5rem;
    margin: 1.5rem 0;
    border-radius: 1.2rem;
  }

  .novel-details-inner {
    gap: 1.5rem;
  }

  .novel-cover-img {
    max-width: 16rem;
    border-radius: 1rem;
  }

  .novel-status-badge {
    top: 0.8rem;
    right: 0.8rem;
    padding: 0.5rem 1rem;
    font-size: 1rem;
  }

  .novel-info-wrap {
    gap: 1.2rem;
  }

  .novel-title {
    font-size: 1.9rem;
  }

  .novel-alt-title {
    font-size: 1.2rem;
  }

  .novel-rating-wrap {
    flex-direction: column;
    gap: 1rem;
  }

  .novel-rating-display .ratingbox {
    font-size: 1.6rem;
  }

  .rating-score {
    font-size: 1.6rem;
  }

  .rating-give-btn {
    padding: 0.5rem 1.2rem;
    font-size: 1.2rem;
  }

  .novel-meta-grid {
    grid-template-columns: 1fr;
    gap: 0.6rem;
  }

  .meta-row {
    padding: 1rem;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
  }

  .meta-label {
    font-size: 1.1rem;
  }

  .meta-value {
    font-size: 1.3rem;
    text-align: right;
  }

  .novel-genres-wrap {
    gap: 0.6rem;
  }

  .genre-pill {
    padding: 0.5rem 1.2rem;
    font-size: 1.1rem;
  }

  .novel-stats-row {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    padding: 1.2rem 0;
  }

  .stat-item {
    font-size: 1.3rem;
  }

  .stat-item i {
    font-size: 1.4rem;
  }

  .novel-action-btns {
    flex-direction: column;
    gap: 1rem;
  }

  .action-btn {
    width: 100%;
    justify-content: center;
    padding: 1.2rem 2rem;
    font-size: 1.3rem;
  }

  .summarybox {
    padding: 14px;
    margin: 14px 0;
    border-radius: 10px;
  }

  .summaryheading h4 {
    font-size: 1.4rem;
  }

  .summarycontent {
    font-size: 1.2rem;
    line-height: 1.65;
  }

  .summary {
    text-indent: 30px;
  }

  .chaptercontainer {
    grid-template-columns: 1fr;
    gap: 8px;
    max-height: 350px;
    padding: 8px 3px;
  }

  .showchapter {
    padding: 12px;
    font-size: 1.2rem;
    border-radius: 8px;
  }

  .showchapter a {
    font-size: 1.2rem;
  }

  .showchapter .poston {
    font-size: 0.95rem;
  }

  .showchapter .paid strong {
    padding: 4px 10px;
    font-size: 1rem;
  }

  .genres {
    padding: 12px;
    margin: 14px 0;
    border-radius: 10px;
  }

  .genresheader h3 {
    font-size: 1.3rem;
  }

  .genre_label {
    width: 100%;
    padding: 5px 8px;
    padding-left: 30px;
    margin: 3px;
    border-radius: 15px;
    text-align: left;
  }

  .novelgenrebox{
    flex-direction: column;
    gap: 10px;
  }

  .genre_label a {
    font-size: 1rem;
  }

  .commentbox {
    padding: 10px;
    border-radius: 8px;
  }

  .card textarea {
    font-size: 1.2rem;
    padding: 12px;
  }

  .ratingbox {
    font-size: 1.4rem;
  }

  .ratingbox i {
    font-size: 1.6rem;
  }
}