.section-book-option{margin-bottom:4rem}.section-book-option:last-child{margin-bottom:2rem}.section-book-option .section-features{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;padding:1rem 0}.section-book-option .section-features .feature-item{align-items:center;display:flex;flex-wrap:nowrap;justify-content:center}.section-book-option .section-features .feature-item i,.section-book-option .section-features .feature-item p{font-size:16px;margin:0;padding:0}.section-book-option .section-features .feature-item p{margin-left:8px}.section-book-option .section-features .feature-item i{color:#25ca2d}.section-book-option .section-links{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1rem;text-align:start}.section-book-option .section-links i{font-size:12px}.section-book-option .section-links a{text-decoration:none}@media(max-width:768px){.section-book-option .section-links{gap:12px}}.section-book-option .section-links .section-source-btn{align-items:center;background-color:#f3e2c3;border-radius:12px;color:#4b3832;display:flex;gap:12px;justify-content:center;padding:12px;transition:opacity .1s ease-in-out}@media(max-width:768px){.section-book-option .section-links .section-source-btn{font-size:12px;gap:6px;padding:6px}}.section-book-option .section-links .section-source-btn:hover{opacity:.8}body.dark-theme .section-book-option .section-links .section-source-btn{background-color:#393939;color:#e8e8e8}.gallery-wrapper{overflow:hidden;position:relative;transition:max-height .3s ease}.gallery-wrapper.expanded{max-height:none}.gallery-wrapper.rolled{max-height:800px}@media(max-width:768px){.gallery-wrapper.rolled{max-height:300px}}.gallery-wrapper .gallery-row{display:flex;flex-wrap:wrap;overflow-x:hidden;padding-bottom:10px;position:relative}.gallery-wrapper .gallery-row .grid-sizer{width:calc(33.33333% - 6.66667px)}@media(max-width:768px){.gallery-wrapper .gallery-row .grid-sizer{width:calc(50% - 5px)}}.gallery-wrapper .gallery-row .gallery-item{border-radius:8px;box-shadow:0 4px 8px rgba(0,0,0,.1);margin-bottom:10px;overflow:hidden;width:calc(33.33333% - 6.66667px)}@media(max-width:768px){.gallery-wrapper .gallery-row .gallery-item{width:calc(50% - 5px)}}.gallery-wrapper .gallery-row .gallery-item img{height:auto;object-fit:cover;transition:transform .3s ease;width:100%}.gallery-wrapper .gallery-row .gallery-item:hover img{transform:scale(1.05)}.gallery-wrapper .gallery-row::-webkit-scrollbar{height:8px}.gallery-wrapper .gallery-row::-webkit-scrollbar-thumb{background:#ccc;border-radius:4px}.gallery-wrapper .gallery-gradient{background:linear-gradient(180deg,hsla(0,0%,100%,0),#fdf6e3);bottom:0;height:300px;left:0;pointer-events:none;position:absolute;width:100%}body.dark-theme .gallery-wrapper .gallery-gradient{background:linear-gradient(180deg,hsla(0,0%,100%,0),#2e2e2e)}@media(max-width:768px){.gallery-wrapper .gallery-gradient{max-height:150px}}.gallery-wrapper .show-more-btn{background-color:#ff6b6b;border:none;border-radius:5px;bottom:10px;box-shadow:0 4px 8px rgba(0,0,0,.1);color:#fff;cursor:pointer;font-size:14px;left:50%;padding:10px 15px;position:absolute;transform:translateX(-50%);transition:background-color .3s ease}.gallery-wrapper .show-more-btn:hover{background-color:#ff4a4a}