.edspace-template-button{background-color:#4CAF50;color:#fff;padding:12px 24px;border:none;border-radius:4px;cursor:pointer;font-size:16px;transition:all 0.3s ease;position:relative;display:inline-flex;align-items:center;justify-content:center;min-width:200px}.edspace-template-button:hover{background-color:#45a049}.edspace-template-button:disabled{background-color:#ccc;cursor:not-allowed}.edspace-template-button .spinner{display:none;width:20px;height:20px;margin-left:10px;border:3px solid #000;border-radius:50%;border-top-color:#fff;animation:spin 1s ease-in-out infinite}.edspace-template-button.loading .spinner{display:block}.edspace-template-button.loading .button-text{opacity:.7}@keyframes spin{to{transform:rotate(360deg)}}.template-button-box .edspace-template-button{background-color:#fff;color:#000}