Queen Trade Quilt
/* Container */ .pw-quilt-wrap { max-width: 720px; margin: 0 auto; font-family: -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif; font-size: 0.95rem; line-height: 1.45rem; color: #555; } /* Quilt image */ .pw-quilt-img { width: 100%; height: auto; display: block; margin-bottom: 1rem; transition: transform 0.45s ease; transform-origin: center center; } .pw-quilt-img:hover { transform: scale(1.06); } /* DETAILS button */ .accordion-button { width: 100%; text-align: left; background: none !important; border: none !important; padding: 8px 0; font-size: 1rem; font-weight: 400 !important; color: #000 !important; cursor: pointer; display: flex; align-items: center; justify-content: space-between; } .accordion-button:hover { color: #c00 !important; } .accordion-button.is-open { color: #c00 !important;