/* Theme management and the private home-page preview. */
.theme-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px;max-width:1200px;margin-top:32px}.theme-card{background:#fff;border:1px solid #d7ddd4;border-radius:10px;overflow:hidden}.theme-selected{border:2px solid #8b713e}.theme-thumbnail{display:block;aspect-ratio:1.5;background:#eef0e9;overflow:hidden;border-bottom:1px solid #e0e3d9}.theme-thumbnail img{width:100%;height:100%;object-fit:cover;object-position:top}.theme-card-body{padding:28px}.theme-card-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-bottom:18px}.theme-card-heading h2{margin:0;font-size:32px}.theme-active{font-size:12px;color:#325b43;background:#e8eee4;border-radius:20px;padding:5px 12px}.theme-card-body>p{font-size:14px;color:#637066;min-height:48px}.theme-actions{display:flex;gap:12px;flex-wrap:wrap}.theme-actions form{margin:0;flex:1}.theme-actions .button{min-height:46px;padding:12px 18px;font-size:13px}.theme-actions form .button{width:100%}.theme-actions button:disabled{background:#e8ece4;color:#65735e;border-color:#e8ece4;cursor:default}.theme-preview-bar{background:#102e45;color:white;padding:13px 5%;display:flex;align-items:center;justify-content:space-between;gap:24px;font:13px/1.7 Arial,'Noto Sans Lao',sans-serif}.theme-preview-bar strong{margin-right:18px}.theme-preview-bar a{flex-shrink:0;color:#f2d29a;text-decoration:underline}.theme-preview-bar span{color:#e3e9ec}.theme-preview-bar+ .skip+ .site-header{position:relative}
@media(max-width:760px){.theme-grid{grid-template-columns:1fr;gap:20px}.theme-card-body{padding:22px}.theme-card-body>p{min-height:0}.theme-preview-bar{align-items:flex-start;gap:10px;flex-direction:column}.theme-preview-bar strong{display:block}}
