/* A 30px visual inside a 44px target. Adapters mount only in open detail controls. */
.o2c-sharing{position:relative;display:inline-flex;align-items:center;justify-content:center;flex:none;width:44px;height:44px;vertical-align:middle;z-index:4;font:400 13px/1.4 'O2C Inter',Inter,Arial,sans-serif}
.o2c-sharing--overlay{position:absolute;top:0;right:0}
.o2c-sharing .o2c-share-button{appearance:none;display:grid;place-items:center;box-sizing:border-box;flex:none;width:44px;height:44px;min-width:44px;min-height:44px;max-width:44px;max-height:44px;margin:0;padding:7px;border:0;border-radius:8px;background:transparent;color:#497568;cursor:pointer;box-shadow:none;line-height:1}
.o2c-share-button .o2c-share-tile{display:grid;place-items:center;box-sizing:border-box;width:30px;height:30px;border:1px solid #d3dfd7;border-radius:7px;background:rgb(255 255 255 / 86%);opacity:.62}
.o2c-sharing .o2c-share-button:hover .o2c-share-tile,.o2c-sharing .o2c-share-button:focus-visible .o2c-share-tile{opacity:1;border-color:#81a796;color:#245f50}
.o2c-sharing .o2c-share-button:focus-visible{outline:3px solid #297d77;outline-offset:1px}
.o2c-sharing .o2c-share-button[aria-busy=true] .o2c-share-tile{opacity:.5}
.o2c-share-feedback{position:absolute;right:0;top:calc(100% - 1px);z-index:10;width:max-content;max-width:min(270px,calc(100vw - 32px));padding:7px 10px;border:1px solid #2d6150;border-radius:7px;background:#204c40;color:#fff;font:500 12px/1.5 'O2C Inter',Inter,Arial,sans-serif;box-shadow:0 5px 14px #163e2e16;pointer-events:none}
.o2c-share-feedback:empty{padding:0;border:0;box-shadow:none}
.o2c-share-popup{box-sizing:border-box;position:fixed;inset:auto;margin:0;padding:17px 19px 19px;width:min(420px,calc(100vw - 32px));max-width:calc(100vw - 32px);max-height:calc(100dvh - 32px);overflow:auto;z-index:10000;border:1px solid #cbddd0;border-radius:13px;background:#fcfefa;color:#193e37;box-shadow:0 12px 45px #183d3229;font:400 14px/1.5 'O2C Inter',Inter,Arial,sans-serif}
.o2c-share-popup::backdrop{background:transparent}
.o2c-share-popup[hidden]{display:none!important}
.o2c-share-popup-header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:-7px -8px 3px 0}
.o2c-share-popup .o2c-share-popup-header h2{margin:0;font:650 17px/1.4 'O2C Inter',Inter,Arial,sans-serif;color:#193e37;letter-spacing:0}
.o2c-share-popup .o2c-share-popup-close{appearance:none;display:grid;place-items:center;flex:none;box-sizing:border-box;width:44px;height:44px;min-width:44px;min-height:44px;padding:0;margin:0;border:0;border-radius:8px;background:transparent;color:#426d5e;font:400 27px/1 Arial,sans-serif;cursor:pointer;box-shadow:none}
.o2c-share-popup .o2c-share-popup-close:hover{background:#eef4ec}
.o2c-share-popup .o2c-share-popup-label{margin:0 0 5px;color:#193e37;font:600 14px/1.5 'O2C Inter',Inter,Arial,sans-serif;overflow-wrap:anywhere}
.o2c-share-popup .o2c-share-popup-instructions{margin:0 0 12px;color:#5a6e61;font:400 13px/1.5 'O2C Inter',Inter,Arial,sans-serif}
.o2c-share-popup .o2c-share-url{display:block;box-sizing:border-box;width:100%;min-width:0;min-height:44px;margin:0;padding:10px 11px;border:1px solid #b9cebf;border-radius:7px;background:#fff;color:#294f42;font:400 14px/1.5 'O2C Inter',Inter,Arial,sans-serif;text-overflow:ellipsis;box-shadow:none}
.o2c-share-popup .o2c-share-select{appearance:none;display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;min-height:44px;margin:12px 0 0;padding:9px 14px;border:1px solid #bacebe;border-radius:7px;background:#edf4ea;color:#255c48;font:600 13px/1.5 'O2C Inter',Inter,Arial,sans-serif;cursor:pointer;box-shadow:none}
.o2c-share-popup .o2c-share-select:hover{background:#e5efdf;border-color:#819e85}
.o2c-share-popup :is(button,input):focus-visible{outline:3px solid #297d77;outline-offset:2px}
@media(hover:none){.o2c-share-button .o2c-share-tile{opacity:.85}}
@media(max-width:600px){.o2c-share-popup .o2c-share-url{font-size:16px}}
@media print{.o2c-sharing,.o2c-share-popup{display:none!important}}
