.site-header {
position: fixed;
top: 0;
width: 100vw;
background: white;
z-index: 999;
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
transition: transform 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
}
.site-header .container {
display: flex;
align-items: center;
justify-content: space-between;
max-width: 1200px;
margin: 0 auto;
padding: 10px 20px;
}
.menu-icon {
font-size: 2rem;
cursor: pointer;
display: none;
}
.nav-list {
display: flex;
gap: 20px;
list-style: none;
padding: 0;
margin: 0;
}
.nav-list li a {
text-decoration: none;
font-weight: bold;
color: #333;
} @media screen and (max-width: 768px) {
.menu-icon {
display: block;
}
.nav-list {
display: none;
flex-direction: column;
background: white;
position: absolute;
top: 60px;
left: 0;
width: 100%;
padding: 10px 0;
}
.site-nav.active .nav-list {
display: flex;
}
}  @media screen and (min-width: 769px) {
.site-nav .nav-list {
display: flex !important;
flex-direction: row !important;
justify-content: flex-end !important;
align-items: center !important;
gap: 20px;
list-style: none;
margin: 0;
padding: 0;
}
.site-nav .nav-list li {
margin-left: 20px;
}
.site-nav .nav-list li a {
text-decoration: none;
font-size: 0.85rem; font-weight: bold;
color: #333;
}
}
.menu-icon {
display: none;
}
.site-nav {
display: flex;
align-items: center;
}
} @media screen and (min-width: 769px) {
nav.site-nav ul.nav-list {
display: flex !important;
flex-direction: row !important;
justify-content: flex-end !important;
align-items: center !important;
list-style: none;
padding: 0;
margin: 0;
}
nav.site-nav ul.nav-list > li {
margin-left: 20px;
}
nav.site-nav ul.nav-list > li > a {
text-decoration: none;
font-weight: bold;
color: #333;
display: block;
padding: 10px 15px;
}
.menu-icon {
display: none !important;
}
}
@media screen and (max-width: 768px) {
.menu-icon {
display: block !important;
cursor: pointer;
position: absolute;
top: 15px;
right: 20px;
z-index: 1001;
}
.nav-list {
display: none;
flex-direction: column;
background: white;
position: absolute;
top: 60px;
right: 0;
width: 100%;
padding: 10px 0;
z-index: 999;
}
.site-nav.active .nav-list {
display: flex !important;
align-items: flex-end !important; ← 追加（右寄せ）
justify-content: flex-start;
}
.nav-list li {
padding: 10px 20px;
text-align: right; ← 追加
width: 100%;
}
.nav-list li a {
display: block;
font-size: 0.9rem; width: 100%;
text-align: right; ← 追加
}
} .page-content {
max-width: 1200px;
margin: 0 auto;
 padding: 20px 20px;
line-height: 1.8;
font-family: 'Noto Sans JP', 'Yomogi', sans-serif;
color: #333;
background-color: rgba(255, 255, 255, 0.85);
} .page-content h1 {
font-size: 2rem;
font-weight: bold;
border-bottom: 2px solid #f3931f;
padding-bottom: 0.4em;
margin-bottom: 1em;
color: #d53227;
}
.page-content h2 {
font-size: 1.5rem;
font-weight: bold;
padding-left: 0.6em;
border-left: 6px solid #f3931f;
margin: 2em 0 1em;
color: #d53227;
}
.page-content h3 {
font-size: 1.25rem;
font-weight: bold;
margin-top: 1.8em;
margin-bottom: 0.6em;
padding-bottom: 4px;
border-bottom: 2px dashed #eab5d8;
color: #444;
}
.page-content h4 {
font-size: 1.1rem;
font-weight: bold;
margin-top: 1.2em;
margin-bottom: 0.4em;
color: #555;
} .page-content p {
margin-bottom: 1em;
font-size: 1rem;
} .page-content ul {
margin-left: 1.2em;
margin-bottom: 1em;
}
.page-content ul li {
list-style: disc;
margin-bottom: 0.5em;
} .page-content ol {
margin-left: 1.4em;
margin-bottom: 1em;
}
.page-content ol li {
list-style: decimal;
margin-bottom: 0.5em;
} .page-content strong {
font-weight: bold;
color: #d53227;
} .page-content a {
color: #f3931f;
text-decoration: underline;
}
.page-content a:hover {
text-decoration: none;
color: #d53227;
} .page-content hr {
border: none;
border-top: 1px solid #ccc;
margin: 2em 0;
} .page-container {
display: flex;
justify-content: space-between;
max-width: 1600px;
margin: 0 auto;
padding: 40px 20px;
gap: 40px;
box-sizing: border-box;
}
.site-main {
flex: 1;
min-width: 0;
}
.site-sidebar {
 width: 400px;
text-align: center;
} .site-sidebar ul {
padding-left: 0;
list-style: none;
}
.site-sidebar ul li {
margin-bottom: 8px;
} .site-sidebar a {
text-decoration: none;
color: #000;
font-weight: bold;
}
.site-sidebar a:hover {
color: #d53227;
text-decoration: none;
}
.site-sidebar .btn,
.site-sidebar img {
display: inline-block;
margin: 10px auto;
}
.sidebar-gallery-scroll {
overflow: hidden;
width: 100%;
height: 80px; border-radius: 12px;
position: relative;
margin: 20px 0;
}
.scroll-track {
display: flex;
gap: 8px;
animation: galleryScroll 20s linear infinite;
width: max-content;
}
.scroll-track img {
width: 70px;
height: auto;
border-radius: 8px;
flex-shrink: 0;
box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}
@keyframes galleryScroll {
0% {
transform: translateX(0);
}
100% {
transform: translateX(-50%);
}
} .neko-banner {
background: linear-gradient(to right, #fff8f5, #ffe0ec);
border: 2px solid #f3931f;
padding: 16px;
text-align: center;
border-radius: 12px;
font-weight: bold;
font-size: 1rem;
color: #d53227;
box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}
.neko-banner a {
color: inherit;
text-decoration: none;
}
@media screen and (max-width: 768px) {
.page-container {
flex-direction: column;
}
.site-sidebar {
width: 100%;
}
} .cat-contact-banner {
display: flex;
align-items: center;
justify-content: center;
 border: 1px solid #ff9999;
background: linear-gradient(135deg, #ffe5e5, #fff5f5);
border-radius: 20px;
padding: 20px 30px;
font-size: 1.5rem;
color: #cc3333;
cursor: pointer;
transition: transform 0.2s ease;
box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
.cat-contact-banner a {
color: #cc3333; text-decoration: none;
}
.cat-contact-banner a:hover {
color: #cc3333; text-decoration: none;
}
.cat-contact-banner:hover {
transform: scale(1.05);
}
.cat-icon {
width: 60px;
height: 60px;
margin-right: 20px;
}
.cat-contact-banner span {
padding-top: 6px;
display: inline-block;
} .box-menu-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 16px;
padding: 20px;
}
.box-menu-item {
background: #fff;
border: 1px solid #eee;
border-radius: 8px;
text-align: center;
text-decoration: none;
padding: 20px 10px;
color: #333;
transition: all 0.2s ease;
box-shadow: 0 2px 6px rgba(0,0,0,0.04);
}
.box-menu-item:hover {
background: #fef6f9;
border-color: #eab5d8;
transform: translateY(-2px);
}
.box-menu-item .icon img {
width: 40px;
height: 40px;
margin-bottom: 10px;
}
.box-menu-item .title {
font-weight: bold;
font-size: 1rem;
color: #333;
margin-bottom: 5px;
}
.box-menu-item .desc {
font-size: 0.75rem;
color: #888;
} .info-section {
display: flex;
flex-wrap: wrap;
gap: 1.5rem;
padding: 2rem 1rem;
justify-content: center;
background: #f9f9f9;
}
.card {
background: white;
border-radius: 12px;
box-shadow: 0 4px 12px rgba(0,0,0,0.05);
padding: 1.5rem;
flex: 1 1 300px;
max-width: 400px;
}
.card h3 {
font-size: 1.2rem;
margin-bottom: 1rem;
color: #333;
}
.card ul {
padding-left: 0;
list-style: none;
margin: 0;
}
.card li {
margin: 2px 0;
}
.card li a {
text-decoration: none;
color: #0073aa;
}
.card li a:hover {
text-decoration: underline;
}
.info-section {
display: flex;
flex-wrap: wrap;
gap: 20px;
justify-content: center;
padding: 40px 20px;
}
.info-section .card {
background: #fff;
padding: 20px;
border-radius: 12px;
box-shadow: 0 2px 8px rgba(0,0,0,0.05);
width: 100%;
max-width: 300px;
}
.info-section .card h3 {
font-size: 1.1rem;
margin-bottom: 12px;
}
.info-section .card ul li {
margin: 6px 0;
font-size: 0.95rem;
}
.material-thumbnails {
display: flex;
flex-wrap: wrap;
gap: 10px;
justify-content: center;
}
.material-thumb img {
width: 100px;
height: auto;
border-radius: 8px;
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
transition: transform 0.2s;
}
.material-thumb:hover img {
transform: scale(1.05);
}
.sns-icons {
display: flex;
justify-content: center;
gap: 20px;
margin-top: 10px;
}
.sns-icons a svg {
 width: 48px;
 height: 48px;
} .footer-nav ul {
list-style: none;
padding: 0;
display: flex;
justify-content: center;
gap: 20px;
margin-bottom: 10px;
flex-wrap: wrap;
}
.footer-nav ul li a {
text-decoration: none;
color: #333;
font-weight: bold;
}
.footer-meta {
font-size: 0.85rem;
color: #999;
text-align: center;
}
.stylish-footer {
background-color: #f0f0f0;
text-align: center;
padding: 50px 20px 30px;
color: #444;
font-family: 'Helvetica Neue', sans-serif;
}
.footer-brand {
font-size: 1.4rem;
font-weight: bold;
letter-spacing: 0.1em;
margin-bottom: 20px;
color: #333;
}
.footer-menu ul,
.footer-submenu ul {
list-style: none;
padding: 0;
margin: 0 0 15px;
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 20px;
}
.footer-menu a,
.footer-submenu a {
text-decoration: none;
color: #666;
font-size: 0.95rem;
}
.footer-menu a:hover,
.footer-submenu a:hover {
color: #d53227; }
.footer-copy {
font-size: 0.75rem;
color: #999;
margin-top: 10px;
}
.footer-brand img {
max-height: 60px;
margin-bottom: 20px;
}
.footer-menu a:hover,
.footer-submenu a:hover {
color: #d53227; }
.footer-menu-row {
margin-bottom: 10px;
}
.footer-menu-list {
list-style: none;
padding: 0;
margin: 0;
display: flex;
justify-content: center;
gap: 20px;
flex-wrap: wrap;
}
.footer-menu-list li a {
text-decoration: none;
color: #666;
font-weight: 350; font-size: 0.8rem;
letter-spacing: 0.05em; transition: color 0.3s ease;
}
.footer-menu-list.footer-secondary li a {
font-size: 0.8rem;
color: #999; font-weight: 300;
}
.footer-menu-list li a:hover {
color: #d53227;
} #book-bg {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
overflow: hidden;
z-index: -1;
}
.book-floating {
position: absolute;
opacity: 0.6;
animation: floatY linear infinite;
}
@keyframes floatY {
0% {
transform: translateY(-100px) rotate(0deg);
opacity: 0;
}
50% {
opacity: 0.8;
}
100% {
transform: translateY(110vh) rotate(360deg);
opacity: 0;
}
} .register-page {
 padding-top: 0px;
}
.register-wrapper {
max-width: 420px;
margin: 4rem auto;
padding: 3rem 2rem;
background-color: #fff;
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
border-radius: 16px;
font-family: 'Hiragino Kaku Gothic ProN', sans-serif;
color: #333;
}
.register-wrapper h2 {
font-size: 24px;
margin-bottom: 1.5rem;
}
.register-wrapper label {
display: block;
margin-top: 1rem;
margin-bottom: 0.3rem;
font-weight: bold;
}
.register-wrapper input[type="text"],
.register-wrapper input[type="email"],
.register-wrapper input[type="password"] {
width: 100%;
padding: 0.8rem 0;
border: none;
border-bottom: 2px solid #ccc;
font-size: 16px;
background: transparent;
transition: border-color 0.3s ease;
}
.register-wrapper input:focus {
outline: none;
border-bottom-color: #e65227;
}
.register-btn {
width: 100%;
margin-top: 2rem;
background-color: #e65227;
color: white;
border: none;
border-radius: 8px;
padding: 1rem;
font-size: 16px;
font-weight: bold;
cursor: pointer;
transition: background-color 0.3s ease;
}
.register-btn:hover {
background-color: #d4451a;
} .login-page {
padding-top: 100px; }
.login-wrapper {
max-width: 420px;
margin: 4rem auto;
padding: 3rem 2rem;
background-color: #fff;
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
border-radius: 16px;
font-family: 'Hiragino Kaku Gothic ProN', sans-serif;
color: #333;
}
.login-wrapper h2 {
font-size: 24px;
margin-bottom: 1.5rem;
}
.login-wrapper label {
display: block;
margin-top: 1rem;
margin-bottom: 0.3rem;
font-weight: bold;
}
.login-wrapper input[type="text"],
.login-wrapper input[type="password"] {
width: 100%;
padding: 0.8rem 0;
border: none;
border-bottom: 2px solid #ccc;
font-size: 16px;
background: transparent;
transition: border-color 0.3s ease;
}
.login-wrapper input:focus {
outline: none;
border-bottom-color: #e65227;
}
.remember-me {
margin-top: 1rem;
display: flex;
align-items: center;
gap: 0.5rem;
font-size: 14px;
}
.login-btn {
width: 100%;
margin-top: 2rem;
background-color: #e65227;
color: white;
border: none;
border-radius: 8px;
padding: 1rem;
font-size: 16px;
font-weight: bold;
cursor: pointer;
transition: background-color 0.3s ease;
}
.login-btn:hover {
background-color: #d4451a;
}
.login-links {
margin-top: 2rem;
font-size: 14px;
text-align: center;
}
.login-links a {
display: block;
margin-top: 0.4rem;
text-decoration: none;
color: #e65227;
} .user-info-box {
margin-top: 2rem;
padding: 1.5rem;
border: 2px dashed #f48fb1; border-radius: 10px;
background: #fffafc;
font-family: 'Noto Sans JP', sans-serif;
} body.woocommerce-page .page-container {
padding-top: 0px !important;
}
body.woocommerce-page main.site-main {
margin-top: 0px !important;
padding-top: 0px !important;
}
body.woocommerce-page .page-default {
margin-top: 0px !important;
padding-top: 0px !important;
}
body.woocommerce-page .page-content {
padding-top: 0px !important;
}
body.woocommerce-page .page-content h1 {
margin-top: 0px !important;
}
.mypage-wrapper {
display: flex;
gap: 20px;
}
.mypage-sidebar {
width: 250px;
background: #f0f4f8;
padding: 20px;
border-radius: 10px;
}
.mypage-profile {
text-align: center;
margin-bottom: 20px;
}
.mypage-profile img {
border-radius: 50%;
}
.mypage-nav {
list-style: none;
padding: 0;
}
.mypage-nav li {
margin: 10px 0;
}
.mypage-nav a {
text-decoration: none;
color: #333;
display: block;
}
.mypage-content {
flex: 1;
padding: 20px;
background: #fff;
border-radius: 10px;
} .mypage-wrapper {
display: flex;
flex-wrap: nowrap;
align-items: flex-start;
gap: 24px;
} .mypage-sidebar {
width: 260px; flex-shrink: 0;
} .mypage-content {
flex: 1; min-width: 0;
} body.woocommerce-account .woocommerce-MyAccount-navigation ul {
list-style: none;
padding: 0;
margin: 0;
} body.woocommerce-account .woocommerce-MyAccount-navigation li {
margin: 8px 0;
border-radius: 6px;
overflow: hidden;
background-color: #fff;
border: 2px solid #f26522; transition: background-color 0.2s ease, color 0.2s ease;
} body.woocommerce-account .woocommerce-MyAccount-navigation li a {
display: block;
padding: 10px 16px;
color: #f26522;
font-weight: bold;
text-decoration: none;
} body.woocommerce-account .woocommerce-MyAccount-navigation li:hover {
background-color: #f26522;
}
body.woocommerce-account .woocommerce-MyAccount-navigation li:hover a {
color: #fff;
} body.woocommerce-account .woocommerce-MyAccount-navigation li.is-active {
background-color: #e14b3e;
}
body.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
color: #fff;
} body.woocommerce-account .sidebar-userinfo {
text-align: center;
padding: 12px;
margin-bottom: 20px;
border-bottom: 2px solid #f26522;
}
body.woocommerce-account .sidebar-avatar {
width: 60px !important;
height: 60px !important;
border-radius: 50% !important;
object-fit: cover;
border: 2px solid #f26522 !important;
margin-bottom: 8px !important;
}
body.woocommerce-account .sidebar-username {
font-size: 0.9rem !important;
color: #333 !important;
}
body.woocommerce-account .sidebar-username .plan-label {
display: inline-block;
font-size: 0.8rem;
color: #e14b3e;
font-weight: bold;
}
.woocommerce-MyAccount-content h2 {
font-size: 1.5em;
margin-bottom: 1em;
color: #d8580d; border-left: 5px solid #d8580d;
padding-left: 10px;
}
.woocommerce-MyAccount-content a {
display: inline-block;
margin-right: 15px;
margin-top: 0.5em;
font-weight: bold;
color: #d8580d;
text-decoration: none;
border-bottom: 1px solid transparent;
}
.woocommerce-MyAccount-content a:hover {
border-color: #d8580d;
}
.mypage-main {
padding: 2em;
background: #fff;
border-radius: 8px;
box-shadow: 0 0 10px rgba(0,0,0,0.05);
} .menu-account-icon {
display: inline-block;
margin-left: 12px;
}
.menu-account-icon a {
display: flex;
align-items: center;
font-size: 20px;
padding: 6px 10px;
text-decoration: none;
} .header-user-icon {
position: absolute;
right: 60px;
top: 20px;
z-index: 1000;
}
@media (min-width: 768px) {
.header-user-icon {
display: none;
}
} .contact-wrapper {
max-width: 420px;
margin: 4rem auto;
padding: 3rem 2rem;
background-color: #fff;
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
border-radius: 16px;
font-family: 'Hiragino Kaku Gothic ProN', sans-serif;
color: #333;
}
.contact-wrapper h2 {
font-size: 24px;
margin-bottom: 1.5rem;
border-left: 4px solid #e65227;
padding-left: 10px;
color: #b53326;
}
.contact-wrapper label {
display: block;
margin-top: 1rem;
margin-bottom: 0.3rem;
font-weight: bold;
}
.contact-wrapper input[type="text"],
.contact-wrapper input[type="email"],
.contact-wrapper select,
.contact-wrapper textarea {
width: 100%;
padding: 0.8rem 0;
border: none;
border-bottom: 2px solid #ccc;
font-size: 16px;
background: transparent;
transition: border-color 0.3s ease;
}
.contact-wrapper input:focus,
.contact-wrapper select:focus,
.contact-wrapper textarea:focus {
outline: none;
border-bottom-color: #e65227;
}
.contact-wrapper textarea {
min-height: 150px;
resize: vertical;
}
.register-btn {
width: 100%;
margin-top: 2rem;
background-color: #e65227;
color: white;
border: none;
border-radius: 8px;
padding: 1rem;
font-size: 16px;
font-weight: bold;
cursor: pointer;
transition: background-color 0.3s ease;
}
.register-btn:hover {
background-color: #d4451a;
}
.custom-input,
.custom-select,
.custom-textarea {
width: 100%;
border: none;
border-bottom: 1px solid #ccc;
padding: 10px;
font-size: 16px;
background: transparent;
outline: none;
box-shadow: none;
}
.custom-input:focus,
.custom-select:focus,
.custom-textarea:focus {
border-bottom: 2px solid #e6442d;
}
input[type="submit"] {
padding: 12px 24px;
font-size: 1rem;
background-color: #e64518;
color: #fff;
border: none;
border-radius: 4px;
cursor: pointer;
} .profile-edit-form label {
display: block;
margin: 15px 0 5px;
font-weight: bold;
}
.profile-edit-form .custom-input,
.profile-edit-form .custom-textarea {
width: 100%;
padding: 10px;
border: 1px solid #ccc;
border-radius: 5px;
box-sizing: border-box;
font-size: 16px;
}
.profile-edit-form .custom-textarea {
min-height: 100px;
resize: vertical;
}
.profile-edit-form .register-btn {
margin-top: 20px;
padding: 10px 20px;
background: #ff7f50;
color: #fff;
border: none;
border-radius: 5px;
font-size: 16px;
cursor: pointer;
}
.profile-edit-form .register-btn:hover {
background: #ff5722;
} .profile-card {
display: flex;
align-items: center;
gap: 20px;
margin-bottom: 30px;
}
.profile-avatar {
border-radius: 50%;
width: 100px;
height: 100px;
object-fit: cover;
}
.profile-text h2 {
margin: 0 0 10px;
}
.profile-text p {
margin: 0;
color: #666;
}
.profile-text h2 {
color: #333; font-size: 24px; font-weight: bold; margin: 0 0 5px 0; border: none !important;
padding-left: 0 !important;
}
@media (max-width: 768px) {
.profile-card {
word-break: break-word;
overflow-wrap: anywhere;
display: block;
width: 100%;
}
} .creator-profile-card {
display: flex;
align-items: center;
gap: 20px;
margin-bottom: 30px;
} .creator-profile-card,
#edit-form {
background: #fff;
border: 1px solid #f4c1a1;
padding: 1.5em;
border-radius: 12px;
margin-bottom: 2em;
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
} .creator-avatar img {
border-radius: 50%;
width: 100px;
height: 100px;
object-fit: cover;
box-shadow: 0 0 0 3px #f4c1a1;
} .creator-info h2 {
color: #333; font-size: 24px; font-weight: bold; margin: 0 0 5px 0; border: none !important;
padding-left: 0 !important;
} .bio {
font-size: 1em;
color: #666;
margin-bottom: 1em;
} .profile-meta {
list-style: none;
padding: 0;
margin: 0;
}
.profile-meta li {
list-style: none;
font-size: 0.95em;
color: #444;
margin-bottom: 6px;
}
ul.profile-meta li {
list-style: none !important;
} #toggle-edit-form {
display: inline-block;
background: #f07d48;
color: white;
border: none;
padding: 0.6em 1.2em;
font-weight: bold;
cursor: pointer;
border-radius: 5px;
transition: background 0.2s ease;
}
#toggle-edit-form:hover {
background: #d85d2f;
} #edit-form label {
display: block;
font-weight: bold;
margin: 1em 0 0.4em;
color: #444;
}
#edit-form input[type="text"],
#edit-form input[type="url"],
#edit-form textarea {
width: 100%;
padding: 0.6em;
border: 1px solid #ccc;
border-radius: 6px;
font-size: 1em;
box-sizing: border-box;
}
#edit-form input[type="submit"] {
background: #f07d48;
color: white;
font-weight: bold;
border: none;
padding: 0.7em 1.5em;
border-radius: 6px;
cursor: pointer;
margin-top: 1em;
} #edit-form btn {
margin-top: 20px;
padding: 10px 20px;
background: #ff7f50;
color: #fff;
border: none;
border-radius: 5px;
font-size: 16px;
cursor: pointer;
}
#edit-form input[type="submit"]:hover {
background: #ff5722;
} .creator-product-form label {
display: block;
margin-top: 24px; font-weight: bold;
}
.creator-product-form input,
.creator-product-form textarea,
.creator-product-form select {
display: block;
margin-top: 8px; margin-bottom: 24px; width: 100%;
max-width: 500px;
padding: 8px;
font-size: 15px;
}
.creator-product-form small {
margin-top: -12px;
margin-bottom: 16px;
display: block;
color: #666;
font-size: 13px;
} .creator-product-table {
width: 100%;
border-collapse: collapse;
margin-top: 2rem;
}
.creator-product-table th,
.creator-product-table td {
border: 1px solid #ddd;
padding: 10px;
text-align: center;
}
.creator-product-table th {
background-color: #f8f8f8;
}
.creator-product-table a {
color: #e4511e;
text-decoration: none;
} @media (max-width: 768px) {
.creator-product-table {
display: flex;
flex-direction: column;
gap: 16px;
width: 100%;
border-collapse: unset;
}
.creator-product-table thead {
display: none;
}
.creator-product-table tr {
display: flex;
flex-direction: column;
background: #fff;
border-radius: 12px;
box-shadow: 0 2px 8px rgba(0,0,0,0.1);
padding: 12px;
gap: 8px;
overflow: hidden;
}
.creator-product-table td {
   display: flex !important;
flex-direction: row;
align-items: center;
font-size: 14px;
border: none;
padding: 4px 0;
word-break: break-word;
}
.creator-product-table td::before {
content: attr(data-label);
display: inline-block;
min-width: 80px; font-weight: bold;
margin-right: 10px; color: #555;
text-align: right;
}
.creator-product-table td img,
.creator-product-table .no-image-box {
flex-shrink: 0;
} .creator-product-table td:first-child {
justify-content: center;
align-items: center; 
}
.creator-product-table td:first-child img {
width: 80px;
height: 80px;
object-fit: cover;
border-radius: 8px;
margin: auto;
}
.creator-product-table td:first-child .product-image-placeholder {
width: 80px;
height: 80px;
background-color: #f0f0f0;
border: 1px dashed #ccc;
border-radius: 8px;
display: flex;
justify-content: center;
align-items: center;
font-size: 12px;
color: #888;
} .creator-product-table td:nth-child(2) {
flex-direction: column;
align-items: flex-start;
} .creator-product-table td:last-child {
justify-content: flex-start;
gap: 8px;
flex-wrap: wrap;
}
.creator-product-table .edit-button,
.creator-product-table .delete-button {
padding: 6px 10px;
font-size: 13px;
} .creator-product-table td:nth-child(n+4):not(:last-child) {
display: none;
}
}
.item-label {
display: flex;
align-items: center;
} #editModal {
display: none; position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5); z-index: 9999;
}
.edit-modal-content {
background: #fff;
padding: 20px;
border-radius: 8px;
max-width: 500px;
margin: 100px auto;
box-shadow: 0 0 10px rgba(0,0,0,0.3);
} .creator-product-table tr {
display: table-row;
}
.creator-product-table td {
display: table-cell;
} @media (max-width: 768px) {
.creator-product-table tr {
display: flex;
flex-direction: row;
flex-wrap: wrap;
border-bottom: 1px solid #ccc;
margin-bottom: 10px;
padding: 10px 0;
}
.creator-product-table td {
display: block;
width: 100%;
padding: 4px 0;
}
.creator-product-table td::before {
content: attr(data-label) ": ";
font-weight: bold;
display: inline-block;
width: 80px;
}
.creator-product-table td:last-child {
margin-top: 8px;
}
} .news-page .news-item {
border-bottom: 1px solid #ccc;
padding: 1em 0;
}
.news-page .news-date {
display: block;
font-size: 0.9em;
color: #777;
margin-bottom: 0.5em;
}