.ts-member {
--ts-m-text: #333333;
--ts-m-label: #ffb6c1; --ts-m-line: #e9e9e9;
--ts-m-placeholder: #f3f3f3;
--ts-m-link: #d86b8a;
--ts-m-max: 980px; width: 100%;
max-width: var(--ts-m-max);
margin: 0 auto;
padding: 0 clamp(14px, 4vw, 28px) 48px;
background: transparent;
color: var(--ts-m-text);
line-height: 1.9;
box-sizing: border-box;
}
.ts-member *,
.ts-member *::before,
.ts-member *::after {
box-sizing: border-box;
} .ts-member__title {
text-align: center;
margin: 0 0 clamp(20px, 4vw, 34px);
padding: clamp(28px, 5vw, 48px) 0 0;
font-size: clamp(20px, 3vw, 30px);
font-weight: 600;
letter-spacing: 0.06em;
line-height: 1.4;
} .ts-member__grid {
display: flex;
gap: clamp(18px, 3vw, 28px);
align-items: flex-start;
}
.ts-member__media {
flex: 0 0 46%;
max-width: 46%;
}
.ts-member__photo {
display: block;
width: 100%;
height: auto;
max-width: 100%;
border-radius: 12px;
background: var(--ts-m-placeholder);
}
.ts-member__info {
flex: 1 1 auto;
min-width: 0;
font-size: 16px;
line-height: 1.9;
} .ts-member__links {
display: flex;
flex-wrap: wrap;
gap: 8px;
margin: 0 0 14px;
}
.ts-member__link {
display: inline-block;
padding: 6px 16px;
font-size: 13px;
line-height: 1.4;
color: var(--ts-m-link);
background: transparent;
border: 1px solid var(--ts-m-link);
border-radius: 18px;
text-decoration: none;
transition: background 0.15s, color 0.15s;
}
a.ts-member__link:hover,
a.ts-member__link:focus-visible {
background: var(--ts-m-link);
color: #ffffff;
} .ts-member__link--tag {
color: #666666;
border-color: #cccccc;
cursor: default;
} .ts-member__body {
line-height: 1.9;
font-size: 16px;
}
.ts-member__row {
margin: 0;
padding: 0;
}
.ts-member__label {
color: var(--ts-m-label);
font-weight: 700;
margin-right: 4px;
}
.ts-member__val {
color: var(--ts-m-text);
} .ts-member__gap {
height: 14px;
line-height: 0;
font-size: 0;
}
.ts-member__row--message .ts-member__val {
display: block;
margin-top: 4px;
} .ts-member__free {
margin: 0 0 8px;
}
.ts-member__free-title {
color: var(--ts-m-label);
font-weight: 700;
}
.ts-member__free-body {
margin: 2px 0 0;
}
.ts-member__free-body p {
margin: 0.5em 0;
line-height: 1.9;
} .ts-member__gallery {
display: block;
width: 100%; max-width: 560px;
margin: clamp(20px, 4vw, 32px) auto 0;
} .ts-member__extra {
margin: clamp(20px, 4vw, 32px) 0 0;
}
.ts-member__extra img {
max-width: 100%;
height: auto;
} .ts-member__btns {
display: flex;
flex-wrap: nowrap;
align-items: flex-start;
justify-content: center;
gap: clamp(8px, 2.2vw, 20px);
max-width: 720px;
margin: clamp(16px, 3vw, 24px) auto 0;
}
.ts-member__btns > a {
display: block;
flex: 1 1 0;
min-width: 0; line-height: 0; }
.ts-member__btns img {
display: block;
width: 100%;
height: auto;
}
.ts-member__back {
margin: clamp(24px, 5vw, 40px) 0 0;
font-size: 14px;
}
.ts-member__back a {
color: var(--ts-m-link);
text-decoration: none;
}
.ts-member__back a:hover {
text-decoration: underline;
}
.ts-member__empty {
padding: 40px 0;
text-align: center;
color: #888888;
} @media (max-width: 782px) {
.ts-member__grid {
flex-direction: column;
gap: 16px;
}
.ts-member__media {
flex: none;
max-width: 100%;
width: 100%;
}
.ts-member__photo {
max-width: 360px;
margin: 0 auto;
}
.ts-member__info {
font-size: 15px;
}
}
@media (prefers-reduced-motion: reduce) {
.ts-member__link {
transition: none !important;
}
}