{"version":3,"file":"testimonials/style-index.css","mappings":";;;AAAA;EACI;EACA;EACA;EACA;AACJ;;AAEA;EACI;EACA;EACA;AACJ;;AAEA;EACI;IACI;EACN;AACF;AAEA;EACI;IACI;EAAN;AACF;AAGA;AACA;EACI;IACI;EADN;AACF,C","sources":["webpack://templazee/./src/testimonials/style.scss"],"sourcesContent":[".templazee-testimonials {\r\n    display: flex;\r\n    gap: 15px;\r\n    flex-wrap: wrap;\r\n    justify-content: flex-start;\r\n}\r\n\r\n.templazee-testimonial-item {\r\n    flex-basis: calc(33.33% - 10px); /* Adjust the width and margin */\r\n    margin-bottom: 20px; /* Adjust the margin */\r\n    box-sizing: border-box;\r\n}\r\n\r\n@media screen and (max-width: 768px) {\r\n    .templazee-testimonial-item {\r\n        flex-basis: calc(50% - 10px); /* Two columns on smaller screens */\r\n    }\r\n}\r\n\r\n@media screen and (max-width: 480px) {\r\n    .templazee-testimonial-item {\r\n        flex-basis: calc(100% - 10px); /* One column on even smaller screens */\r\n    }\r\n}\r\n\r\n/* Adjust alignment when there are only two items */\r\n@media screen and (min-width: 481px) and (max-width: 768px) {\r\n    .templazee-testimonials {\r\n        justify-content: space-around;\r\n    }\r\n}"],"names":[],"sourceRoot":""}