.ctc-single {display:grid; grid-template-columns:1fr 340px; gap:30px; margin:60px 0;}
.ctc-main {display:flex; flex-direction:column; gap:10px;}
.ctc-box {padding:10px 20px; background:rgba(255,255,255,0.08); border-radius:10px; border:1px solid #eee;}
.ctc-box legend {display: flex; align-items: center; font-size:20px; font-weight: bold; color:#ffb347; padding: 5px; text-transform: uppercase;}
.ctc-box,.ctc-side-box,.ctc-rating {background:rgba(255,255,255,.04); border:1px solid rgba(255,255,255,.08); backdrop-filter:blur(20px); border-radius:20px; box-shadow:0 10px 40px rgba(0,0,0,.4);}
.ctc-content {height:400px; overflow:auto;}
.ctc-sidebar {display:flex; flex-direction:column; gap:10px;}
.ctc-side-box {padding:20px; background:rgba(255,255,255,0.08); border-radius:10px; border:1px solid #eee;}
.ctc-side-box legend {display: flex; align-items: center; font-size:20px; font-weight: bold; color:#ffb347; padding: 5px; text-transform: uppercase;}
.ctc-side-item {display:grid; grid-template-columns:90px 1fr; gap:10px; margin-bottom:15px; padding:12px; border-radius:14px; background:rgba(255,255,255,.03); transition:.3s;}
.ctc-side-item:hover {transform:translateX(5px); background:rgba(255,255,255,.08);}
.ctc-side-item img {width:100%; height:80px; object-fit:cover; border-radius:12px;}
.ctc-side-content {display:flex; flex-direction:column; justify-content:center; gap:8px; min-width:0;}
.ctc-side-title {font-size:15px; font-weight:700; color:#fff; line-height:1.5; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden;}
.ctc-side-rating {display:flex; align-items:center; gap:5px; color:#ffb347; font-size:14px;}
.ctc-side-location {display:flex; align-items:center; gap:5px; font-size:13px; opacity:.7;}
.ctc-meta {display:grid; grid-template-columns:repeat(2,1fr); gap:10px;}
.ctc-meta p {padding:14px; background:rgba(255,255,255,.03); border-radius:12px; align-content: center;}
.grid-2 {display:grid; grid-template-columns:repeat(2,1fr); gap:10px;}
.ctc-tax {display:flex; flex-wrap:wrap; gap:10px; align-items:flex-start; padding:10px; background:rgba(255,255,255,0.05); border-radius:10px; border:1px solid rgba(255,255,255,0.08); min-height:90px;}
.ctc-tax legend {font-size:16px; font-weight: bold; color:#ffb347; padding: 5px;}
.ctc-tax span {display:inline-flex; align-items:center; justify-content:center; width:max-content; height:40px; padding:0 10px; border-radius:10px; background:rgba(255,255,255,.06); border:1px solid rgba(255,255,255,.08); white-space:nowrap; transition:.3s; font-size: 12px;}
.ctc-tax span:hover {transform:translateY(-3px); background:rgba(255,179,71,.15);}
.ctc-map-wrap {overflow:hidden; border-radius:20px; height:250px;}
.ctc-map-wrap iframe {width:100%; height:100%; border:0;}
.ctc-gallery {display:flex; flex-wrap:wrap; gap:10px;}
.ctc-gallery-item {width:100px; height:100px; overflow:hidden; border-radius:12px; cursor:pointer; background:rgba(255,255,255,.05);}
.ctc-gallery-item img {width:100%; height:100%; object-fit:cover; transition:.3s;}
.ctc-gallery-item:hover img {transform:scale(1.1);}
.ctc-gallery-popup {position:fixed; top:0; left:0; width:100vw; height:100vh; background:rgba(0,0,0,.9); display:none; align-items:center; justify-content:center; z-index:999999; backdrop-filter:blur(10px);}
.ctc-gallery-popup.active {display:flex;}
.ctc-gallery-popup img {max-width:90vw; max-height:90vh; object-fit:contain; border-radius:20px;}
.ctc-rating-head {text-align:center; margin-bottom:20px;}
.ctc-rating-score {font-size:60px; font-weight:700; color:#ffffff;}
.ctc-rating-table {display:flex; flex-direction:column;}
.ctc-rating-row {display:grid; grid-template-columns:30px 1fr 30px; gap:10px; align-items:center; margin-bottom:5px;}
.ctc-rating-bar {height:12px; border-radius:20px; overflow:hidden; background:rgba(255,255,255,0.05);}
.ctc-rating-fill {height:100%; background:linear-gradient(90deg,#ffb347,#ffd700);}